Pymilvus

Latest version: v2.5.6

Safety actively analyzes 722491 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 13

2.5.6

What's Changed
* fix: Remove field check in create_index (2677) by sunby in https://github.com/milvus-io/pymilvus/pull/2685
* fix: Fix failure of create multiple indices for a field by sunby in https://github.com/milvus-io/pymilvus/pull/2687
* fix: Remove not useful SequenceIterator by XuanYang-cn in https://github.com/milvus-io/pymilvus/pull/2700
* fix: db_name overwritten by empty string (2678) by XuanYang-cn in https://github.com/milvus-io/pymilvus/pull/2702


**Full Changelog**: https://github.com/milvus-io/pymilvus/compare/v2.5.5...v2.5.6

2.5.5

What's Changed
* enhance: Add schema update time verification to insert and upsert to use cache by JsDove in https://github.com/milvus-io/pymilvus/pull/2596
* enhance: enable describe_replica api in milvus client (2541) by weiliu1031 in https://github.com/milvus-io/pymilvus/pull/2599
* enhance: get and delete to use schema cache by JsDove in https://github.com/milvus-io/pymilvus/pull/2607
* feat: add external filter func for search iterator v2 by PwzXxm in https://github.com/milvus-io/pymilvus/pull/2641
* enhance: describecollection output add created_timestamp by JsDove in https://github.com/milvus-io/pymilvus/pull/2619
* add `db_name` parameter at `bulk_import` (2446) by XuanYang-cn in https://github.com/milvus-io/pymilvus/pull/2666
* enhance: Multi-cp from master to 2.5.x by XuanYang-cn in https://github.com/milvus-io/pymilvus/pull/2668

Bug Fixes
* fix BulkWriter bug for Array type field by yhmo in https://github.com/milvus-io/pymilvus/pull/2624
* fix BulkWriter bug for nullable field by yhmo in https://github.com/milvus-io/pymilvus/pull/2634
* fix: Unify output of str(DataType) for different pythons (2635) by XuanYang-cn in https://github.com/milvus-io/pymilvus/pull/2637
* grpc thread is not released each time connections.connect() is failed by yhmo in https://github.com/milvus-io/pymilvus/pull/2649
* fix: update properties parameter type in alter_collection_properties … by elijahxb in https://github.com/milvus-io/pymilvus/pull/2590
* fix bug for BulkWriter with nullable/default_value fields by yhmo in https://github.com/milvus-io/pymilvus/pull/2653
* fix: remove set batchsize to ef for param flat(2626) by MrPresent-Han in https://github.com/milvus-io/pymilvus/pull/2669
* enhance: add examples for text match (2383) by XuanYang-cn in https://github.com/milvus-io/pymilvus/pull/2667
* fix: Add and check timeout param in database api by XuanYang-cn in https://github.com/milvus-io/pymilvus/pull/2665

New Contributors
* elijahxb made their first contribution in https://github.com/milvus-io/pymilvus/pull/2590

**Full Changelog**: https://github.com/milvus-io/pymilvus/compare/v2.5.4...v2.5.5

2.5.4

What's Changed
* enhance: simplify the structure of search_params(2507)(2537)(2540) by smellthemoon in https://github.com/milvus-io/pymilvus/pull/2550
* enhance: use trusted publisher and remove deprecated by XuanYang-cn in https://github.com/milvus-io/pymilvus/pull/2548
* enhance: support recalls for milvus_client by chasingegg in https://github.com/milvus-io/pymilvus/pull/2553
* fix: use correct primary field name in Hits by czs007 in https://github.com/milvus-io/pymilvus/pull/2560
* fix: iterator mismatch when alter alias and database(2555) by MrPresent-Han in https://github.com/milvus-io/pymilvus/pull/2565
* fix: use dummy call for search iterator v2 compatibility by PwzXxm in https://github.com/milvus-io/pymilvus/pull/2570
* fix typo(2563) by smellthemoon in https://github.com/milvus-io/pymilvus/pull/2564
* fix: unset collection_name for search iterator_v1(2555) by MrPresent-Han in https://github.com/milvus-io/pymilvus/pull/2575
* fix: should not modify users search_param, copy instead by PwzXxm in https://github.com/milvus-io/pymilvus/pull/2578
* enhance: Publishing releases with trusted publisher by XuanYang-cn in https://github.com/milvus-io/pymilvus/pull/2581
* fix: Cannot publish to too destinations in one action by XuanYang-cn in https://github.com/milvus-io/pymilvus/pull/2584


**Full Changelog**: https://github.com/milvus-io/pymilvus/compare/v2.5.3...v2.5.4

2.5.3

What's Changed
* enhance: add search iterator v2 by PwzXxm in https://github.com/milvus-io/pymilvus/pull/2524
* enhance:refine search iter v2 warning by PwzXxm in https://github.com/milvus-io/pymilvus/pull/2527
* enhance: add release_collection, drop_index, create_partition, drop_partition, load_partition and release_partition by brcarry in https://github.com/milvus-io/pymilvus/pull/2529
* fix: fix search iter v2 limit compatibility by PwzXxm in https://github.com/milvus-io/pymilvus/pull/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 https://github.com/milvus-io/pymilvus/pull/2535
* enhance: add database operation example by JsDove in https://github.com/milvus-io/pymilvus/pull/2517


**Full Changelog**: https://github.com/milvus-io/pymilvus/compare/v2.5.2...v2.5.3

2.5.2

What's Changed
* fix: [2.5] await conn.describe_collection in async client's query by brcarry in https://github.com/milvus-io/pymilvus/pull/2502
* enhance: [2.5]add alter properties example by JsDove in https://github.com/milvus-io/pymilvus/pull/2505
* fix: grant ManualCompact api doesn't work (2396) by weiliu1031 in https://github.com/milvus-io/pymilvus/pull/2509
* fix: [2.5] fix privilege typo by shaoting-huang in https://github.com/milvus-io/pymilvus/pull/2512
* enhance: Enable resource group api in milvus client (2513) by weiliu1031 in https://github.com/milvus-io/pymilvus/pull/2514


**Full Changelog**: https://github.com/milvus-io/pymilvus/compare/v2.5.1...v2.5.2

2.5.1

New Features

Support AsyncIO (EXPERIMENTAL)
* feat: asyncio support by brcarry in https://github.com/milvus-io/pymilvus/pull/2459

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!

python
import asyncio

from pymilvus import MilvusClient, AsyncMilvusClient, DataType


async def main():
URI = "./milvus.db"
async_client = AsyncMilvusClient(uri=URI)
await async_client.create_collection("async_example", dimension=768)
await async_client.drop_collection("async_example")
await async_client.close()


if __name__ == "__main__":
asyncio.run(main())


What's Changed
* fix: Branch 2.5 action rules by XuanYang-cn in https://github.com/milvus-io/pymilvus/pull/2384
* enhance: [2.5] grant/revoke v2 optional db and collection params by shaoting-huang in https://github.com/milvus-io/pymilvus/pull/2393
* feat: [2.5] support recalls field in SearchResult by chasingegg in https://github.com/milvus-io/pymilvus/pull/2391
* fix: [2.5] fix list aliases rpc call and grant/revoke v2 by shaoting-huang in https://github.com/milvus-io/pymilvus/pull/2405
* extend unlimted offset for query iterator(2418) by MrPresent-Han in https://github.com/milvus-io/pymilvus/pull/2421
* fix: [2.5]Add is_clustering params for get_compaction_plans in orm by xiaocai2333 in https://github.com/milvus-io/pymilvus/pull/2430
* enhance: [2.5] rbac privilege group and grant v2 examples by shaoting-huang in https://github.com/milvus-io/pymilvus/pull/2427
* enhance: alterindex & altercollection supports altering properties by JsDove in https://github.com/milvus-io/pymilvus/pull/2432
* enhance: [2.5]alterdatabase support delete property by JsDove in https://github.com/milvus-io/pymilvus/pull/2437
* fix: [25]Unify logger and correct logging settings (2397) by XuanYang-cn in https://github.com/milvus-io/pymilvus/pull/2401
* enhance: refine query iterator cp(2412) by MrPresent-Han in https://github.com/milvus-io/pymilvus/pull/2441
* enhance: [2.5] support hints param by chasingegg in https://github.com/milvus-io/pymilvus/pull/2442
* enhance: [2.5]Add example for milvus client about expression template by xiaocai2333 in https://github.com/milvus-io/pymilvus/pull/2444
* enhance: [2.5] createdatabase support properties by JsDove in https://github.com/milvus-io/pymilvus/pull/2449
* fix: [2.5]fix describe database return type by JsDove in https://github.com/milvus-io/pymilvus/pull/2452
* feat: [2.5] asyncio support by brcarry in https://github.com/milvus-io/pymilvus/pull/2458
* feature: support milvus-client iterator(2465) by MrPresent-Han in https://github.com/milvus-io/pymilvus/pull/2466
* fix: [2.5] add `authorization_interceptor` and `db_interceptor` to async channel by brcarry in https://github.com/milvus-io/pymilvus/pull/2473
* enhance: add search_group_by example for milvus-client(2481) by MrPresent-Han in https://github.com/milvus-io/pymilvus/pull/2484
* enhance: [2.5]add example for null and default_value by smellthemoon in https://github.com/milvus-io/pymilvus/pull/2486
* fix: [2.5] ensure `create_index` and `load_collection` are fully completed by brcarry in https://github.com/milvus-io/pymilvus/pull/2478
* fix: [2.5]Support hybrid search with expression template by xiaocai2333 in https://github.com/milvus-io/pymilvus/pull/2489
* enhance: add use_database by czs007 in https://github.com/milvus-io/pymilvus/pull/2492
* enhance: Sync milvus-proto to latest v2.5.0 by XuanYang-cn in https://github.com/milvus-io/pymilvus/pull/2494
* fix: [2.5] RuntimeWarning: coroutine 'Channel.close' was never awaited when closing async client by brcarry in https://github.com/milvus-io/pymilvus/pull/2499


**Full Changelog**: https://github.com/milvus-io/pymilvus/compare/v2.5.0...v2.5.1

Page 1 of 13

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.