milvus/client/index
congqixia 629da61617
enhance: [2.5][GoSDK] sync milvusclient patches for 2.5.1 (#40410)
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:
- Add DescribeReplica API
- Add unified RBAC v2 API names(AddPrivilegesToGroup,
RemovePrivilegesFromGroup, GrantPrivilegeV2, RevokePrivilegeV2)
- Mark old ones deprecated

-----------------------------------------
#### 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

-----------------------------------------

---------

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2025-03-06 17:48:03 +08:00
..
ann_param.go enhance: [GoSDK][2.5] Sync gosdk commits from master branch (#39823) 2025-02-12 18:46:47 +08:00
ann_param_test.go enhance: [GoSDK] Refine search params and add some examples (#38523) 2024-12-17 20:52:44 +08:00
auto.go enhance: [GoSDK] Refine search params and add some examples (#38523) 2024-12-17 20:52:44 +08:00
common.go enhance: [GoSDK] support Bitmap Index (#35585) 2024-08-20 19:44:55 +08:00
disk_ann.go enhance: [GoSDK] Refine search params and add some examples (#38523) 2024-12-17 20:52:44 +08:00
flat.go enhance: add an unify vector index config checker (#36844) 2024-10-28 10:11:37 +08:00
gpu.go enhance: [GoSDK] Add release methods & GPU indexes (#34690) 2024-07-16 10:27:38 +08:00
hnsw.go enhance: [GoSDK] Refine search params and add some examples (#38523) 2024-12-17 20:52:44 +08:00
index.go enhance: [2.5][GoSDK] sync milvusclient patches for 2.5.1 (#40410) 2025-03-06 17:48:03 +08:00
index_test.go feat: Add `milvusclient` package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
ivf.go enhance: [GoSDK] Refine search params and add some examples (#38523) 2024-12-17 20:52:44 +08:00
scalar.go enhance: [GoSDK] support Bitmap Index (#35585) 2024-08-20 19:44:55 +08:00
scalar_test.go enhance: [GoSDK] support Bitmap Index (#35585) 2024-08-20 19:44:55 +08:00
scann.go enhance: [GoSDK] Refine search params and add some examples (#38523) 2024-12-17 20:52:44 +08:00
sparse.go enhance: [GoSDK][2.5] Sync gosdk commits from master branch (#39823) 2025-02-12 18:46:47 +08:00