Skip to content

PyMilvus v2.6.15 Release Notes

Choose a tag to compare

@XuanYang-cn XuanYang-cn released this 01 Jun 07:08
6bc437e

What's Changed

  • Add get_replicate_info() to MilvusClient and AsyncMilvusClient for reading replication checkpoint state. #3509 by @bigsheeper, backported in #3515.
  • Move Search logical-type handling to the shared type registry. #3482, backported in #3498.
  • Add the internal TypeCapability contract for shared type-specific operation bindings. #3531, backported in #3532.
  • Use the logical type registry in batch insert and upsert paths. #3517, backported in #3540.
  • Migrate development, CI, TestPyPI, and release workflows to uv. #3512 by @zhuwenxing, backported in #3530.
  • Use the package-local Hatchling version source for SCM-derived versions. #3528 by @zhuwenxing, backported in #3535.

Full Changelog: v2.6.14...v2.6.15