milvus-logo
LFAI
Home
  • About Milvus

Release Notes

Find out what’s new in Milvus! This page summarizes new features, improvements, known issues, and bug fixes in each release. You can find the release notes for each released version after v2.4.0 in this section. We suggest that you regularly visit this page to learn about updates.

v2.4.13-hotfix

Release Date: October 17, 2024

Milvus versionPython SDK versionJava SDK versionNode.js SDK version
2.4.13-hotfix2.4.82.4.52.4.9

Milvus v2.4.13-hotfix addresses a critical issue specific to v2.4.13, where Milvus may fail to retrieve collection information after a restart if all MetaKV snapshots were garbage-collected (#36933). Users currently running v2.4.13 are advised to upgrade to v2.4.13-hotfix at the earliest opportunity to avoid potential disruptions.

Critical fixes

  • Load original key if timestamp is MaxTimestamp (#36935)

[Deprecated] v2.4.13

Release Date: October 12, 2024

Milvus versionPython SDK versionJava SDK versionNode.js SDK version
2.4.132.4.82.4.52.4.9

Milvus 2.4.13 introduces dynamic replica load, allowing users to adjust the number of collection replicas without needing to release and reload the collection. This version also addresses several critical bugs related to bulk importing, expression parsing, load balancing, and failure recovery. Additionally, significant improvements have been made to MMAP resource usage and import performance, enhancing overall system efficiency. We highly recommend upgrading to this release for better performance and stability.

Features

  • Dynamic replica adjustment for loaded collections (#36417)
  • Sparse vector MMAP in growing segment types (#36565)

Bug fixes

  • Fixed a flush performance issue (#36741)
  • Fixed a bug with JSON expressions in "[]" (#36722)
  • Removed neighbors if compact target is unindexed (#36694)
  • Improved performance for Rocksmq when channel is full (#36618)
  • Fixed an issue where errors during unpinning were not deferred (#36665)
  • Resolved a memory leak for imported segments in the segment manager (#36631)
  • Skipped unnecessary health checks for query nodes in the proxy (#36553)
  • Fixed an overflow issue with term expressions (#36534)
  • Recorded node ID before assigning tasks to prevent task misallocation (#36493)
  • Resolved data race issues in clustering compaction (#36499)
  • Added a check for string array max length after type matching (#36497)
  • Addressed race conditions in mix or standalone mode (#36459)
  • Fixed segment imbalance after repeated load and release operations (#36543)
  • Corrected a corner case where segments couldn’t be moved from a stopping node (#36475)
  • Updated segment info properly even if some segments were missing (#36729)
  • Prevented etcd transactions from exceeding the max limit in snapshot KV (#36773)

Improvements

  • Enhanced MMAP resource estimation:
    • Improved MMAP-related code in column.h (#36521)
    • Refined resource estimation when loading collections (#36728)
  • Performance Enhancements:
    • Improved expression parsing efficiency by converting Unicode to ASCII (#36676)
    • Enabled parallel production of messages for multiple topics (#36462)
    • Reduced CPU overhead when calculating index file size (#36580)
    • Retrieved message type from header to minimize unmarshalling (#36454)
    • Optimized workload-based replica selection policy (#36384)
  • Split delete task messages to fit within max message size limits (#36574)
  • Added new RESTful URL to describe import jobs (#36754)
  • Optimized import scheduling and added a time cost metric (#36684)
  • Added balance report log for query coordinator balancer (#36749)
  • Switched to using common GC configuration (#36670)
  • Added streaming forward policy switch for delegator (#36712)
  • Enabled manual compaction for collections without indexes (#36581)
  • Enabled load balancing on query nodes with varying memory capacities (#36625)
  • Unified case for inbound labels using metrics.label (#36616)
  • Made transfer channel/segment operations idempotent (#36552)
  • Added metrics to monitor import throughput and imported row count (#36588)
  • Prevented creation of multiple timer objects in targets (#36573)
  • Updated expression version and formatted HTTP response for expressions (#36467)
  • Enhanced garbage collection in snapshot KV (#36793)
  • Added support to execute methods with context parameters (#36798)

v2.4.12

Release Date: September 26, 2024

Milvus versionPython SDK versionJava SDK versionNode.js SDK version
2.4.122.4.72.4.42.4.9

Milvus 2.4.12 introduces significant enhancements and critical bug fixes. This release addresses data duplication issues and improves failure recovery speed, particularly when handling large numbers of deletions. However, a known issue persists where failure recovery can be slow when deleting massive amounts of data. We are actively working on resolving this issue.

Improvements

  • Implemented graceful stop for flowgraph manager (#36358)
  • Disabled index checks for non-loaded vector fields (#36280)
  • Filtered out non-hit delete records during delta loading (#36272)
  • Improved error handling for std::stoi exceptions (#36296)
  • Disallowed keywords as field names or dynamic field names (#36108)
  • Added metrics for delete entries in L0 segments (#36227)
  • Implemented L0 forward policy to support remote loading (#36208)
  • Added ANN field loading check in proxy (#36194)
  • Enabled empty sparse row support (#36061)
  • Fixed a security vulnerability (#36156)
  • Implemented stats handler for request/response size metrics (#36118)
  • Corrected size estimation for encoded array data (#36379)

Bug fixes

  • Resolved metric type errors for collections with two vector fields (#36473)
  • Fixed long buffering issues causing message queue reception failures (#36425)
  • Implemented proper compact-to-segments return after split support (#36429)
  • Resolved data race issues with node ID check goroutine (#36377)
  • Removed element type check (#36324)
  • Fixed concurrent access issues for growing and sealed segments (#36288)
  • Implemented future stateful lock (#36333)
  • Corrected offset usage in HybridSearch (#36287, #36253)
  • Resolved dirty segment/channel leaks on QueryNode (#36259)
  • Fixed primary key duplication handling (#36274)
  • Enforced metric type setting in search requests (#36279)
  • Fixed stored_index_files_size metric clearing issue (#36161)
  • Corrected readwrite privilege group behavior for global API access (#36145)

v2.4.11

Release Date: September 11, 2024

Milvus versionPython SDK versionJava SDK versionNode.js SDK version
2.4.112.4.62.4.32.4.8

Milvus 2.4.11 is a bug-fix release that addresses multiple critical issues related to the MARISA trie index, compaction, and loading operations. This release introduces new features to view expressions and improve delete stability. We recommend all users of the 2.4.x series to upgrade to this version to benefit from these improvements and fixes.

Features

  • Added static view for expressions in 2.4 (#35954)
  • Implemented delete buffer related quota logic (#35997)

Bug fixes

  • Resolved Trie index range operation issue for GreaterThan and GreaterThanEqual comparisons (#36126)
  • Corrected marisa_label_order usage in Trie index construction (#36060)
  • Enhanced value checking for trie.predictive_search (#35999)
  • Enabled Binary arithmetic expression support on inverted index (#36097)
  • Fixed segment fault caused by Skipindex (#35908)
  • Resolved memory leak in proxy meta cache (#36076)
  • Renamed mmap file path to prevent directory conflicts (#35975)
  • Improved logging and cleanup for failed/timeout tasks in mix compaction (#35967)
  • Addressed logic deadlock during high memory usage by delegator (#36066)
  • Implemented empty segment creation when compaction deletes all inserts (#36045)
  • Corrected load field list population from old version load info in 2.4 (#36018)
  • Fixed tracing config update logic in 2.4 (#35998)
  • Resolved search/query request failures during dynamic partition release (#36019)
  • Prevented override of fallback parameters (#36006)
  • Ensured proper registration of privilege groups for validation (#35938)
  • Prevented mistaken cleanup of db limiter nodes (#35992)
  • Addressed issue with replicas not participating in queries after failure recovery (#35925)
  • Resolved data race in clustering compaction writer (#35958)
  • Fixed variable reference after move operation (#35904)
  • Implemented clustering key skip load behavior check (#35899)
  • Ensured single startup of querycoord observers in 2.4 (#35817)

Improvements

  • Upgraded Milvus & proto version to 2.4.11 (#36069)
  • Addressed memory leak in unit tests and enable use_asan option for unittest builds (#35857)
  • Adjusted l0segmentsrowcount limits to more appropriate values (#36015)
  • Modified deltalog memory estimation factor to one (#36035)
  • Implemented slicesetequal for load field list comparisons (#36062)
  • Reduced log frequency for delete operations (#35981)
  • Upgraded etcd version to 3.5.14 (#35977)
  • Optimized mmap-rss reduction after warmup (#35965)
  • Removed cooling off period in rate limiter for read requests (#35936)
  • Enhanced load field checking for previously loaded collections (#35910)
  • Added support for dropping roles related to privilege lists in 2.4 (#35863)
  • Implemented depguard rules to prohibit deprecated proto library usage (#35818)

Others

  • Updated Knowhere version (#36067)

v2.4.10

Release Date: August 30, 2024

Milvus versionPython SDK versionJava SDK versionNode.js SDK version
2.4.102.4.62.4.32.4.6

Milvus 2.4.10 introduces significant improvements in functionality and stability. Key features include support for upsert operations on AutoID-enabled collections, partial collection loading capabilities, and various memory-mapped (MMAP) configurations to optimize memory usage. This release also addresses several bugs causing panics, core dumps, and resource leaks. We recommend upgrading to take full advantage of these improvements.

Features

  • Upsert with Auto ID: Support for upsert operations with automatic ID generation (#34633)
  • Field Partial Load Collection [Beta Preview]: Allows loading specific fields of a collection (#35696)
  • RBAC Enhancements:
    • Added RBAC message support for Change Data Capture (CDC) (#35562)
    • Introduced readonly/readwrite/admin privilege groups to simplify RBAC grant process (#35543)
    • New API for backing up and restoring RBAC configurations (#35513)
    • Refresh proxy cache after restoring RBAC metadata (#35636)
  • Improved MMAP Configuration: More general configuration options to control MMAP behavior (#35609)
  • Database Access Restrictions: New properties to restrict read access to databases (#35754)

Bug fixes

  • Fixed Arrow Go client don’t return error issue (#35820)
  • Corrected inaccurate rate limiting (#35700)
  • Resolved proxy panic after import-related API failures (#35559)
  • Fixed potential mistaken deletions during GC channel checkpoints (#35708)
  • Addressed panic due to empty candidate import segments (#35674)
  • Corrected mmap memory deallocation (#35726)
  • Ensured proper channel watching for upgrades from 2.2 to 2.4 (#35695)
  • Fixed DataNode unwatching channel release function (#35657)
  • Corrected partition count in RootCoord metadata (#35601)
  • Resolved issues with dynamic config updates for certain parameters (#35637)

Improvements

Performance

  • Optimized retrieval on dynamic fields (#35602)
  • Improved bitset performance for AVX512 (#35480)
  • Re-read value after once initialization for better efficiency (#35643)

Rolling upgrade improvements

  • Marked query node as read-only after suspended (#35586)
  • Prevented coexistence of old coordinator with new node/proxy (#35760)

Others

  • Optimized Milvus core building process (#35660)
  • Updated to protobuf-go v2 (#35555)
  • Enhanced tracing with hex string encoding for traceid and spanid (#35568)
  • Added hit segment number metrics for query hook (#35619)
  • Improved compatibility with old SDK for configure load param feature (#35573)
  • Added support for HTTP v1/v2 throttling (#35504)
  • Fixed index memory estimation (#35670)
  • Ability to write multiple segments in mix compactor to avoid large segment generation (#35648)

v2.4.9

Release Date: August 20, 2024

Milvus versionPython SDK versionJava SDK versionNode.js SDK version
2.4.92.4.52.4.32.4.4

Milvus v2.4.9 addresses a critical issue which could return results less than limit (topk) in some corner cases and includes several key improvements to enhance the performance and usability of the platform.

Critical fixes

  • Excluded l0 segment from readable snapshot (#35510).

Improvements

  • Removed duplicated schema helper creation in the proxy (#35502).
  • Added support for compiling Milvus on Ubuntu 20.04 (#35457).
  • Optimized the use of locks and avoided double flush clustering buffer writer (#35490).
  • Removed the invalid log (#35473).
  • Added a clustering compaction user guide doc (#35428).
  • Added support for dynamic fields in the schema helper (#35469).
  • Added the msgchannel section in the generated YAML (#35466).

v2.4.8

Release Date: August 14, 2024

Milvus versionPython SDK versionJava SDK versionNode.js SDK version
2.4.82.4.52.4.32.4.4

Milvus 2.4.8 introduced several significant improvements to the system’s performance and stability. The most notable feature was the implementation of clustering compaction, a mechanism that enhances search and query efficiency by redistributing data in large collections based on a designated clustering key, reducing the amount of data scanned. Compaction was also decoupled from the shard DataNode, allowing any DataNode to perform compaction independently, which improved fault tolerance, stability, performance, and scalability. Additionally, the interface between the Go and C++ components was refactored to use asynchronous CGO calls, addressing issues like session timeouts, while several other performance optimizations were made based on profiling. The application dependencies were also updated to address known security vulnerabilities. Moreover, this release also includes numerous performance optimizations and critical bug fixes.

Features

  • Implemented clustering compaction, allowing data to be redistributed based on a designated clustering key to enhance query efficiency (#34326), (#34363).

Improvements

  • Implemented asynchronous search and retrieval capabilities in CGO. (#34200)
  • Separated the compaction process from the Shard DataNode to improve system modularity. (#34157)
  • Added support for client pooling in QueryNode within the proxy/delegator to enhance performance. (#35195)
  • Integrated Sonic to minimize CPU overhead during JSON marshaling and unmarshaling in Gin and RestfulV1 handlers. (#35018)
  • Introduced an in-memory cache to optimize authentication result retrieval. (#35272)
  • Modified the default metric type for autoindex. [#34277, #34479]
  • Refactored the runtime memory format for variable columns, leading to reduced memory usage. [#34367, #35012, #35041]
  • Refactored compaction processes to enable persistent data storage. (#34268)
  • Enabled memory-mapped file support for growing segments, improving memory management. (#34110)
  • Improved access logs by adding RESTful API support, logging consistency levels, and distinguishing between system and user errors. [#34295, #34352, #34396]
  • Utilized the new range_search_k parameter in Knowhere to speed up range searches. (#34709)
  • Applied blocked Bloom filters to enhance the speed of filter construction and querying. [#34377, #34922]
  • Memory Usage Improvements:
    • Pre-allocated space for DataNode insert buffers. (#34205)
    • Pre-allocated FieldData for Reduce operations. (#34254)
    • Released records in delete codec to prevent memory leaks. (#34506)
    • Controlled concurrency level of the disk file manager during file loading. (#35282)
    • Optimized Go runtime garbage collection logic for timely memory release. (#34950)
    • Implemented a new seal policy for growing segments. (#34779)
  • DataCoord Enhancements:
    • Reduced CPU usage. [#34231, #34309]
    • Implemented faster garbage collection exit logic. (#35051)
    • Improved worker node scheduling algorithms. (#34382)
    • Enhanced segment size control algorithm specifically for import operations. (#35149)
  • Load Balancing Algorithm Improvements:
    • Reduced the memory overload factor on the delegator. (#35164)
    • Allocated fixed memory size for the delegator. (#34600)
    • Avoided excessive allocation of segments and channels for new query nodes. (#34245)
    • Reduced the number of tasks per scheduling cycle by Query Coordinator while increasing scheduling frequency. (#34987)
    • Enhanced channel balancing algorithm on the DataNode. (#35033)
  • Expanded System Metrics: Added new metrics across various components to monitor specific aspects including:

Changes

  • For open-source users, this version changes the metric types in AutoIndex for FloatVector and BinaryVector to Cosine and Hamming, respectively.

  • Fixed Third-Party Dependency Versions:

    • This release introduces fixed versions for certain third-party dependency libraries, significantly enhancing Milvus’s software supply chain management.
    • By isolating the project from upstream changes, it safeguards daily builds from potential disruptions.
    • The update ensures stability by exclusively hosting validated C++ third-party packages on JFrog Cloud and utilizing Conan Recipe Revisions (RREV).
    • This approach mitigates the risk of breaking changes from updates in ConanCenter.
    • Developers using Ubuntu 22.04 will benefit immediately from these changes. However, developers on other operating systems may need to upgrade their glibc version to avoid compatibility issues.

Critical bug fixes

  • Fixed an issue where deletion data was lost due to segments being omitted during L0 compaction. [#33980, #34363]
  • Rectified a problem where delete messages failed to be forwarded due to incorrect data scope handling. (#35313)
  • Resolved a SIGBUS exception that occurred due to incorrect usage of mmap. [#34455, #34530]
  • Fixed crashes caused by illegal search expressions. (#35307)
  • Corrected an issue where DataNode watch failed due to an incorrect timeout setting in the watch context. (#35017)

Bug fixes

  • Addressed security vulnerabilities by upgrading certain dependencies. [#33927, #34693]
  • Fixed a parsing error triggered by excessively long expressions. (#34957)
  • Resolved a memory leak that occurred during query plan parsing. (#34932)
  • Fixed an issue where dynamic log level modifications were not taking effect. (#34777)
  • Resolved an issue where group by queries on growing data failed due to uninitialized segment offsets. (#34750)
  • Corrected the setting of search parameters when using the Knowhere iterator. (#34732)
  • Revised the logic for checking the status of the partition load. (#34305)
  • Fixed an issue where privilege cache updates failed due to unhandled request errors. (#34697)
  • Resolved a failure in loaded collection recovery after QueryCoord restarted. (#35211)
  • Fixed an issue of load idempotence by removing unnecessary index parameter validation. (#35179)
  • Ensured compressBinlog is executed to allow reloadFromKV to properly fill binlog’s logID after DataCoord restarts. (#34062)
  • Fixed an issue where collection metadata was not removed after garbage collection in DataCoord. (#34884)
  • Resolved a memory leak in SegmentManager within DataCoord by removing flushed segments generated through imports. (#34651)
  • Fixed a panic issue when compaction was disabled and a collection was dropped. (#34206)
  • Fixed an out-of-memory issue in DataNode by enhancing the memory usage estimation algorithm. (#34203)
  • Prevented burst memory usage when multiple vector retrieval requests hit a cache miss by implementing singleflight for chunk cache. (#34283)
  • Captured ErrKeyNotFound during CAS (Compare and Swap) operations in the configuration. (#34489)
  • Fixed an issue where configuration updates failed due to mistakenly using the formatted value in a CAS operation. (#34373)

Miscellaneous

  • Added support for the OTLP HTTP exporter, enhancing observability and monitoring capabilities. [#35073, #35299]
  • Enhanced database functionality by introducing properties such as “max collections” and “disk quota,” which can now be dynamically modified. [#34511, #34386]
  • Added tracing capabilities for L0 compaction processes within DataNode to improve diagnostics and monitoring. (#33898)
  • Introduced quota configuration for the number of L0 segment entries per collection, enabling better control over deletion rates by applying backpressure. (#34837)
  • Extended the rate-limiting mechanism for insert operations to also cover upsert operations, ensuring consistent performance under high load. (#34616)
  • Implemented a dynamic CGO pool for proxy CGO calls, optimizing resource usage and performance. (#34842)
  • Enabled the DiskAnn compile option for Ubuntu, Rocky, and Amazon operating systems, improving compatibility and performance on these platforms. (#34244)
  • Upgraded Conan to version 1.64.1, ensuring compatibility with the latest features and improvements. (#35216)
  • Updated Knowhere to version 2.3.7, bringing in performance enhancements and new features. (#34709)
  • Fixed the revision of specific third-party packages to ensure consistent builds and reduce the risk of unexpected changes. (#35316)

v2.4.6

Release date: July 16, 2024

Milvus versionPython SDK versionJava SDK versionNode.js SDK version
2.4.62.4.42.4.22.4.4

Milvus v2.4.6 is a bug-fix release that addresses critical issues such as panics, memory leaks, and data loss during deletions. It also introduces several optimizations, including enhancements to monitoring metrics, upgrading the Go version to 1.21, and improving the user experience for RESTful count(*) queries.

Improvements

  • Enhanced the user-friendliness of RESTful API queries (#34444).
  • Upgraded the Go version from 1.20 to 1.21 (#33940).
  • Optimized the histogram metric bucket for finer granularity in bucketing (#34592).
  • Upgraded Pulsar dependency version from 2.8.2 to 2.9.5. It’s recommended to upgrade Pulsar to 2.9.5 since Milvus 2.4.6.

Bug fixes

  • Fixed an issue where the GetReplicas API returned a nil status (#34019).
  • Corrected a problem where queries could return deleted records (#34502).
  • Resolved an issue where IndexNode would get stuck during stopping due to incorrect lifetime control (#34559).
  • Fixed a memory leak of primary key oracle objects when a worker is offline (#34020).
  • Corrected ChannelManagerImplV2 to notify the correct Node, addressing parameter capture issues in loop closure (#34004).
  • Fixed a read-write data race in ImportTask segmentsInfo by implementing a deep copy (#34126).
  • Corrected version information for the “legacyVersionWithoutRPCWatch” configuration option to prevent errors during rolling upgrades (#34185).
  • Fixed the metric for the number of partitions loaded (#34195).
  • Passed the otlpSecure config when setting up segcore tracing (#34210).
  • Fixed an issue where DataCoord’s properties were overwritten by mistake (#34240).
  • Resolved a data loss issue caused by erroneously merging two newly created message streams (#34563).
  • Fixed a panic caused by msgstream trying to consume an invalid pchannel (#34230).
  • Addressed an issue where imports could generate orphaned files (#34071).
  • Fixed incomplete query results due to duplicate primary keys in a segment (#34302).
  • Resolved an issue of missing sealed segments in L0 compaction (#34566).
  • Fixed the problem of dirty data in the channel-cp meta generated after garbage collection (#34609).
  • Corrected the metrics where database_num was 0 after restarting RootCoord (#34010).
  • Fixed a memory leak in SegmentManager in DataCoord by removing flushed segments generated through import (#34652).
  • Ensured compressBinlog to fill binlogs’ logID after DataCoord restarts, ensuring proper reload from KV (#34064).

v2.4.5

Release date: June 18, 2024

Milvus versionPython SDK versionJava SDK versionNode.js SDK version
2.4.52.4.42.4.12.4.3

The release of Milvus 2.4.5 introduces several improvements and bug fixes to enhance performance, stability, and functionality. Milvus 2.4.5 simplifies sparse, float16, and bfloat16 vector search with auto-indexing, speeds up searches, deletions, and compactions with Bloom filter optimizations, and tackles data management through faster loading times and import L0 segment support. It also introduces the sparse HNSW index for efficient high-dimensional sparse data search, enhances the RESTful API with sparse float vector support, and fixes critical bugs for better stability.

New Features

  • Added rbac support to describe/alter database api (#33804)
  • Supported building the HNSW index for sparse vectors (#33653, #33662)
  • Supported building the Disk index for binary vector (#33575)
  • Supported sparse vector type on RESTful v2 (#33555)
  • Add /management/stop RESTful api to stop a component (#33799)

Improvements

  • Set maxPartitionNum default value to 1024 (#33950)
  • Enabled to Force reset connection for unavailable error (#33910)
  • Enabled flush rate limiter of collection level (#33864)
  • Executed bloom filter apply in parallel to speed up segment predict (#33793)
  • Used fastjson lib for unmarshal delete log to speed up json.Unmarshal(#33802)
  • Used BatchPkExist to reduce bloom filter func call cost (#33752)
  • Speeded up the loading of small collections (#33746)
  • Supported import delete data to L0 segment (#33712)
  • Skipped mark compaction tasks to be timeouted to aviod executing the same task over and over again (#33833)
  • Handled float16 and bfloat16 vectors as same as BinaryVector in numpy bulk insert (#33788)
  • Added the includeCurrentMsg flag for the seek method (#33743)
  • Added mergeInterval, targetBufSize, maxTolerantLagof msgdispatcher to configs (#33680)
  • Improved GetVectorByID of sparse vector (#33652)
  • Removed StringPrimarykey to reduce unnecessary copy and function call cost (#33649)
  • Added autoindex mapping for binary/sparse data type (#33625)
  • Optimized some cache to reduce memory usage (#33560)
  • Abstracted execute interface for import/preimport task (#33607)
  • Used map pk to timestamp in buffer insert to reduce bf causes (#33582)
  • Avoided redundant meta operations of import (#33519)
  • Improve logs by logging better disk quota info, adding UseDefaultConsistency flag, removing unnecessary logs (#33597, #33644, #33670)

Bug fixes

  • Fixed a bug that queryHook unable to recognize vector type (#33911)
  • Prevented use captured iteration variable partitionID (#33970)
  • Fixed a bug that may cause Milvus to be unable to create AutoIndex on binary and sparse vectors (#33867)
  • Fixed a bug that may cause indexnode to retry creating index on invalid index params of all vectors(#33878)
  • Fixed the bug that when loads and releases happen concurrently may crash the Server(#33699)
  • Improved cache consistency for configuration values (#33797)
  • Prevented possible data loss during deletion (#33821)
  • Ensured the DroppedAt field (likely deletion timestamp) is set after dropping collections(#33767)
  • Fixed an issue that might have caused Milvus to handle binary vector data sizes incorrectly(#33751)
  • Prevented sensitive Kafka credentials from being logged in plain text.(#33694, #33747)
  • Ensured Milvus can correctly import data with multiple vector fields.(#33724)
  • Enhanced import reliability by checking if an import job exists before starting. (#33673)
  • Improved handling of the sparse HNSW index (internal functionality) (#33714)
  • Cleaned vector memory to avoid memory leak(#33708)
  • Ensured smoother asynchronous warmup by fixing a state lock issue.(#33687)
  • Addressed a bug that might have caused missing results in query iterators. (#33506)
  • Fixed a bug that might cause import segment size is uneven (#33634)
  • Fixed incorrect data size handling for bf16, fp16, and binary vector types (#33488)
  • Improved stability by addressing potential issues with the L0 compactor(#33564)
  • Ensured dynamic configuration updates are reflected correctly in the cache. (#33590)
  • Improved the accuracy of the RootCoordQuotaStates metric (#33601)
  • Ensured accurate reporting of the number of loaded entities in metric(#33522)
  • Provided more complete information in exception logs. (#33396)
  • Optimized query pipeline by removing unnecessary group checker (#33485)
  • Used the local storage path for a more accurate disk capacity check on the index node. (#33505)
  • Corrected hasMoreResult may return false when hit number larger than limit (#33642)
  • Delayed load bf in delegator to prevent bfs been loaded over and over again when worker has no more memory (#33650)- Fixed a bug that queryHook unable to recognize vector type (#33911)
  • Prevented use captured iteration variable partitionID (#33970)
  • Fixed a bug that may cause Milvus to be unable to create AutoIndex on binary and sparse vectors (#33867)
  • Fixed a bug that may cause indexnode to retry creating index on invalid index params of all vectors(#33878)
  • Fixed the bug that when loads and releases happen concurrently may crash the Server(#33699)
  • Improved cache consistency for configuration values (#33797)
  • Prevented possible data loss during deletion (#33821)
  • Ensured the DroppedAt field (likely deletion timestamp) is set after dropping collections(#33767)
  • Fixed an issue that might have caused Milvus to handle binary vector data sizes incorrectly(#33751)
  • Prevented sensitive Kafka credentials from being logged in plain text.(#33694, #33747)
  • Ensured Milvus can correctly import data with multiple vector fields.(#33724)
  • Enhanced import reliability by checking if an import job exists before starting. (#33673)
  • Improved handling of the sparse HNSW index (internal functionality) (#33714)
  • Cleaned vector memory to avoid memory leak(#33708)
  • Ensured smoother asynchronous warmup by fixing a state lock issue.(#33687)
  • Addressed a bug that might have caused missing results in query iterators. (#33506)
  • Fixed a bug that might cause import segment size is uneven (#33634)
  • Fixed incorrect data size handling for bf16, fp16, and binary vector types (#33488)
  • Improved stability by addressing potential issues with the L0 compactor(#33564)
  • Ensured dynamic configuration updates are reflected correctly in the cache. (#33590)
  • Improved the accuracy of the RootCoordQuotaStates metric (#33601)
  • Ensured accurate reporting of the number of loaded entities in metric(#33522)
  • Provided more complete information in exception logs. (#33396)
  • Optimized query pipeline by removing unnecessary group checker (#33485)
  • Used the local storage path for a more accurate disk capacity check on the index node. (#33505)
  • Corrected hasMoreResult may return false when hit number larger than limit (#33642)
  • Delayed load bf in delegator to prevent bfs been loaded over and over again when worker has no more memory (#33650)

v2.4.4

Release date: May 31, 2024

Milvus versionPython SDK versionJava SDK versionNode.js SDK version
2.4.42.4.32.4.12.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)

v2.4.3

Release date: May 29, 2024

Milvus versionPython SDK versionJava SDK versionNode.js SDK version
2.4.32.4.32.4.12.4.2

Milvus version 2.4.3 introduced a host of features, improvements, and bug fixes to elevate performance and reliability. Notable enhancements included support for sparse float vector bulk insert and optimized bloom filter acceleration. Improvements covered various areas, from dynamic configuration updates to memory usage optimization. Bug fixes addressed critical issues like panic scenarios and ensured smoother system operations. This release underscored Milvus’s ongoing commitment to enhancing functionality, optimizing performance, and delivering a robust user experience.

Features

  • Supported sparse float vector bulk insert for binlog/json/parquet (#32649)

Improvements

  • Implemented Datacoord/node watch channel based on RPC (#32036)
  • Optimized bloom filter to accelerate delete filtering (#32642, #33329, #33284)
  • Loaded raw data via mmap if scalar index did not have raw data (#33317)
  • Synced milvus config to milvus.yaml (#33322, #32920, #32857, #32946)
  • Updated knowhere version (#33310, #32931, #33043)
  • Enabled dynamic updating of balancer policy in QueryCoord (#33272)
  • Used a pre-built logger in the write buffer to minimize logger allocation (#33304)
  • Improved parameter checking (#32777, #33271, #33218)
  • Added a parameter to ignore incorrect message IDs in the checkpoint (#33249)
  • Added config to control initialization failure handling for plugins (#32680)
  • Added score compute consistency config for knowhere (#32997)
  • Introduced a configuration option to control the initialization of public role permissions (#33174)
  • Optimized memory usage when reading fields (#33196)
  • Refined implementation of Channel Manager v2 (#33172, #33121, #33014)
  • Added feature to track the size of data in memory for binlog (#33025)
  • Added metrics for segment index files size (#32979, #33305)
  • Replaced Delete with DeletePartialMatch to remove metrics (#33029)
  • Got related data size according to segment type (#33017)
  • Cleaned channel node info in meta store (#32988)
  • Removed rootcoord from datanode broker (#32818)
  • Enabled batch uploading (#32788)
  • Changed default partition number to 16 when using partition key (#32950)
  • Improved reduce performance on very large top-k queries (#32871)
  • Utilized TestLocations ability to accelerate write & compaction (#32948)
  • Optimized plan parser pool to avoid unnecessary recycling (#32869)
  • Improved load speed (#32898)
  • Used collection default consistency level for restv2 (#32956)
  • Added cost response for the rest API (#32620)
  • Enabled channel exclusive balance policy (#32911)
  • Exposed describedatabase API in proxy (#32732)
  • Utilized coll2replica mapping when getting RG by collection (#32892)
  • Added more tracing for search & query (#32734)
  • Supported dynamic config for opentelemetry trace (#32169)
  • Avoided iteration over channel results when updating leaderview (#32887)
  • Optimized vector offsets handling for parquet (#32822)
  • Improved datacoord segment filtering with collection (#32831)
  • Adjusted log level and frequency (#33042, #32838, #33337)
  • Enabled stopping balance after balance had been suspended (#32812)
  • Updated shard leader cache when leader location changed (#32470)
  • Removed deprecated API and field (#32808, #32704)
  • Added metautil.channel to convert string compare to int (#32749)
  • Added type info for payload writer error message and log when querynode found new collection (#32522)
  • Checked partition number when creating collection with partition key (#32670)
  • Removed legacy l0 segment if watch failed (#32725)
  • Improved printing type of request (#33319)
  • Checked array field data was nil before getting the type (#33311)
  • Returned error when startup Delete/AddNode node operation failed (#33258)
  • Allowed datanode’s server ID to be updated (#31597)
  • Unified querynode metrics cleanup in collection release (#32805)
  • Fixed scalar auto index config incorrect version (#32795)
  • Refined index param check for create/alter index (#32712)
  • Removed redundant replica recovery (#32985)
  • Enabled channel meta table to write more than 200k segments (#33300)

Bug fixes

  • Fixed panic when the database didn’t exist in the rate limit interceptor (#33308)
  • Fixed quotacenter metrics collection failure due to incorrect parameters (#33399)
  • Fixed panic if processactivestandby returned an error (#33372)
  • Fixed search result truncation in restful v2 when nq > 1 (#33363)
  • Added database name field for role operations in restful v2 (#33291)
  • Fixed global rate limit not working (#33336)
  • Fixed panic caused by failure of building index (#33314)
  • Added validation for sparse vector in segcore to ensure legality (#33312)
  • Removed task from syncmgr after task completion (#33303)
  • Fixed partition key filtering failure during data import (#33277)
  • Fixed inability to generate traceID when using noop exporter (#33208)
  • Improved query results retrieval (#33179)
  • Marked channel checkpoint dropped to prevent checkpoint lag metrics leakage (#33201)
  • Fixed query node getting stuck during stopping progress (#33154)
  • Fixed missing segments in flush response (#33061)
  • Made submit operation idempotent (#33053)
  • Allocated new slice for each batch in streaming reader (#33360)
  • Cleaned offline node from resource group after QueryCoord restart (#33233)
  • Removed l0 compactor in completedCompactor (#33216)
  • Reset quota value when initializing the limiter (#33152)
  • Fixed issue where etcd limit was exceeded (#33041)
  • Resolved etcd transaction limit exceedance due to too many fields (#33040)
  • Removed RLock re-entry in GetNumRowsOfPartition (#33045)
  • Started LeaderCacheObserver before SyncAll (#33035)
  • Enabled balancing of released standby channel (#32986)
  • Initialized access logger before server initialization (#32976)
  • Made compactor capable of clearing empty segments (#32821)
  • Filled deltalog entry number and time range in l0 compactions (#33004)
  • Fixed proxy crash due to shard leader cache data race (#32971)
  • Corrected time unit for load index metric (#32935)
  • Fixed issue where segment on stopping query node couldn’t be released successfully (#32929)
  • Fixed index resource estimation (#32842)
  • Set channel checkpoint to delta position (#32878)
  • Made syncmgr lock key before returning future (#32865)
  • Ensured inverted index had only one segment (#32858)
  • Fixed compaction trigger choosing two identical segments (#32800)
  • Fixed issue where partition name could not be specified in binlog import (#32730, #33027)
  • Made dynamic column optional in parquet import (#32738)
  • Skipped checking auto ID when inserting data (#32775)
  • Validated number of rows for insert field data with schema (#32770)
  • Added Wrapper and Keepalive for CTraceContext IDs (#32746)
  • Fixed issue where database name was not found in the datacoord meta object (#33412)
  • Synchronized dropped segment for dropped partition (#33332)
  • Fixed quotaCenter metrics collection failure due to incorrect parameters (#33399)

v2.4.1

Release date: May 6, 2024

Milvus versionPython SDK versionJava SDK versionNode.js SDK version
2.4.12.4.12.4.02.4.2

Milvus version 2.4.1 brings numerous improvements and bug fixes that aim to enhance the software’s performance, observability, and stability. These improvements include a declarative resource group API, enhanced bulk insert functionality that supports Float16/BFloat16 vector data types, a refined garbage collection (GC) mechanism that reduces list operations for object storage, and other changes related to performance optimizations. Additionally, bug fixes address issues such as compilation errors, failed fuzzy matches on newline characters, incorrect parameter datatypes for RESTful interfaces, and BulkInsert raising errors on numpy files when dynamic fields are enabled.

Breaking changes

  • Discontinued support for delete with an empty filter expression. (#32472)

Features

  • Added support for Float16/BFloat16 vector data types in bulk insert (#32157)
  • Enhanced sparse float vector to support brute force iterator search and range search (#32635)

Improvements

  • Added declarative resource group api (#31930, #32297, #32536, #32666)
  • Rewrote the collection observer in QueryCoord to make it task-driven (#32441)
  • Refactored the data structure used in the SyncManager of DataNode to reduce memory usage and prevent errors (#32673)
  • Revised the implementation of garbage collection to minimize list operations associated with object storage (#31740)
  • Reduced the cpu usage when collection number is high (#32245)
  • Enhanced the management of milvus.yaml by automatically generating relevant configuration items in the milvus.yaml file through code (#31832, #32357)
  • Enhanced the performance of the Query by retrieving the data after performing local reduction (#32346)
  • Added WithBlock option for etcd client creation (#32641)
  • Used client_request_id specified by the client as the TraceID if client provided (#32264)
  • Added db label to the metrics for the delete and bulk insert operations (#32611)
  • Added logic to skip the verification through configuration for AutoID and PartitionKey columns (#32592)
  • Refined errors related to authentication (#32253)
  • Refined error logs for AllocSegmentID in DataCoord (#32351, #32335)
  • Removed duplicate metrics (#32380, #32308) and cleaned up unused metrics (#32404, #32515)
  • Added configuration option to control whether to enforce the activation of the partitionKey feature (#32433)
  • Added configuration option to control the maximum amount of data that can be inserted in a single request (#32433)
  • Parallelize the applyDelete operation at the segment level to accelerate the processing of Delete messages by the Delegator (#32291)
  • Used index (#32232, #32505, #32533, #32595) and add cache (#32580) to accelerate frequent filtering operations in QueryCoord.
  • Rewrote the data structure (#32273) and refactored code (#32389) to accelerate common operations in DataCoord.
  • Removed openblas from conan (#32002)

Bug fixes

  • Fixed build milvus in rockylinux8 (#32619)
  • Fixed compilation errors for SVE on ARM (#32463, #32270)
  • Fixed the crash issue on ARM-based GPU images (#31980)
  • Fixed regex query can’t handle text with newline (#32569)
  • Fixed search get empty result caused by GetShardLeaders return empty node list (#32685)
  • Fixed BulkInsert raised error when encountering dynamic fields in numpy files (#32596)
  • Fixed bugs related to the RESTFulV2 interface, including an important fix that allows numeric parameters in requests to accept numerical input instead of string type (#32485, #32355)
  • Fixed memory leak in proxy by removing watching config event in rate limiter (#32313)
  • Fixed the issue where the rate limiter incorrectly reports that the partition cannot be found when partitionName is not specified (#32647)
  • Added detection between the cases of Collection being in the recovery state and not being loaded in the error type. (#32447)
  • Corrected the negative queryable num entities metric (#32361)

v2.4.0

Release date: April 17, 2024

Milvus versionPython SDK versionNode.js SDK version
2.4.02.4.02.4.0

We are excited to announce the official launch of Milvus 2.4.- Building upon the solid foundation of the 2.4.0-rc.1 release, we have focused on addressing critical bugs reported by our users, while preserving the existing functionality. In addition, Milvus 2.4.0 introduces a range of optimizations aimed at enhancing system performance, improving observability through the incorporation of various metrics, and streamlining the codebase for increased simplicity.

Improvements

  • Support for MinIO TLS connections (#31396, #31618)
  • AutoIndex support for scalar fields (#31593)
  • Hybrid search refactoring for consistent execution paths with regular search (#31742, #32178)
  • Accelerated filtering through bitset and bitset_view refactoring (#31592, #31754, #32139)
  • Import tasks now support waiting for data index completion (#31733)
  • Enhanced Import compatibility (#32121), task scheduling (#31475), and limits on imported file size and number (#31542)
  • Code simplification efforts including interface standardization for type checking (#31945, #31857), removal of deprecated code and metrics (#32079, #32134, #31535, #32211, #31935), and normalization of constant names (#31515)
  • New metrics for QueryCoord current target channel check point lag latency (#31420)
  • New db label for common metrics (#32024)
  • New metrics regarding the count of deleted, indexed, and loaded entities, with the inclusion of labels such as collectionName and dbName (#31861)
  • Error handling improvements for mismatched vector types (#31766)
  • Support for throwing errors instead of crashing when index cannot be built (#31845)
  • Support for invalidating the database meta cache when dropping databases (#32092)
  • Interface refactoring for channel distribution (#31814) and leader view management (#32127)
  • Refactor channel dist manager interface (#31814) and Refactor leader view manager interface (#32127)
  • Batch processing (#31632), adding mapping information (#32234, #32249), and avoiding usage of lock (#31787) to accelerate frequently invoked operations

Breaking Changes

  • Discontinued grouping search on binary vectors (#31735)
  • Discontinued grouping search with hybrid search (#31812)
  • Discontinued HNSW index on binary vectors (#31883)

Bug Fixes

  • Enhanced data type and value checks for queries and insertions to prevent crashes (#31478, #31653, #31698, #31842, #32042, #32251, #32204)
  • RESTful API bug fixes (#32160)
  • Improved prediction of inverted index resource usage (#31641)
  • Resolution of connection issues with etcd when authorization is enabled (#31668)
  • Security update for nats server (#32023)
  • Stored inverted index files into a local storage path of QueryNode instead of /tmp (#32210)
  • Addressed datacoord memory leaks for collectionInfo (#32243)
  • Fixes for fp16/bf16 related bugs potentially causing system panic (#31677, #31841, #32196)
  • Resolved issues with grouping search returning insufficient results (#32151)
  • Adjustment of search with iterators to handle offsets in the Reduce step more effectively and ensure adequate results with “reduceStopForBest” enabled (#32088)

v2.4.0-rc.1

Release date: March 20, 2024

Milvus versionPython SDK version
2.4.0-rc.12.4.0

This release introduces several scenario-based features:

  • New GPU Index - CAGRA: Thanks to NVIDIA’s contribution, this new GPU index offers a 10x performance boost, especially for batch searches. For details, refer to GPU Index.

  • Multi-vector and Hybrid Search: This feature enables storing vector embeddings from multiple models and conducting hybrid searches. For details, refer to Hybrid Search.

  • Sparse Vectors: Ideal for keyword interpretation and analysis, sparse vectors are now supported for processing in your collection. For details, refer to Sparse Vectors.

  • Grouping Search: Categorical aggregation enhances document-level recall for Retrieval-Augmented Generation (RAG) applications. For details, refer to Grouping Search.

  • Inverted Index and Fuzzy Matching: These capabilities improve keyword retrieval for scalar fields. For details, refer to Index Scalar Fields and Filtered Search.

New Features

GPU Index - CAGRA

We would like to express our sincere gratitude to the NVIDIA team for their invaluable contribution to CAGRA, a state-of-the-art (SoTA) GPU-based graph index that can be used online.

Unlike previous GPU indices, CAGRA demonstrates overwhelming superiority even in small batch queries, an area where CPU indices traditionally excel. In addition, CAGRA’s performance in large batch queries and index construction speed, domains where GPU indices already shine, is truly unparalleled.

Example code can be found in example_gpu_cagra.py.

Sparse Vector (Beta)

In this release, we are introducing a new type of vector field called sparse vector. Sparse vectors are different from their dense counterparts as they tend to have several magnitude higher number of dimensions with only a handful being non-zero. This feature offers better interpretability due to its term-based nature and can be more effective in certain domains. Learned sparse models such as SPLADEv2/BGE-M3 have proven to be very useful for common first-stage ranking tasks. The main use case for this new feature in Milvus is to allow efficient approximate semantic nearest neighbor search over sparse vectors generated by neural models such as SPLADEv2/BGE-M3 and statistics models such as the BM25 algorithm. Milvus now supports effective and high-performance storage, indexing, and searching (MIPS, Maximum Inner Product Search) of sparse vectors.

Example code can be found in hello_sparse.py.

Multi-vector support is the cornerstone for applications that require multi-model data processing or a mix of dense and sparse vectors. With multi-vector support, now you can:

  • Store vector embeddings generated for unstructured text, image, or audio samples from multiple models.
  • Conduct ANN searches that include multiple vectors of each entity.
  • Customize search strategies by assigning weights to different embedding models.
  • Experiment with various embedding models to find the optimal model combination.

Multi-vector support allows storing, indexing, and applying reranking strategies to multiple vector fields of different types, such as FLOAT_VECTOR and SPARSE_FLOAT_VECTOR, in a collection. Currently, two reranking strategies are available: Reciprocal Rank Fusion (RRF) and Average Weighted Scoring. Both strategies combine the search results from different vector fields into a unified result set. The first strategy prioritizes the entities that consistently appear in the search results of different vector fields, while the other strategy assigns weights to the search results of each vector field to determine their importance in the final result set.

Example code can be found in hybrid_search.py.

Inverted Index and Fuzzy Match

In previous releases of Milvus, memory-based binary search indexes and Marisa Trie indexes were used for scalar field indexing. However, these methods were memory-intensive. The latest release of Milvus now employs the Tantivy-based inverted index, which can be applied to all numeric and string data types. This new index dramatically improves scalar query performance, reducing the query of keywords in strings by ten times. In addition, The inverted index consumes less memory, thanks to additional optimizations in data compression and Memory-mapped storage (MMap) mechanism of the internal indexing structure.

This release also supports fuzzy matches in scalar filtering using prefixes, infixes, and suffixes.

Example code can be found in inverted_index_example.py and fuzzy_match.py.

You can now aggregate the search results by the values in a specific scalar field. This helps RAG applications to implement document-level recall. Consider a collection of documents, each document splits into various passages. Each passage is represented by one vector embedding and belongs to one document. To find the most relevant documents instead of scattering passages, you can include the group_by_field argument in the search() operation to group results by the document ID.

Example code can be found in example_group_by.py.

Float16 and BFloat- Vector DataType

Machine learning and neural networks often use half-precision data types, such as Float16 and BFloat- While these data types can improve query efficiency and reduce memory usage, they come with a tradeoff of reduced accuracy. With this release, Milvus now supports these data types for vector fields.

Example code can be found in float16_example.py and bfloat16_example.py.

Upgraded Architecture

L0 Segment

This release includes a new segment called L0 Segment, designed to record deleted data. This segment periodically compacts stored deleted records and splits them into sealed segments, reducing the number of data flushes required for small deletions and leaving a small storage footprint. With this mechanism, Milvus completely separates data compactions from data flushes, enhancing the performance of delete and upsert operations.

Refactored BulkInsert

This release also introduces improved bulk-insert logic. This allows you to import multiple files in a single bulk-insert request. With the refactored version, both the performance and stability of bulk insert have seen significant improvements. The user experience has also been enhanced, such as fine-tuned rate limiting and more user-friendly error messages. In addition, you can easily access the bulk-insert endpoints through Milvus’ RESTful API.

Memory-mapped Storage

Milvus uses memory-mapped storage (MMap) to optimize its memory usage. Instead of loading file content directly into memory, this mechanism maps the file content into memory. This approach comes with a tradeoff of performance degradation. By enabling MMap for an HNSW-indexed collection on a host with 2 CPUs and 8 GB RAM, you can load 4x more data with less than 10% performance degradation.

In addition, this release also allows dynamic and fine-grained control over MMap without the need to restart Milvus.

For details, refer to MMap Storage.

Others

Milvus-CDC

Milvus-CDC is an easy-to-use companion tool to capture and synchronize incremental data between Milvus instances, allowing for easy incremental backup and disaster recovery. In this release, Milvus-CDC has improved stability, and its Change Data Capture (CDC) functionality now becomes generally available.

To learn more about Milvus-CDC, refer to GitHub repository and Milvus-CDC Overview.

Refined MilvusClient Interfaces

MilvusClient is an easy-to-use alternative to the ORM module. It adopts a purely functional approach to simplify interactions with the server. Instead of maintaining a connection pool, each MilvusClient establishes a gRPC connection to the server. The MilvusClient module has implemented most of the functionalities of the ORM module. To learn more about the MilvusClient module, visit pymilvus and the reference documents.

Try Zilliz Cloud for Free

Zilliz Cloud is hassle-free, powered by Milvus and 10x faster.

Get Started
Feedback

Was this page helpful?