Skip to content

Commit dc98818

Browse files
chore: update changelog for 4.0.0-rc.3 (#527)
Co-authored-by: jshook <jshook@users.noreply.github.com> This change is being pushed as part of a release flow.
1 parent cfb3004 commit dc98818

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,28 @@ 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.3](https://github.com/datastax/jvector/compare/4.0.0-rc.2...4.0.0-rc.3)
8+
9+
- streamline PR checklist [`#525`](https://github.com/datastax/jvector/pull/525)
10+
- add checklist template and initial CONTRIBUTIONS.md guide [`#523`](https://github.com/datastax/jvector/pull/523)
11+
- GraphIndexBuilder::addGraphNode must iterate all graph levels to estimate used bytes [`#521`](https://github.com/datastax/jvector/pull/521)
12+
- GitHub actions regression test [`#499`](https://github.com/datastax/jvector/pull/499)
13+
- Remove unused construction batch member from OnHeapGraphIndex [`#510`](https://github.com/datastax/jvector/pull/510)
14+
- Switch from syncronized to concurrent map for pq codebook [`#518`](https://github.com/datastax/jvector/pull/518)
15+
- Enable specifying the benchmarks in the yaml file [`#515`](https://github.com/datastax/jvector/pull/515)
16+
- Create partial sums for PQ codebook for use during diversity checks [`#511`](https://github.com/datastax/jvector/pull/511)
17+
- PQ ranging bugfix and refactoring [`#508`](https://github.com/datastax/jvector/pull/508)
18+
- Reducing the number of allocations in GraphSearcher [`#501`](https://github.com/datastax/jvector/pull/501)
19+
- SimdOps and NativeSimd ops refactored, VectorUtilSupport simplified [`#498`](https://github.com/datastax/jvector/pull/498)
20+
- Add specific BuildScoreProvider for diversity to avoid extra encoding… [`#503`](https://github.com/datastax/jvector/pull/503)
21+
- Release 4.0.0-rc.3 [`f3d235c`](https://github.com/datastax/jvector/commit/f3d235cccf635d9fea5f0880250dbf29830fbdd7)
22+
- Start development on 4.0.0-rc.3-SNAPSHOT [`631515d`](https://github.com/datastax/jvector/commit/631515dfa288239f696200c4da6b0f71319d9f82)
23+
724
#### [4.0.0-rc.2](https://github.com/datastax/jvector/compare/4.0.0-rc.1...4.0.0-rc.2)
825

26+
> 22 July 2025
27+
28+
- chore: update changelog for 4.0.0-rc.2 [`#505`](https://github.com/datastax/jvector/pull/505)
929
- Improvements to throughput benchmark [`#502`](https://github.com/datastax/jvector/pull/502)
1030
- Fix dataset naming when using default.yml [`#500`](https://github.com/datastax/jvector/pull/500)
1131
- Fix bad assert hit on CC cluster [`#491`](https://github.com/datastax/jvector/pull/491)
@@ -15,8 +35,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
1535
- New changelog automation via manual GHA [`#488`](https://github.com/datastax/jvector/pull/488)
1636
- Revert "Release 4.0.0 rc.1" [`#489`](https://github.com/datastax/jvector/pull/489)
1737
- Release 4.0.0-rc.1 [`117f127`](https://github.com/datastax/jvector/commit/117f1277d3ce9f3dc9cc93db5fab4ac777731a93)
38+
- Release 4.0.0-rc.2 [`2f7d54e`](https://github.com/datastax/jvector/commit/2f7d54e746165e3e0c623a88dcdd323cef1042a8)
1839
- start development on 4.0.0-rc.2-SNAPSHOT [`7b36335`](https://github.com/datastax/jvector/commit/7b36335853c2737f874b38ed7229016fabcf939d)
19-
- Start development on 4.0.0-rc.2-SNAPSHOT [`3185487`](https://github.com/datastax/jvector/commit/3185487d339d218c8e525d8e96b9306e64ef36de)
2040

2141
#### [4.0.0-rc.1](https://github.com/datastax/jvector/compare/4.0.0-beta.6...4.0.0-rc.1)
2242

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

0 commit comments

Comments
 (0)