Skip to content

milvus-2.5.2

Latest
Compare
Choose a tag to compare
@yanliang567 yanliang567 released this 03 Jan 04:00
· 84 commits to master since this release
4533fc8

v2.5.2

Release date: January 3, 2025

Milvus version Python SDK version Node.js SDK version Java SDK version
2.5.2 2.5.3 2.5.3 2.5.3

Milvus 2.5.2 supports modifying the maximum length for VARCHAR columns and resolves several critical issues related to concurrency, partition drops, and BM25 stats handling during import. We highly recommend upgrading to this version for improved stability and performance.

Improvements

  • Generated disk usage logs only when the specified path does not exist. (#38822)
  • Added a parameter for tuning the maximum VARCHAR length and restored the limit to 65,535. (#38883)
  • Supported parameter type conversion for expressions. (#38782)

Bug fixes

  • Fixed potential deadlocks in concurrency scenarios. (#38863)
  • Generated the index_null_offset file only for fields that support null values. (#38834)
  • Fixed the retrieve plan usage after free in the reduce phase. (#38841)
  • Recognized expressions with capitalized AND and OR. (#38928)
  • Allowed successful partition drops even if loading failed. (#38874)
  • Fixed BM25 stats file registration issues during import. (#38881)