Skip to content

milvus-2.5.10

Compare
Choose a tag to compare
@yanliang567 yanliang567 released this 18 Apr 06:10
· 1089 commits to master since this release
5a8c98a

v2.5.10

Release date: April 21, 2025

Milvus version Python SDK version Node.js SDK version Java SDK version
2.5.10 2.5.6 2.5.8 2.5.7

Milvus 2.5.10 delivers improved search and load performance, enhanced metrics reporting, and expanded SVE support for accelerated metric computation. This release also includes multiple bug fixes that boost stability and correctness. We encourage you to upgrade or give it a try—your feedback is invaluable in helping us make Milvus even better!

Improvements

  • Ignore reporting index metrics for non‑existent indexes (#41296)
  • Use scan mode for LIKE even when an inverted index exists (#41309)
  • Optimize performance for LIKE expressions (#41222)
  • Optimize index format for improved load performance (#41041)
  • RESTful: make the default timeout configurable (#41225)
  • Enable SVE support for L2 metric computation in FP16 / NY functions (knowhere #1134)

Bug fixes

  • Fix JSON index not working for string filters (#41383)
  • Skip dimension check for non‑vector fields in pre‑check (#41329)
  • Alter collection now updates the schema correctly (#41308)
  • Update knowhere version to fix macOS build (#41315)
  • Prevent panic when listing indexes before segment index initialization completes (#41299)
  • Resolve performance regression by changing a log level (#41269)
  • Close client before removing worker client (#41254)