Skip to content

milvus-2.4.4

Compare
Choose a tag to compare
@yanliang567 yanliang567 released this 31 May 11:12
· 1430 commits to master since this release
8e7f36d

v2.4.4

Release date: May 31, 2024

Milvus version Python SDK version Java SDK version Node.js SDK version
2.4.4 2.4.3 2.4.1 2.4.2

Milvus v2.4.4 includes several critical bug fixes and improvements aimed at enhancing performance and stability. Notably, we've resolved a critical issue where bulk insert statistics logs were incorrectly garbage collected, potentially affecting data integrity. We strongly recommend all v2.4 users upgrade to this version to benefit from these fixes.

If you are using bulk insert, upgrade to v2.4.4 at the earliest opportunity for data integrity.

Critical bug fixes

  • Filled stats log ID and validated its correctness (#33478)

Improvements

  • Upgraded bitset for ARM SVE (#33440)
  • Enabled Milvus compilation with GCC-13 (#33441)

Bug fixes

  • Displayed empty collections when all privilege is granted (#33454)
  • Ensured CMake downloads and installs for the current platform, not just x86_64 (#33439)