You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/en/release_notes.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,35 @@ title: Release Notes
8
8
9
9
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.
10
10
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 |
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))
0 commit comments