Skip to content

Commit

Permalink
Merge pull request #2960 from liyun95/v2.4.x
Browse files Browse the repository at this point in the history
update 2.4.20 release notes
  • Loading branch information
liyun95 authored Jan 2, 2025
2 parents a12e39e + b522197 commit 83202d5
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
8 changes: 4 additions & 4 deletions site/en/Variables.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"milvus_release_version": "2.4.19",
"milvus_release_tag": "2.4.19",
"milvus_release_version": "2.4.20",
"milvus_release_tag": "2.4.20",
"milvus_deb_name": "milvus_2.2.0-1_amd64",
"milvus_rpm_name": "milvus-2.2.0-1.el7.x86_64",
"milvus_python_sdk_version": "2.4.x",
"milvus_python_sdk_real_version": "2.4.13",
"milvus_node_sdk_version": "2.4.x",
"milvus_node_sdk_real_version": "v2.4.9",
"milvus_node_sdk_real_version": "v2.4.10",
"milvus_go_sdk_version": "2.3.x",
"milvus_go_sdk_real_version": "2.4.0",
"milvus_java_sdk_version": "2.4.x",
"milvus_java_sdk_real_version": "2.4.8",
"milvus_java_sdk_real_version": "2.4.10",
"milvus_csharp_sdk_version": "2.2.x",
"milvus_csharp_sdk_real_version": "2.2.14",
"milvus_restful_sdk_version": "2.4.x",
Expand Down
21 changes: 21 additions & 0 deletions site/en/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,27 @@ title: Release Notes

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.

## v2.4.20

Release Date: Janurary 2, 2025

| Milvus version | Python SDK version | Java SDK version | Node.js SDK version |
|----------------|--------------------|------------------|---------------------|
| 2.4.20 | 2.4.13 | 2.4.10 | 2.4.10 |

Milvus 2.4.20 addresses several critical issues, including fixing mmap for sparse index, resolving the failure to parse the correct database name when altering collection fields, and preventing deadlocks in multiple compaction tasks within the scheduler. Additionally, this version introduces an enhancement that allows adjustment of the system limit for maximum varchar length through a configuration item in the YAML file. We highly recommend upgrading to this version for improved stability and reliability.

### Improvements

- Added param for tuning max varchar length ([#38890](https://github.com/milvus-io/milvus/pull/38890))

### Bug fixes

- Enabled mmap for sparse index ([#38849](https://github.com/milvus-io/milvus/pull/38849))
- Fixed altercollectionfield interceptor dbname ([#38664](https://github.com/milvus-io/milvus/pull/38664))
- Released compaction task lock when return function ([#38857](https://github.com/milvus-io/milvus/pull/38857))
- Retrieve plan on heap was used after free when reduce ([#38842](https://github.com/milvus-io/milvus/pull/38842))

## v2.4.19

Release Date: December 26, 2024
Expand Down

0 comments on commit 83202d5

Please sign in to comment.