PyMilvus 2.5.5 Release Notes
What's Changed
- enhance: Add schema update time verification to insert and upsert to use cache by @JsDove in #2596
- enhance: enable describe_replica api in milvus client (#2541) by @weiliu1031 in #2599
- enhance: get and delete to use schema cache by @JsDove in #2607
- feat: add external filter func for search iterator v2 by @PwzXxm in #2641
- enhance: describecollection output add created_timestamp by @JsDove in #2619
- add
db_name
parameter atbulk_import
(#2446) by @XuanYang-cn in #2666 - enhance: Multi-cp from master to 2.5.x by @XuanYang-cn in #2668
Bug Fixes
- fix BulkWriter bug for Array type field by @yhmo in #2624
- fix BulkWriter bug for nullable field by @yhmo in #2634
- fix: Unify output of str(DataType) for different pythons (#2635) by @XuanYang-cn in #2637
- grpc thread is not released each time connections.connect() is failed by @yhmo in #2649
- fix: update properties parameter type in alter_collection_properties … by @elijahxb in #2590
- fix bug for BulkWriter with nullable/default_value fields by @yhmo in #2653
- fix: remove set batchsize to ef for param flat(#2626) by @MrPresent-Han in #2669
- enhance: add examples for text match (#2383) by @XuanYang-cn in #2667
- fix: Add and check timeout param in database api by @XuanYang-cn in #2665
New Contributors
Full Changelog: v2.5.4...v2.5.5