Skip to content

Commit 74f1e35

Browse files
Milvus-doc-botMilvus-doc-bot
authored andcommitted
Release new docs
1 parent f83940f commit 74f1e35

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

v2.4.x/site/en/release_notes.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,40 @@ title: Release Notes
77

88
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.4.0 in this section. We suggest that you regularly visit this page to learn about updates.
99

10+
## v2.4.24
11+
12+
Release date: November 11, 2025
13+
14+
| Milvus version | Python SDK version | Java SDK version | Node.js SDK version |
15+
|----------------|--------------------|------------------|---------------------|
16+
| 2.4.24 | 2.4.15 | 2.4.11 | 2.4.11 |
17+
18+
We announce the release of Milvus 2.4.24, 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.4.x users to upgrade to 2.4.24** as soon as possible. This update also includes several other improvements and fixes.
19+
20+
### Features
21+
22+
- Supported deny DDL according to database property ([#40785](https://github.com/milvus-io/milvus/pull/40785))
23+
- Added DDL rate type and related quota configurations ([#40654](https://github.com/milvus-io/milvus/pull/40654))
24+
25+
### Improvements
26+
27+
- Skipped check source id ([#45391](https://github.com/milvus-io/milvus/pull/45391))
28+
- Improved sparse query nnz metric ([#40715](https://github.com/milvus-io/milvus/pull/40715))
29+
- Made segment prune config refreshable ([#40633](https://github.com/milvus-io/milvus/pull/40633))
30+
- Removed unnecessary collection and partition label from the metrics ([#40594](https://github.com/milvus-io/milvus/pull/40594))
31+
- Improved import error msgs ([#40598](https://github.com/milvus-io/milvus/pull/40598))
32+
33+
### Bug fixes
34+
35+
- Got all children deltalogs for segment to load ([#40964](https://github.com/milvus-io/milvus/pull/40964))
36+
- L0 brings its own start pos when syncing ([#40899](https://github.com/milvus-io/milvus/pull/40899))
37+
- Fixed compare move_cursor bug ([#40990](https://github.com/milvus-io/milvus/pull/40990))
38+
- Fixed exception when do arith expr when using index ([#40800](https://github.com/milvus-io/milvus/pull/40800))
39+
- Did not delete the centroids file when sampling fails instead wait gc ([#40703](https://github.com/milvus-io/milvus/pull/40703))
40+
- RBAC star privilege return empty when listing policy ([#40556](https://github.com/milvus-io/milvus/pull/40556))
41+
- Fixed parsing import endts ([#40334](https://github.com/milvus-io/milvus/pull/40334))
42+
- Improved error handling and unit tests for initmetacache function ([#40329](https://github.com/milvus-io/milvus/pull/40329))
43+
1044
## v2.4.23
1145

1246
Release Date: February 28, 2025

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "v2.6.x",
2+
"version": "v2.4.x",
33
"released": "yes"
44
}

0 commit comments

Comments
 (0)