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
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,40 @@ title: Release Notes
7
7
8
8
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.
9
9
10
+
## v2.4.23
11
+
12
+
Release Date: February 28, 2025
13
+
14
+
| Milvus version | Python SDK version | Java SDK version | Node.js SDK version |
We’re excited to announce the release of Milvus 2.4.23, which introduces enhancements for multi-stage tasks and balancing operations, along with critical bug fixes to prevent deadlocks and duplicate index creation. We encourage you to upgrade or give it a try, and as always, your feedback is greatly appreciated to help us continuously improve Milvus!
19
+
20
+
### Critical bug fixes
21
+
22
+
- Added a sub-task pool for multi-stage tasks to avoid deadlocks ([#40093](https://github.com/milvus-io/milvus/pull/40093))
23
+
- Fixed an issue where multiple identical indexes could be created by accident ([#40202](https://github.com/milvus-io/milvus/pull/40202))
24
+
25
+
### Improvements
26
+
27
+
- Added a trigger interval configuration for auto-balancing ([#39925](https://github.com/milvus-io/milvus/pull/39925))
28
+
- Added a management API to check QueryCoord balance status ([#39924](https://github.com/milvus-io/milvus/pull/39924))
29
+
- Optimized the result format of `GetQueryNodeDistribution` ([#39927](https://github.com/milvus-io/milvus/pull/39927))
30
+
- Accelerated object listing during binlog import ([#40049](https://github.com/milvus-io/milvus/pull/40049))
- Supported creating a collection with a description ([#40029](https://github.com/milvus-io/milvus/pull/40029))
33
+
34
+
### Bug fixes
35
+
36
+
- Removed the hardcoded partition number in the RESTful handler ([#40213](https://github.com/milvus-io/milvus/pull/40213))
37
+
- Fixed an issue where `AlterCollection` was unable to modify `ConsistencyLevel` ([#39906](https://github.com/milvus-io/milvus/pull/39906))
38
+
- Fixed incorrect metrics where the number of executing compaction tasks was negative ([#39956](https://github.com/milvus-io/milvus/pull/39956))
39
+
- Ensured sub-contexts are canceled when an HTTP request times out ([#40170](https://github.com/milvus-io/milvus/pull/40170))
40
+
- Fixed an issue allowing the creation of collections with duplicate names ([#40148](https://github.com/milvus-io/milvus/pull/40148))
41
+
- Resolved a problem where a segment could remain in the sealed state and not transition to flushing ([#39998](https://github.com/milvus-io/milvus/pull/39998))
42
+
- Enhanced the `isBalanced` function to correctly count quote pairs ([#40005](https://github.com/milvus-io/milvus/pull/40005))
0 commit comments