Files
milvus/internal/distributed/proxy/httpserver
wei liuandGitHub 39cd786ebb enhance: return external spec in refresh job info (#49531)
issue: milvus-io/milvus#45881

This change returns the external spec used by refresh external
collection jobs through the public refresh job info paths.

Changes:
- Adds external spec to client refresh job info conversion.
- Returns redacted external spec from proxy refresh job responses.
- Exposes externalSpec in REST v2 refresh job response maps.
- Bumps milvus-proto go-api/v3 to the version containing
RefreshExternalCollectionJobInfo.external_spec.

Validation:
- go test -tags dynamic,test
github.com/milvus-io/milvus/client/v2/milvusclient -run
'Test.*External|Test.*Refresh' -count=1 -v

Note:
- internal/proxy and httpserver targeted tests were blocked locally by
missing C++ pkg-config artifacts: milvus_core, rocksdb, and
milvus-storage.

---------

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
2026-05-07 14:12:09 +08:00
..