PyMilvus v2.6.15 Release Notes
What's Changed
- Add
get_replicate_info()toMilvusClientandAsyncMilvusClientfor 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
TypeCapabilitycontract 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