Skip to content

Releases: milvus-io/pymilvus

PyMilvus 2.5.11 Release Notes

10 Jun 00:41
d55ee6d
Compare
Choose a tag to compare

What's Changed

  • fix:[2.5] wrong marshal field schema prarams case alter collection failed by @aoiasd in #2811
  • Add bulkinsert example for parquet file by @yhmo in #2813
  • fix: [2.5] Pass correct number of params of _prepare_row_upsert_request by @congqixia in #2819
  • enhance: Multiple Cherry picks from master by @XuanYang-cn in #2808
  • fix: [cp25]MilvusClient misusage of disconnect by @XuanYang-cn in #2817
  • enhance: [2.5] Support run analyzer by collection and field by @aoiasd in #2821
  • fix: await on remove async connections by @XuanYang-cn in #2829
  • fix: [cp25]remove calling of deregister_state_change_callback by @XuanYang-cn in #2834
  • enahnce:[2.5] dump analyzer params when init field schema by @aoiasd in #2845

Full Changelog: v2.5.10...v2.5.11

PyMilvus 2.5.10 Release Notes

23 May 06:07
7cdcc5a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.9...v2.5.10

PyMilvus 2.5.9 Release Notes

19 May 03:56
71dd278
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.8...v2.5.9

PyMilvus 2.5.8 Release Notes

28 Apr 09:26
2a19cbb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.7...v2.5.8

PyMilvus 2.5.7 Release Notes

23 Apr 13:13
f17b6a5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.6...v2.5.7

PyMilvus 2.5.6 Release Notes

21 Mar 07:38
e941adb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.5...v2.5.6

PyMilvus 2.5.5 Release Notes

06 Mar 11:03
f339ad6
Compare
Choose a tag to compare

What's Changed

Bug Fixes

New Contributors

Full Changelog: v2.5.4...v2.5.5

PyMilvus 2.4.15 Release Notes

24 Feb 03:01
b4650ad
Compare
Choose a tag to compare

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

22 Jan 07:28
206f76b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.3...v2.5.4

PyMilvus 2.4.14 Release Notes

22 Jan 03:53
6d418d7
Compare
Choose a tag to compare

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