Skip to content

Commit c57f3a6

Browse files
chore: update changelog for 4.0.0-rc.6 (#572)
Co-authored-by: MarkWolters <MarkWolters@users.noreply.github.com>
1 parent 214b7c2 commit c57f3a6

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,25 @@ All notable changes to this project will be documented in this file. Dates are d
44

55
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
66

7+
#### [4.0.0-rc.6](https://github.com/datastax/jvector/compare/4.0.0-rc.5...4.0.0-rc.6)
8+
9+
- release 4.0.0-rc.6 [`#571`](https://github.com/datastax/jvector/pull/571)
10+
- fix javadoc error [`#570`](https://github.com/datastax/jvector/pull/570)
11+
- Ignoring testIncrementalInsertionFromOnDiskIndex_withNonIdentityOrdinalMapping and adding a TODO in buildAndMergeNewNodes [`#569`](https://github.com/datastax/jvector/pull/569)
12+
- Computation of reconstruction errors for vector compressors [`#567`](https://github.com/datastax/jvector/pull/567)
13+
- Add NVQ paper in README [`#560`](https://github.com/datastax/jvector/pull/560)
14+
- Add ImmutableGraphIndex.isHierarchical [`#563`](https://github.com/datastax/jvector/pull/563)
15+
- Harden tests for heap graph reconstruction [`#543`](https://github.com/datastax/jvector/pull/543)
16+
- Make the thresholds in TestLowCardinalityFiltering tighter [`#559`](https://github.com/datastax/jvector/pull/559)
17+
- Begin development on 4.0.0-rc.6 [`#558`](https://github.com/datastax/jvector/pull/558)
18+
- Revert "Start development on 4.0.0-rc.6-SNAPSHOT" [`4f661d9`](https://github.com/datastax/jvector/commit/4f661d99ca840f22e5b700ae4e28653d2316bc21)
19+
- Start development on 4.0.0-rc.6-SNAPSHOT [`fdee577`](https://github.com/datastax/jvector/commit/fdee5779a27b46934a2770e260ea5d9e5335a505)
20+
721
#### [4.0.0-rc.5](https://github.com/datastax/jvector/compare/4.0.0-rc.4...4.0.0-rc.5)
822

23+
> 22 October 2025
24+
25+
- chore: update changelog for 4.0.0-rc.5 [`#557`](https://github.com/datastax/jvector/pull/557)
926
- Release 4.0.0-rc.5 [`#556`](https://github.com/datastax/jvector/pull/556)
1027
- Add RemappedRandomAccessVectorValues to fix BuildScoreProvider::randomAccessScoreProvider [`#555`](https://github.com/datastax/jvector/pull/555)
1128
- Fix ScoreTracker initialization and reset methods [`#551`](https://github.com/datastax/jvector/pull/551)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jvector-release",
3-
"version": "4.0.0-rc.5",
3+
"version": "4.0.0-rc.6",
44
"devDependencies": {
55
"auto-changelog": "*"
66
},

0 commit comments

Comments
 (0)