milvus/client/milvusclient
congqixia 555132c834
enhance: [GoSDK] Add reciever parse result cache (#44166)
Related to #44161

This PR:
- Add reciever parse result cache
- Fix for nil IDs unmarshal panicking (#42895)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
Co-authored-by: wangcanjia <phpip@qq.com>
2025-09-02 16:33:52 +08:00
..
admin.go enhance: [GoSDK] Use pkg v2 module path (#40134) 2025-02-25 10:33:56 +08:00
admin_test.go enhance: [GoSDK] Use pkg v2 module path (#40134) 2025-02-25 10:33:56 +08:00
alias.go enhance: [GoSDK] Use pkg v2 module path (#40134) 2025-02-25 10:33:56 +08:00
alias_example_test.go enhance: [GoSDK] Refine search params and add some examples (#38523) 2024-12-17 20:52:44 +08:00
alias_options.go enhance: [GoSDK] move client pkg go files to sub one (#37492) 2024-11-08 07:32:26 +08:00
alias_test.go enhance: [GoSDK] Use pkg v2 module path (#40134) 2025-02-25 10:33:56 +08:00
client.go fix: Update logging context and upgrade dependencies (#41318) 2025-04-23 10:52:38 +08:00
client_config.go fix: [GoSDK] move metaheader to client in case of race (#40443) 2025-03-07 17:06:02 +08:00
client_suite_test.go enhance: [GoSDK] move client pkg go files to sub one (#37492) 2024-11-08 07:32:26 +08:00
client_test.go enhance: [GoSDK] move client pkg go files to sub one (#37492) 2024-11-08 07:32:26 +08:00
collection.go enhance: [GoSDK] support `AddCollectionField` API (#42687) 2025-06-13 10:50:35 +08:00
collection_example_test.go enhance: [GoSDK]support run analyzer by collection field (#42642) 2025-06-17 11:16:38 +08:00
collection_options.go enhance: [GoSDK] support `AddCollectionField` API (#42687) 2025-06-13 10:50:35 +08:00
collection_test.go enhance: [GoSDK] support `AddCollectionField` API (#42687) 2025-06-13 10:50:35 +08:00
common.go enhance: [GoSDK] support update ts caching policy (#40381) 2025-03-05 21:36:08 +08:00
common_test.go enhance: [GoSDK] support update ts caching policy (#40381) 2025-03-05 21:36:08 +08:00
database.go enhance: [GoSDK] Use pkg v2 module path (#40134) 2025-02-25 10:33:56 +08:00
database_example_test.go enhance: [GoSDK] support update ts caching policy (#40381) 2025-03-05 21:36:08 +08:00
database_options.go fix: [GoSDK] Return role without grants (#40284) 2025-03-03 18:05:59 +08:00
database_test.go enhance: [GoSDK] Use pkg v2 module path (#40134) 2025-02-25 10:33:56 +08:00
doc.go enhance: [GoSDK] move client pkg go files to sub one (#37492) 2024-11-08 07:32:26 +08:00
index.go enhance: [GoSDK] Support alter/drop index properties (#40417) 2025-03-06 21:40:04 +08:00
index_example_test.go enhance: [GoSDK] Add more example for godoc (#41234) 2025-04-11 13:26:26 +08:00
index_options.go enhance: [GoSDK] Support alter/drop index properties (#40417) 2025-03-06 21:40:04 +08:00
index_test.go enhance: [GoSDK] Support alter/drop index properties (#40417) 2025-03-06 21:40:04 +08:00
interceptors.go enhance: Add grpc metadata header for client request time (#44059) 2025-08-27 14:27:49 +08:00
interceptors_test.go enhance: [GoSDK] move client pkg go files to sub one (#37492) 2024-11-08 07:32:26 +08:00
iterator.go enhance: [GoSDK] Add param static check for search iterator (#43774) 2025-08-07 13:07:40 +08:00
iterator_option.go enhance: [GoSDK] Add param static check for search iterator (#43774) 2025-08-07 13:07:40 +08:00
iterator_test.go enhance: [GoSDK] Add param static check for search iterator (#43774) 2025-08-07 13:07:40 +08:00
maintenance.go enhance: [GoSDK] Use pkg v2 module path (#40134) 2025-02-25 10:33:56 +08:00
maintenance_example_test.go enhance: [skip e2e][GoSDK] Add client example for common usage (#40643) 2025-03-17 14:16:10 +08:00
maintenance_options.go test: fix property case and remove load default replicaNum value (#41674) 2025-05-09 10:14:54 +08:00
maintenance_test.go enhance: [GoSDK] Use pkg v2 module path (#40134) 2025-02-25 10:33:56 +08:00
mock_milvus_server_test.go feat:add BatchDescribeCollection interface (#43786) 2025-08-18 01:23:45 +08:00
partition.go enhance: [GoSDK] Use pkg v2 module path (#40134) 2025-02-25 10:33:56 +08:00
partition_example_test.go enhance: [GoSDK] Refine search params and add some examples (#38523) 2024-12-17 20:52:44 +08:00
partition_options.go enhance: [GoSDK] Sync API names and add missing APIs (#38603) 2024-12-20 11:52:46 +08:00
partition_test.go enhance: [GoSDK] Use pkg v2 module path (#40134) 2025-02-25 10:33:56 +08:00
rbac.go test: add cases for go client rbac APIs (#40352) 2025-03-13 14:28:08 +08:00
rbac_example_test.go enhance: [GoSDK] Add more example for godoc (#41234) 2025-04-11 13:26:26 +08:00
rbac_options.go test: add cases for go client rbac APIs (#40352) 2025-03-13 14:28:08 +08:00
rbac_test.go test: add cases for go client rbac APIs (#40352) 2025-03-13 14:28:08 +08:00
rbac_v2.go enhance: [GoSDK] Add DescribeReplica API & sync rbac v2 (#40373) 2025-03-05 21:34:11 +08:00
read.go fix: [GoSDK] Handle insufficient topks in search result (#43126) 2025-07-10 01:30:48 +08:00
read_example_test.go enhance: [GoSDK] Add more example for godoc (#41234) 2025-04-11 13:26:26 +08:00
read_option_test.go enhance: [GoSDK] Support function reranker (#43845) 2025-08-14 14:57:44 +08:00
read_options.go enhance: [GoSDK] Support function reranker (#43845) 2025-08-14 14:57:44 +08:00
read_test.go fix: [GoSDK] Handle insufficient topks in search result (#43126) 2025-07-10 01:30:48 +08:00
reranker.go enhance: [GoSDK] support expression template (#38568) 2024-12-19 11:20:47 +08:00
reranker_test.go enhance: [GoSDK] support expression template (#38568) 2024-12-19 11:20:47 +08:00
resource_group.go enhance: [GoSDK] Add DescribeReplica API & sync rbac v2 (#40373) 2025-03-05 21:34:11 +08:00
resource_group_example_test.go enhance: [skip e2e][GoSDK] Add client example for common usage (#40643) 2025-03-17 14:16:10 +08:00
resource_group_option.go enhance: [GoSDK] Add DescribeReplica API & sync rbac v2 (#40373) 2025-03-05 21:34:11 +08:00
resource_group_test.go enhance: [GoSDK] Add DescribeReplica API & sync rbac v2 (#40373) 2025-03-05 21:34:11 +08:00
results.go enhance: [GoSDK] Add reciever parse result cache (#44166) 2025-09-02 16:33:52 +08:00
results_test.go feat: [GoSDK] fp32 <-> fp16/bf16 vector conversion (#37978) 2024-11-29 08:00:37 +08:00
write.go enhance: [GoSDK] Return SchemaMismatch error to retry (#42950) 2025-06-26 10:28:41 +08:00
write_example_test.go enhance: [GoSDK] Add more example for godoc (#41234) 2025-04-11 13:26:26 +08:00
write_option_test.go enhance: [GoSDK] Make all valid normal column compactible with nullable (#41606) 2025-04-29 19:50:53 +08:00
write_options.go enhance: Support partial field updates with upsert API (#42877) 2025-08-19 11:15:45 +08:00
write_test.go enhance: [GoSDK] Return SchemaMismatch error to retry (#42950) 2025-06-26 10:28:41 +08:00