github milvus-io/milvus v2.3.19
milvus-2.3.19

latest releases: v2.4.15, v2.4.14-hotfix, v2.4.14...
3 months ago

v2.3.19

Release date: July 15, 2024

Milvus version Python SDK version Java SDK version Go SDK version Node.js SDK version
2.3.19 2.3.7 2.3.6 2.3.6 2.3.5

Milvus v2.3.19 introduces significant improvements and bug fixes to enhance memory management, error handling, and query performance. This release continues to bolster the robustness and functionality of Milvus, ensuring optimal performance and user experience.

Improvements

  • Preserved fixed-size memory in delegator node for growing segments (#34602).
  • Refined Prometheus Buckets at different scales to improve monitoring precision (#34627).
  • Avoided assigning too many segments/channels to new QueryNode, ensuring balanced load distribution (#34461).
  • Provided clearer error messages when the string/varchar exceeded its max length (#34324, #34034).
  • Prevented memory slice increase during queries, optimizing memory usage (#34256).
  • Sped up the loading process for small collections, reducing latency (#33863).

Bug fixes

  • Fixed error message when field name is invalid, improving user feedback (#33901).
  • Ensured Segment Manager filters flushed segments correctly during import (#34650).
  • Made knowhere-build-pool-size configurable on QueryNode for better resource management (#34647).
  • Eliminated unnecessary vchannels' merge when curTS is 0, optimizing performance (#34626).
  • Fixed issue where IndexNode couldn't be stopped due to a missing lifetime end (#34560).
  • Enhanced RESTful API query to be more user-friendly (#34447).
  • Checked load state of all partitions instead of just the first one, ensuring completeness (#34321).
  • Implemented singleflight for segcore chunkcache to avoid redundant operations (#34284).
  • Broadcasted collection's new properties to DataCoord, ensuring consistency (#34147).
  • DataCoord now returns checkpoint after successfully flushing segments (#34115).
  • Checked nodeid wildcard when removing pkoracle, preventing potential errors (#34022).
  • Ensured queries by primary key return the latest row rather than historical data, maintaining data accuracy (#34026).

Don't miss a new milvus release

NewReleases is sending notifications on new releases.