PyMilvus 2.3.2 Release Notes
New Features
- Support new DataType: Array by @xiaocai2333 in #1681
What's Changed
- Change error_code to code by @jiaoew1991 in #1696
- Support numpy type value for bulkwriter by @yhmo in #1718
- support best_reduce(#1711) by @MrPresent-Han in #1712
- Fix the tls example by @SimFG in #1723
- Bump urllib3 from 1.26.5 to 1.26.17 by @dependabot in #1725
- Fix INDEX_NOT_EXIST error code by @XuanYang-cn in #1736
- Remove redundant type inference when insert data by @czs007 in #1739
- Enhance search result by @XuanYang-cn in #1727
- Fix rename_collection will move collection to default db by @smellthemoon in #1740
- Bump urllib3 from 1.26.17 to 1.26.18 by @dependabot in #1738
- Fix a typo by @CsterKuroi in #1732
- Fix orm SearchFuture bug by @XuanYang-cn in #1744
- add judgement for isPrimary by @MrPresent-Han in #1745
- Fix search result by @XuanYang-cn in #1748
- Add a lower bound for minio by @XuanYang-cn in #1743
- Update milvus-proto to tag==v2.3.2 by @XuanYang-cn in #1747
- Fix has_collection result with Milvus2.2 by @XuanYang-cn in #1750
- Update proto again by @XuanYang-cn in #1751
- Improve the default db for the rbac by @SimFG in #1752
- Fix api key by @bigsheeper in #1757
New Contributors
- @CsterKuroi made their first contribution in #1732
Full Changelog: v2.3.1...v2.3.2