Skip to content

Comments

Add changelog for v4.20.0#1960

Merged
dirkkul merged 1 commit intomainfrom
changelog_v4-20-0
Feb 24, 2026
Merged

Add changelog for v4.20.0#1960
dirkkul merged 1 commit intomainfrom
changelog_v4-20-0

Conversation

@dirkkul
Copy link
Collaborator

@dirkkul dirkkul commented Feb 24, 2026

No description provided.

Copilot AI review requested due to automatic review settings February 24, 2026 08:19
@dirkkul dirkkul merged commit ed3eed2 into main Feb 24, 2026
112 checks passed
@dirkkul dirkkul deleted the changelog_v4-20-0 branch February 24, 2026 08:19
Copy link

@orca-security-eu orca-security-eu bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Orca Security Scan Summary

Status Check Issues by priority
Passed Passed Infrastructure as Code high 0   medium 0   low 0   info 0 View in Orca
Passed Passed SAST high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Secrets high 0   medium 0   low 0   info 0 View in Orca
Passed Passed Vulnerabilities high 0   medium 0   low 0   info 0 View in Orca

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds the changelog entry for version 4.20.0 and fixes import ordering for VectorIndexConfig classes to follow alphabetical conventions.

Changes:

  • Added changelog entry for v4.20.0 documenting new features, improvements, and fixes
  • Reordered imports alphabetically to place VectorIndexConfigHFresh before VectorIndexConfigHNSW across multiple files

Reviewed changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.

Show a summary per file
File Description
docs/changelog.rst Added v4.20.0 changelog entry documenting new features including HFresh index type, SSB GA, async replication, and other improvements
weaviate/outputs/config.py Reordered imports to place VectorIndexConfigHFresh before VectorIndexConfigHNSW alphabetically
weaviate/collections/config/sync.pyi Reordered imports to place _VectorIndexConfigHFreshUpdate before _VectorIndexConfigHNSWUpdate alphabetically
weaviate/collections/config/executor.py Reordered imports to place _VectorIndexConfigHFreshUpdate before _VectorIndexConfigHNSWUpdate alphabetically
weaviate/collections/config/async_.pyi Reordered imports to place _VectorIndexConfigHFreshUpdate before _VectorIndexConfigHNSWUpdate alphabetically
weaviate/collections/classes/config_vectors.py Reordered imports to place _VectorIndexConfigHFreshCreate/Update before _VectorIndexConfigHNSWCreate/Update alphabetically
weaviate/collections/classes/config_named_vectors.py Reordered imports to place _VectorIndexConfigHFreshUpdate before _VectorIndexConfigHNSWUpdate alphabetically
weaviate/collections/classes/config_methods.py Reordered imports to place _VectorIndexConfigHFresh before _VectorIndexConfigHNSW alphabetically
weaviate/collections/classes/config.py Reordered imports to place _VectorIndexConfigHFreshUpdate before _VectorIndexConfigHNSWUpdate alphabetically

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov-commenter
Copy link

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.84%. Comparing base (fd58638) to head (ccf4f61).
⚠️ Report is 200 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1960      +/-   ##
==========================================
+ Coverage   86.45%   87.84%   +1.39%     
==========================================
  Files         274      280       +6     
  Lines       19966    21347    +1381     
==========================================
+ Hits        17261    18752    +1491     
+ Misses       2705     2595     -110     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants