-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enhance: [2.5][GoSDK] sync milvusclient patches for 2.5.1 #40410
enhance: [2.5][GoSDK] sync milvusclient patches for 2.5.1 #40410
Conversation
…o#40268) Related to milvus-io#40261 Also add some options for create collection options and refine some behavior Signed-off-by: Congqi Xia <[email protected]>
Related to milvus-io#40274 Previousy DescribeRole returns only roles with grants, this PR add select role action to check role existence. Also added database properties related option --------- Signed-off-by: Congqi Xia <[email protected]>
Related to milvus-io#40327 Signed-off-by: Congqi Xia <[email protected]>
) Related to milvus-io#31293 milvus-io#37031 This PR: - Add DescribeReplica API - Add unified RBAC v2 API names(AddPrivilegesToGroup, RemovePrivilegesFromGroup, GrantPrivilegeV2, RevokePrivilegeV2) - Mark old ones deprecated Signed-off-by: Congqi Xia <[email protected]>
Related to milvus-io#39093 This PR add update timestamp check and retry policy according to the design of the related issue --------- Signed-off-by: Congqi Xia <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: congqixia 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 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.5 #40410 +/- ##
==========================================
- Coverage 82.65% 80.89% -1.77%
==========================================
Files 1114 1419 +305
Lines 171973 200442 +28469
==========================================
+ Hits 142149 162145 +19996
- Misses 24145 32613 +8468
- Partials 5679 5684 +5
🚀 New features to boost your workflow:
|
/lgtm |
Cherry pick from master
pr: #40268 #40284 #40328 #40373 #40381
fix: [GoSDK] Pass base64 passwd content instead of raw data (#40268)
Related to #40261
Also add some options for create collection options and refine some
behavior
fix: [GoSDK] Return role without grants (#40284)
Related to #40274
Previousy DescribeRole returns only roles with grants, this PR add
select role action to check role existence.
Also added database properties related option
fix: [GoSDK] Pass only valid data for nullable column (#40328)
Related to #40327
enhance: [GoSDK] Add DescribeReplica API & sync rbac v2 (#40373)
Related to #31293 #37031
This PR:
RemovePrivilegesFromGroup, GrantPrivilegeV2, RevokePrivilegeV2)
enhance: [GoSDK] support update ts caching policy(#40381)
Related to #39093
This PR add update timestamp check and retry policy according to the
design of the related issue