chore(deps): update dependency pymilvus to v2.6.16 #13
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/pymilvus-2.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
==2.5.0->==2.6.16==2.5.0->==2.6.16Release Notes
milvus-io/pymilvus (pymilvus)
v2.6.16: PyMilvus v2.6.16 Release NotesCompare Source
What's Changed
Features and enhancements
dump_messagessupport for data salvage (source #3573; 2.6 #3574).Bug fixes
CONNECT_FAILED(source #3589; 2.6 #3591).Type handling and client internals
Documentation and tests
Full Changelog: https://github.com/milvus-io/pymilvus/compare/v2.6.15...v2.6.16
v2.6.15: PyMilvus v2.6.15 Release NotesCompare Source
What's Changed
get_replicate_info()toMilvusClientandAsyncMilvusClientfor reading replication checkpoint state. #3509 by @bigsheeper, backported in #3515.TypeCapabilitycontract for shared type-specific operation bindings. #3531, backported in #3532.uv. #3512 by @zhuwenxing, backported in #3530.Full Changelog: https://github.com/milvus-io/pymilvus/compare/v2.6.14...v2.6.15
v2.6.14: PyMilvus v2.6.14 Release NotesCompare Source
What's Changed
Full Changelog: https://github.com/milvus-io/pymilvus/compare/v2.6.13...v2.6.14
v2.6.13: PyMilvus v2.6.13 Release NotesCompare Source
What's Changed
Full Changelog: https://github.com/milvus-io/pymilvus/compare/v2.6.12...v2.6.13
v2.6.12: PyMilvus v2.6.12 Release NotesCompare Source
What's Changed
Bug Fixes
Improvements
CI
Full Changelog: https://github.com/milvus-io/pymilvus/compare/v2.6.11...v2.6.12
v2.6.11: PyMilvus v2.6.11 Release NotesCompare Source
What's Changed
Bug Fixes
@pymilvus-bot
Features & Enhancements
Improvements
raise ex from extry/except blocks (#3341, #3351)Full Changelog: https://github.com/milvus-io/pymilvus/compare/v2.6.10...v2.6.11
v2.6.10: PyMilvus v2.6.10 Release NotesCompare Source
What's Changed
New Features
Bug Fixes
Enhancements
Testing & CI
Full Changelog: https://github.com/milvus-io/pymilvus/compare/v2.6.9...v2.6.10
v2.6.9: PyMilvus v2.6.9 Release NotesCompare Source
Bug Fixes
fix: pass context to
describe_collectioninSearchIteratorV2(#3271) — Forwardkwargs(includingcontextcarryingdb_name) fromSearchIteratorV2.__init__todescribe_collection, matching the existingQueryIteratorpattern. Without this fix,SearchIteratorV2always queries thedefaultdatabase, causing "can't find collection" errors for non-default databases.fix: unpack
_get_schematuple return in_list_vector_indexes(#3275) — Fix tuple unpacking issue in_list_vector_indexes.Enhancements
enhance: optimize gRPC keepalive defaults and support user-configurable
grpc_options(#3258) — Improve gRPC keepalive defaults and allow users to configure gRPC channel options.enhance: support warmup type params for
FieldSchema(#3255) — Add warmup type parameter support in field schema definitions.Tests
client/types.py, iterator utilities,orm/utility.py, request builder methods,client/abstract.py, decorators, andclient/utils.py.Full Changelog: https://github.com/milvus-io/pymilvus/compare/v2.6.8...v2.6.9
v2.6.8: PyMilvus v2.6.8 Release NotesCompare Source
🐛 Bug Fixes
🔧 Enhancements
📝 Contributors
We would like to thank all contributors who made this release possible:
Full Changelog: https://github.com/milvus-io/pymilvus/compare/v2.6.7...v2.6.8
v2.6.7: PyMilvus v2.6.7 Release NotesCompare Source
🎉 New Features
🐛 Bug Fixes
🔧 Enhancements
🔄 Refactoring
📝 Contributors
We would like to thank all contributors who made this release possible:
Full Changelog: https://github.com/milvus-io/pymilvus/compare/v2.6.6...v2.6.7
v2.6.6: PyMilvus v2.6.6 Release NotesCompare Source
Features
1. Add comprehensive benchmarking framework (#3151)
2. Add Function SDK support (#3080)
Enhancements
1. Change highlight query keyword (#3143)
Bug Fixes
What's Changed
Full Changelog: https://github.com/milvus-io/pymilvus/compare/v2.6.5...2.6
v2.6.5: PyMilvus v2.6.5 Release NotesCompare Source
PyMilvus 2.6.5 Release Notes
Enhancements
1. Added comprehensive features to
AsyncMilvusClientincluding: (#3108)2. Enhanced error messages when AsyncMilvusClient fails to connect. (#3102)
Bug Fixes
What's Changed
New Contributors
Full Changelog: https://github.com/milvus-io/pymilvus/compare/v2.6.4...v2.6.5
v2.6.4: PyMilvus v2.6.4 Release NotesCompare Source
Highlights
1. Support for TimestampTZ Data Type (Introduced in Milvus v2.6.6)
PyMilvus now supports the TIMESTAMPTZ data type, allowing you to store and query timestamps with time zone information.
Change Log
Features & Enhancements
Bug Fixes
Full Changelog: https://github.com/milvus-io/pymilvus/compare/v2.6.3...v2.6.4
v2.6.3: PyMilvus v2.6.3 Release NotesCompare Source
Highlights
1. Support for Array of Structs
PyMilvus now supports array of structs data types, allowing you to store and query complex nested data structures.
📖 Documentation Array of Structs, Compatible with Milvus 2.6.4+
2. Geometry Data Type Support
Query and search with geographic data using the new Geometry data type.
📖 Documentation Geometry field, Compatible with Milvus 2.6.4+
3. Insert Primary Key with Auto ID Enabled
You can now insert custom primary keys even when
auto_idis enabled, providing more flexibility in data management.📖 Documentation Insert when AutoID is true, Compatible with Milvus 2.6.3+
4. L0 Compaction Support
Trigger L0 compaction manually to optimize storage and query performance.
📖 Documentation Compact L0 segments, Compatible with Milvus 2.6.3+
5. ⚠️ Breaking Change: JSON Serialization for Strings
String values are now treated as JSON-serialized bytes. This is incompatible with previous versions.
Before (2.6.2 and earlier):
Now (2.6.3+):
Complete Change Log
Features
Enhancements
Bug Fixes
Documentation
Contributors
Special thanks to all contributors who made this release possible:
@SpadeA-Tang, @XuanYang-cn, @aoiasd, @bigsheeper, @chasingegg, @lentitude2tk, @MrPresent-Han, @sunby, @xiaocai2333, @zhuwenxing
For more information, visit the PyMilvus GitHub repository.
Full Changelog: https://github.com/milvus-io/pymilvus/compare/v2.6.2...v2.6.3
v2.6.2: PyMilvus v2.6.2 Release NotesCompare Source
What's Changed
Full Changelog: https://github.com/milvus-io/pymilvus/compare/v2.6.1...v2.6.2
v2.6.1: PyMilvus v2.6.1 Release NotesCompare Source
What's Changed
Full Changelog: https://github.com/milvus-io/pymilvus/compare/v2.6.0...v2.6.1
v2.6.0: PyMilvus v2.6.0 Release NotesCompare Source
New Features
db_nameparameter atbulk_importby @counter2015 in https://github.com/milvus-io/pymilvus/pull/2446New Contributors
Full Changelog: https://github.com/milvus-io/pymilvus/compare/v2.5.0...v2.6.0
v2.5.18: PyMilvus v2.5.18 Release NotesCompare Source
What's Changed
Full Changelog: https://github.com/milvus-io/pymilvus/compare/v2.5.17...v2.5.18
v2.5.17: PyMilvus v2.5.17 Release NotesCompare Source
What's Changed
Full Changelog: https://github.com/milvus-io/pymilvus/compare/v2.5.16...v2.5.17
v2.5.16: PyMilvus v2.5.16 Release NotesCompare Source
What's Changed
Full Changelog: https://github.com/milvus-io/pymilvus/compare/v2.5.15...v2.5.16
v2.5.15: PyMilvus v2.5.15 Release NotesCompare Source
What's Changed
Full Changelog: https://github.com/milvus-io/pymilvus/compare/v2.5.14...v2.5.15
v2.5.14: PyMilvus 2.5.14 Release NotesCompare Source
What's Changed
Full Changelog: https://github.com/milvus-io/pymilvus/compare/v2.5.13...v2.5.14
v2.5.13: PyMilvus 2.5.13 Release NotesCompare Source
What's Changed
Full Changelog: https://github.com/milvus-io/pymilvus/compare/v2.5.12...v2.5.13
v2.5.12: PyMilvus 2.5.12 Release NotesCompare Source
What's Changed
Full Changelog: https://github.com/milvus-io/pymilvus/compare/v2.5.11...V2.5.12
v2.5.11: PyMilvus 2.5.11 Release NotesCompare Source
What's Changed
Full Changelog: https://github.com/milvus-io/pymilvus/compare/v2.5.10...v2.5.11
v2.5.10: PyMilvus 2.5.10 Release NotesCompare Source
What's Changed
Full Changelog: https://github.com/milvus-io/pymilvus/compare/v2.5.9...v2.5.10
v2.5.9: PyMilvus 2.5.9 Release NotesCompare Source
What's Changed
Full Changelog: https://github.com/milvus-io/pymilvus/compare/v2.5.8...v2.5.9
v2.5.8: PyMilvus 2.5.8 Release NotesCompare Source
What's Changed
Full Changelog: https://github.com/milvus-io/pymilvus/compare/v2.5.7...v2.5.8
v2.5.7: PyMilvus 2.5.7 Release NotesCompare Source
What's Changed
Full Changelog: https://github.com/milvus-io/pymilvus/compare/v2.5.6...v2.5.7
v2.5.6: PyMilvus 2.5.6 Release NotesCompare Source
What's Changed
Full Changelog: https://github.com/milvus-io/pymilvus/compare/v2.5.5...v2.5.6
v2.5.5: PyMilvus 2.5.5 Release NotesCompare Source
What's Changed
db_nameparameter atbulk_import(#2446) by @XuanYang-cn in https://github.com/milvus-io/pymilvus/pull/2666Bug Fixes
New Contributors
Full Changelog: https://github.com/milvus-io/pymilvus/compare/v2.5.4...v2.5.5
v2.5.4: PyMilvus 2.5.4 Release NotesCompare Source
What's Changed
Full Changelog: https://github.com/milvus-io/pymilvus/compare/v2.5.3...v2.5.4
v2.5.3: PyMilvus 2.5.3 Release NotesCompare Source
What's Changed
Full Changelog: https://github.com/milvus-io/pymilvus/compare/v2.5.2...v2.5.3
v2.5.2: PyMilvus 2.5.2 Release NotesCompare Source
What's Changed
Full Changelog: https://github.com/milvus-io/pymilvus/compare/v2.5.1...v2.5.2
v2.5.1: PyMilvus 2.5.1 Release NotesCompare Source
New Features
Support AsyncIO (EXPERIMENTAL)
Introducing the native asyncio client in PyMilvus:
AsyncMilvusClient. While only a subset of APIs is currently supported, this marks a significant step forward for PyMilvus. Enjoy exploring it!What's Changed
authorization_interceptoranddb_interceptorto async channel by @brcarry in https://github.com/milvus-io/pymilvus/pull/2473create_indexandload_collectionare fully completed by @brcarry in https://github.com/milvus-io/pymilvus/pull/2478Full Changelog: https://github.com/milvus-io/pymilvus/compare/v2.5.0...v2.5.1
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Renovate Bot.
chore(deps): update dependency pymilvus to v2.5.11to chore(deps): update dependency pymilvus to v2.5.12b66f1b4ec2to83daf507e983daf507e9to80ef13cd75chore(deps): update dependency pymilvus to v2.5.12to chore(deps): update dependency pymilvus to v2.5.1380ef13cd75to3643d84b10chore(deps): update dependency pymilvus to v2.5.13to chore(deps): update dependency pymilvus to v2.5.143643d84b10to2ee09b413f2ee09b413fto05dfe11e5d05dfe11e5dtoe75014c9f5e75014c9f5toc2e3d92e83c2e3d92e83to423bf2e5f0423bf2e5f0toc3bbcf4460chore(deps): update dependency pymilvus to v2.5.14to chore(deps): update dependency pymilvus to v2.6.0c3bbcf4460to4b9fcd88954b9fcd8895tod4abf2f92bchore(deps): update dependency pymilvus to v2.6.0to chore(deps): update dependency pymilvus to v2.6.1chore(deps): update dependency pymilvus to v2.6.1to chore(deps): update dependency pymilvus to v2.6.2d4abf2f92btodd26e5c1eadd26e5c1eato0bc7149697chore(deps): update dependency pymilvus to v2.6.2to chore(deps): update dependency pymilvus to v2.6.3chore(deps): update dependency pymilvus to v2.6.3to chore(deps): update dependency pymilvus to v2.6.40bc7149697tocd4f6e71e9cd4f6e71e9tob95408095bchore(deps): update dependency pymilvus to v2.6.4to chore(deps): update dependency pymilvus to v2.6.5b95408095bto7fd9e261d2chore(deps): update dependency pymilvus to v2.6.5to chore(deps): update dependency pymilvus to v2.6.6chore(deps): update dependency pymilvus to v2.6.6to chore(deps): update dependency pymilvus to v2.6.87fd9e261d2to0703c54d3f0703c54d3fto5e42da2423chore(deps): update dependency pymilvus to v2.6.8to chore(deps): update dependency pymilvus to v2.6.95e42da2423toaa0a870aefchore(deps): update dependency pymilvus to v2.6.9to chore(deps): update dependency pymilvus to v2.6.12aa0a870aeftoae10e5c284chore(deps): update dependency pymilvus to v2.6.12to chore(deps): update dependency pymilvus to v2.6.13ae10e5c284tocead25fd7cchore(deps): update dependency pymilvus to v2.6.13to chore(deps): update dependency pymilvus to v2.6.14cead25fd7ctob534bf4f30chore(deps): update dependency pymilvus to v2.6.14to chore(deps): update dependency pymilvus to v2.6.15b534bf4f30tof10c64acc0chore(deps): update dependency pymilvus to v2.6.15to chore(deps): update dependency pymilvus to v2.6.16View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.