Skip to content

PyMilvus 2.4.15 Release Notes

Latest
Compare
Choose a tag to compare
@XuanYang-cn XuanYang-cn released this 24 Feb 03:01
· 1 commit to 2.4 since this release
b4650ad

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