Skip to content

Commit 8b3e93c

Browse files
chore: update changelog for 4.0.0-rc.8 (#627)
Co-authored-by: MarkWolters <MarkWolters@users.noreply.github.com>
1 parent 9d0488e commit 8b3e93c

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,22 @@ 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.8](https://github.com/datastax/jvector/compare/4.0.0-rc.7...4.0.0-rc.8)
8+
9+
- release 4.0.0-rc.8 [`#626`](https://github.com/datastax/jvector/pull/626)
10+
- Refactor parallel writer [`#608`](https://github.com/datastax/jvector/pull/608)
11+
- Move buffer position in ByteBufferIndexWriter#writeFloats [`#607`](https://github.com/datastax/jvector/pull/607)
12+
- Ensure extractTrainingVectors return a list of at most MAX_PQ_TRAINING_SET_SIZE [`#610`](https://github.com/datastax/jvector/pull/610)
13+
- add config options for regression testing [`#609`](https://github.com/datastax/jvector/pull/609)
14+
- On-disk index cache for the Grid benchmark harness [`#612`](https://github.com/datastax/jvector/pull/612)
15+
- Improved dataset loading; fixes, safeties, diagnostics, and better feedback [`#613`](https://github.com/datastax/jvector/pull/613)
16+
- bump to next SNAPSHOT [`#605`](https://github.com/datastax/jvector/pull/605)
17+
718
#### [4.0.0-rc.7](https://github.com/datastax/jvector/compare/4.0.0-rc.6...4.0.0-rc.7)
819

20+
> 28 January 2026
21+
22+
- chore: update changelog for 4.0.0-rc.7 [`#604`](https://github.com/datastax/jvector/pull/604)
923
- release 4.0.0-rc.7 [`#603`](https://github.com/datastax/jvector/pull/603)
1024
- add protection against bad ordinal mappings [`#602`](https://github.com/datastax/jvector/pull/602)
1125
- adding memory and disk usage stats to bench tests [`#591`](https://github.com/datastax/jvector/pull/591)

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.7",
3+
"version": "4.0.0-rc.8",
44
"devDependencies": {
55
"auto-changelog": "*"
66
},

0 commit comments

Comments
 (0)