Skip to content

milvus-2.4.20

Compare
Choose a tag to compare
@yanliang567 yanliang567 released this 02 Jan 01:30
· 1922 commits to master since this release
ccbe6fc

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)

Bug fixes

  • Enabled mmap for sparse index (#38849)
  • Fixed altercollectionfield interceptor dbname (#38664)
  • Released compaction task lock when return function (#38857)
  • Retrieve plan on heap was used after free when reduce (#38842)