Skip to content

Commit 15b061e

Browse files
authored
Merge pull request #3335 from liyun95/v2.5.x
update 2.5.19 rn
2 parents 660665b + c8b1cb9 commit 15b061e

File tree

2 files changed

+33
-4
lines changed

2 files changed

+33
-4
lines changed

site/en/Variables.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
2-
"milvus_release_version": "2.5.18",
3-
"milvus_release_tag": "2.5.18",
2+
"milvus_release_version": "2.5.19",
3+
"milvus_release_tag": "2.5.19",
44
"milvus_deb_name": "milvus_2.2.0-1_amd64",
55
"milvus_rpm_name": "milvus-2.2.0-1.el7.x86_64",
66
"milvus_python_sdk_version": "2.4.x",
77
"milvus_python_sdk_real_version": "2.5.16",
88
"milvus_node_sdk_version": "2.4.x",
9-
"milvus_node_sdk_real_version": "2.5.12",
9+
"milvus_node_sdk_real_version": "2.5.13",
1010
"milvus_go_sdk_version": "2.3.x",
1111
"milvus_go_sdk_real_version": "2.4.0",
1212
"milvus_java_sdk_version": "2.4.x",
13-
"milvus_java_sdk_real_version": "2.5.13",
13+
"milvus_java_sdk_real_version": "2.5.14",
1414
"milvus_csharp_sdk_version": "2.2.x",
1515
"milvus_csharp_sdk_real_version": "2.2.14",
1616
"milvus_restful_sdk_version": "2.4.x",

site/en/release_notes.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,35 @@ title: Release Notes
88

99
Find out what’s new in Milvus! This page summarizes new features, improvements, known issues, and bug fixes in each release. You can find the release notes for each released version after v2.5.0 in this section. We suggest that you regularly visit this page to learn about updates.
1010

11+
## v2.5.19
12+
13+
Release date: October 22, 2025
14+
15+
| Milvus version | Python SDK version | Node.js SDK version | Java SDK version |
16+
|----------------|--------------------|---------------------|------------------|
17+
| 2.5.19 | 2.5.16 | 2.5.13 | 2.5.14 |
18+
19+
We are excited to announce Milvus 2.5.19! This release includes important performance optimizations, updates to Go and Arrow/Go versions, and enhanced support for hybrid search requery policies and granular flush targets. Several bug fixes also improve stability. We recommend upgrading to Milvus 2.5.19 to benefit from these improvements.
20+
21+
### Improvements
22+
23+
- bump go verion to 1.24.6 ([#44718](https://github.com/milvus-io/milvus/pull/44718))
24+
- Bump Arrow/Go to v17 ([#44663](https://github.com/milvus-io/milvus/pull/44663))
25+
- Ensure accesslog.$consistency_level represents the actual value used ([#44708](https://github.com/milvus-io/milvus/pull/44708))
26+
- Refactor balance checker using priority queue ([#44588](https://github.com/milvus-io/milvus/pull/44588))
27+
- Add support for granular flush targets in flushall operation ([#44431](https://github.com/milvus-io/milvus/pull/44431))
28+
- Add configuration for hybrid search requery policy via `common.requery.hybridSearchPolicy` ([#44467](https://github.com/milvus-io/milvus/pull/44467))
29+
- Optimize binary_search_string performance ([#44470](https://github.com/milvus-io/milvus/pull/44470))
30+
31+
### Bug fixes
32+
33+
- Fix duplicate L0 segment load task generation during channel balancing ([#44700](https://github.com/milvus-io/milvus/pull/44700))
34+
- Skip empty loop when processing growing segments ([#44608](https://github.com/milvus-io/milvus/pull/44608))
35+
- Fix bulk import issue with auto ID ([#44601](https://github.com/milvus-io/milvus/pull/44601))
36+
- Clean up collection metrics after dropping on RootCoord ([#44525](https://github.com/milvus-io/milvus/pull/44525))
37+
- Fix incorrect local path usage in IDF Oracle ([#44328](https://github.com/milvus-io/milvus/pull/44328))
38+
39+
1140
## v2.5.18
1241

1342
Release date: September 19, 2025

0 commit comments

Comments
 (0)