Skip to content

Conversation

@jac0626
Copy link
Collaborator

@jac0626 jac0626 commented Nov 21, 2025

This PR cherry-picks the following commits:

enhance: Migrate six APIs to MilvusClient (#3045)
fix: Add support for numpy ndarrays in Array fields (#3070)
Fix: MilvusClient.insert() does not pass **kwargs to underlying insert_rows() call (#3076)
feat: add detailed traceback to error_handler decorator (#3046)
fix(async): include event loop ID in connection alias to prevent reusing closed connections (#3081
fix: fixed the key names for retrieving segment info in the MilvusClient (#3098)

See also: #2756, #2757, #2754, #3069, #3075, #3087

Signed-off-by: silas.jiang [email protected]

@codecov
Copy link

codecov bot commented Nov 21, 2025

Codecov Report

❌ Patch coverage is 70.17544% with 17 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (2.6@aac25f3). Learn more about missing BASE report.

Files with missing lines Patch % Lines
pymilvus/milvus_client/milvus_client.py 53.33% 7 Missing ⚠️
pymilvus/decorators.py 61.53% 5 Missing ⚠️
pymilvus/client/grpc_handler.py 60.00% 2 Missing ⚠️
pymilvus/client/prepare.py 0.00% 2 Missing ⚠️
pymilvus/client/entity_helper.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@          Coverage Diff           @@
##             2.6    #3096   +/-   ##
======================================
  Coverage       ?   45.30%           
======================================
  Files          ?       65           
  Lines          ?    13864           
  Branches       ?        0           
======================================
  Hits           ?     6281           
  Misses         ?     7583           
  Partials       ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mergify mergify bot added the ci-passed label Nov 21, 2025
@jac0626
Copy link
Collaborator Author

jac0626 commented Nov 21, 2025

This PR cherry-picks the following commits:

Skipped:

@XuanYang-cn plz help cherry-pick ee82eae (Conflict need to be resolved )

@jac0626 jac0626 changed the title Cherry pick/2.6.4 [cherry-pick] cherry-pick mutiple commits Nov 25, 2025
- enhance: Migrate six APIs to MilvusClient (milvus-io#3045)
- fix: Add support for numpy ndarrays in Array fields (milvus-io#3069) (milvus-io#3070)
- Fix: MilvusClient.insert() does not pass **kwargs to underlying insert_rows() call (milvus-io#3076)
- feat: add detailed traceback to error_handler decorator
- fix(async): include event loop ID in connection alias to prevent reusing closed connections (milvus-io#3086)
- fix: fixed the key names for retrieving segment info in the MilvusClient (milvus-io#3098)

Co-authored-by: XuanYang-cn <[email protected]>
Co-authored-by: zhuwenxing <[email protected]>
Co-authored-by: tianhang <[email protected]>
Co-authored-by: jac <[email protected]>
Co-authored-by: wt <[email protected]>

Signed-off-by: silas.jiang <[email protected]>
Copy link
Contributor

@XuanYang-cn XuanYang-cn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@sre-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jac0626, XuanYang-cn

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@sre-ci-robot sre-ci-robot merged commit a016cff into milvus-io:2.6 Nov 25, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants