Skip to content

PyMilvus v2.6.16 Release Notes

Latest

Choose a tag to compare

@XuanYang-cn XuanYang-cn released this 25 Jun 02:10
951a943

What's Changed

Features and enhancements

  • Add element-level search support (source #3208; 2.6 #3491).
  • Add dump_messages support for data salvage (source #3573; 2.6 #3574).
  • Add role and user description support in auth APIs (sources #3601 and #3602; 2.6 #3609).
  • Improve volume upload interaction, including concurrency and progress behavior (source #3619; 2.6 #3628).

Bug fixes

  • Harden sync and async connection recovery by protecting reconnect channel swaps and validating channel reclamation (sources #3542, #3564, and #3579; 2.6 #3566, #3571, and #3582).
  • Preserve connection timeout settings during recovery (source #3610; 2.6 #3614).
  • Map only connection-setup RPC failures to CONNECT_FAILED (source #3589; 2.6 #3591).
  • Reject boolean values in sparse vector validation and improve the related error message (source #3624; 2.6 #3625).

Type handling and client internals

Documentation and tests

  • Update async client examples (source #3597; 2.6 #3598).
  • Classify maintained test suites (source #3592; 2.6 #3596).

Full Changelog: v2.6.15...v2.6.16