Releases: milvus-io/pymilvus
Releases · milvus-io/pymilvus
PyMilvus 2.5.8 Release Notes
What's Changed
- feat: [2.5] support run analyzer by @aoiasd in #2748
- feat:[2.5] suppoprt multi analyzer params (#2747) by @aoiasd in #2751
- fix: Correct module misspell and patch for submodule by @XuanYang-cn in #2753
Full Changelog: v2.5.7...v2.5.8
PyMilvus 2.5.7 Release Notes
What's Changed
- enhance: Add force_drop parameter to drop_role method for role deletion by @SimFG in #2706
- weighted reranker to allow skip score normalization by @zhengbuqian in #2709
- fix: Retry batch insert will use changed entites if enabled Nul… by @XuanYang-cn in #2714
- enhance: change flush default backoff (#2707) by @XuanYang-cn in #2717
- Add options parameter for bulk_import interface by @yhmo in #2720
- fix: Raise ParamError if index params wrong by @XuanYang-cn in #2719
- enhance: Use hyphen instead of underscore in grpc header (#2730) by @congqixia in #2731
- fix: Remove deprecated numpy.bool8 by @XuanYang-cn in #2737
- fix: None return for validate by @XuanYang-cn in #2742
- enhance: Use SearchResult in MilvusClient (#2735) by @XuanYang-cn in #2740
- Add Optional CA Certificate Support to Bulk Import Functions (#2672) by @XuanYang-cn in #2739
- fix: Omit empty index types by @XuanYang-cn in #2745
Full Changelog: v2.5.6...v2.5.7
PyMilvus 2.5.6 Release Notes
What's Changed
- fix: Remove field check in create_index (#2677) by @sunby in #2685
- fix: Fix failure of create multiple indices for a field by @sunby in #2687
- fix: Remove not useful SequenceIterator by @XuanYang-cn in #2700
- fix: db_name overwritten by empty string (#2678) by @XuanYang-cn in #2702
Full Changelog: v2.5.5...v2.5.6
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
PyMilvus 2.4.15 Release Notes
What's Changed
- enhance: Add schema update time verification to insert and upsert to use cache by @JsDove in #2597
- enhance: enable describe_replica api in milvus client (#2541) by @weiliu1031 in #2600
- enhance: get and delete to use schema cache by @JsDove in #2608
- Fix BulkWriter bug for Array type field by @yhmo in #2625
- fix: Unify output of str(DataType) for different pythons (#2635) by @XuanYang-cn in #2638
- grpc thread is not released each time connections.connect() is failed by @yhmo in #2648
- enhance: describecollection output add created_timestamp by @JsDove in #2620
Full Changelog: v2.4.14...v2.4.15
PyMilvus 2.5.4 Release Notes
What's Changed
- enhance: simplify the structure of search_params(#2507)(#2537)(#2540) by @smellthemoon in #2550
- enhance: use trusted publisher and remove deprecated by @XuanYang-cn in #2548
- enhance: support recalls for milvus_client by @chasingegg in #2553
- fix: use correct primary field name in Hits by @czs007 in #2560
- fix: iterator mismatch when alter alias and database(#2555) by @MrPresent-Han in #2565
- fix: use dummy call for search iterator v2 compatibility by @PwzXxm in #2570
- fix typo(#2563) by @smellthemoon in #2564
- fix: unset collection_name for search iterator_v1(#2555) by @MrPresent-Han in #2575
- fix: should not modify users search_param, copy instead by @PwzXxm in #2578
- enhance: Publishing releases with trusted publisher by @XuanYang-cn in #2581
- fix: Cannot publish to too destinations in one action by @XuanYang-cn in #2584
Full Changelog: v2.5.3...v2.5.4
PyMilvus 2.4.14 Release Notes
What's Changed
- enhance: [2.4]add database operation example by @JsDove in #2518
- enhance: [2.4] add release_collection, drop_index, create_partition, drop_partition, load_partition and release_partition by @brcarry in #2528
- enhance: [2.4] add example code for create_collection, drop_collection, load_collection, release_collection, create_index, drop_index, create_partition, drop_partition, load_partition and release_partition by @brcarry in #2534
- enhance: use trusted publisher and remove deprecated by @XuanYang-cn in #2549
- enhance: [2.4] support recalls for milvus_client by @chasingegg in #2554
- fix: use correct primary field name in Hits by @czs007 in #2561
- fix: iterator mismatch when alter alias and database(#2555) by @MrPresent-Han in #2568
- enhance: [24]Publishing releases with trusted publisher by @XuanYang-cn in #2582
- fix: Cannot publish to too destinations in one action by @XuanYang-cn in #2583
Full Changelog: v2.4.13...v2.4.14
PyMilvus 2.5.3 Release Notes
What's Changed
- enhance: add search iterator v2 by @PwzXxm in #2524
- enhance:refine search iter v2 warning by @PwzXxm in #2527
- enhance: add release_collection, drop_index, create_partition, drop_partition, load_partition and release_partition by @brcarry in #2529
- fix: fix search iter v2 limit compatibility by @PwzXxm in #2532
- enhance: add example code for create_collection, drop_collection, load_collection, release_collection, create_index, drop_index, create_partition, drop_partition, load_partition and release_partition by @brcarry in #2535
- enhance: add database operation example by @JsDove in #2517
Full Changelog: v2.5.2...v2.5.3
PyMilvus 2.5.2 Release Notes
What's Changed
- fix: [2.5] await conn.describe_collection in async client's query by @brcarry in #2502
- enhance: [2.5]add alter properties example by @JsDove in #2505
- fix: grant ManualCompact api doesn't work (#2396) by @weiliu1031 in #2509
- fix: [2.5] fix privilege typo by @shaoting-huang in #2512
- enhance: Enable resource group api in milvus client (#2513) by @weiliu1031 in #2514
Full Changelog: v2.5.1...v2.5.2
PyMilvus 2.4.13 Release Notes
What's Changed
- fix: [2.4] await conn.describe_collection in async client's query by @brcarry in #2501
- enhance: [2.4]add alter properties example by @JsDove in #2506
- fix: grant ManualCompact api doesn't work (#2396) by @weiliu1031 in #2508
- fix: [2.4] fix privilege typo by @shaoting-huang in #2511
- enhance: Enable resource group api in milvus client (#2513) by @weiliu1031 in #2515
Full Changelog: v2.4.12...v2.4.13