Skip to content

Commit 51eebba

Browse files
authored
Merge pull request #3360 from liyun95/v2.5.x
update 2.5.21 release notes
2 parents 15b061e + 7cd8018 commit 51eebba

File tree

2 files changed

+37
-3
lines changed

2 files changed

+37
-3
lines changed

site/en/Variables.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"milvus_release_version": "2.5.19",
3-
"milvus_release_tag": "2.5.19",
2+
"milvus_release_version": "2.5.21",
3+
"milvus_release_tag": "2.5.21",
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",
7-
"milvus_python_sdk_real_version": "2.5.16",
7+
"milvus_python_sdk_real_version": "2.5.17",
88
"milvus_node_sdk_version": "2.4.x",
99
"milvus_node_sdk_real_version": "2.5.13",
1010
"milvus_go_sdk_version": "2.3.x",

site/en/release_notes.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,40 @@ 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.21
12+
13+
Release date: November 11, 2025
14+
15+
| Milvus version | Python SDK version | Node.js SDK version | Java SDK version |
16+
|----------------|--------------------|---------------------|------------------|
17+
| 2.5.21 | 2.5.17 | 2.5.13 | 2.5.14 |
18+
19+
We are excited to announce the release of Milvus 2.5.21, which addresses a **critical security vulnerability** [CVE-2025-64513](https://github.com/milvus-io/milvus/security/advisories/GHSA-mhjq-8c7m-3f7p) and we strongly encourage **all Milvus 2.5.x users to upgrade to 2.5.21** as soon as possible. This update also includes several other improvements and fixes, such as allowing nullable fields as BM25 function input field, and several performance enhancements.
20+
21+
### Improvements
22+
23+
- Supported use nullable field as bm25 function input field ([#45118](https://github.com/milvus-io/milvus/pull/45118))
24+
- Optimized the performance of bitmap reverse lookup ([#44958](https://github.com/milvus-io/milvus/pull/44958))
25+
- Implemented rewatch mechanism for etcd failure scenarios ([#43920](https://github.com/milvus-io/milvus/pull/43920))
26+
- Introduced sparse filter in query ([#44790](https://github.com/milvus-io/milvus/pull/44790))
27+
- Added accesslog field for template value length info ([#44791](https://github.com/milvus-io/milvus/pull/44791))
28+
29+
### Bug fixes
30+
31+
- Avoided potential race conditions when updating the executor ([#45231](https://github.com/milvus-io/milvus/pull/45231))
32+
- Skipped create tmp dir for growing r-tree index ([#45258](https://github.com/milvus-io/milvus/pull/45258))
33+
- Fixed sort stats task failed when segment is compacting ([#45185](https://github.com/milvus-io/milvus/pull/45185))
34+
- Supported skip load json stats when disabled ([#45098](https://github.com/milvus-io/milvus/pull/45098))
35+
- Prevented data race in querycoord collection notifier update ([#45052](https://github.com/milvus-io/milvus/pull/45052))
36+
- Handled empty fieldsdata in reduce/rerank for requery scenario ([#44919](https://github.com/milvus-io/milvus/pull/44919))
37+
- Fixed bug for gis function to filter geometry ([#44968](https://github.com/milvus-io/milvus/pull/44968))
38+
- Fixed the geometry return point(0 0) when growing mmap is enabled ([#44891](https://github.com/milvus-io/milvus/pull/44891))
39+
- Removed the limit of deduplicate case when disable autoindex ([#44782](https://github.com/milvus-io/milvus/pull/44782))
40+
- Ensured deterministic search result ordering when scores are equal ([#44885](https://github.com/milvus-io/milvus/pull/44885))
41+
- Fixed deactivate balance checker also stops stopping balance ([#44835](https://github.com/milvus-io/milvus/pull/44835))
42+
- Dropped segment in excluded segment use wrong excluded ts ([#44771](https://github.com/milvus-io/milvus/pull/44771))
43+
- Avoided concurrent reset/add operations on datacoord metrics ([#44817](https://github.com/milvus-io/milvus/pull/44817))
44+
1145
## v2.5.19
1246

1347
Release date: October 22, 2025

0 commit comments

Comments
 (0)