Zhen Ye and GitHub
b07c62d53c
enhance: replace log package with context-aware mlog ( #50094 )
...
issue: #35917
- mlog package: move logger initialization, zap core, async buffered
writes, field helpers, and scoped logger binding into pkg/mlog while
removing pkg/log.
- logging callsites: migrate Milvus logging usage to context-aware mlog
APIs and simplify redundant With chains across components, utilities,
tests, and tools.
- trace propagation: replace logutil trace interceptors with mlog/tracer
integration and add client_request_id fallback propagation for server
stats handlers.
---------
Signed-off-by: chyezh <chyezh@outlook.com >
2026-06-24 00:58:28 +08:00
congqixia and GitHub
7311d450a0
enhance: bump Go dependencies to v3 modules ( #49485 )
...
Related to #49398
Bump Go module references from pkg/v2 and milvus-proto/go-api/v2 to
pkg/v3 and milvus-proto/go-api/v3 so the client tracks the Milvus 3.x
release line.
This prepares the repository for the upcoming 3.x.y release by aligning
imports, module dependencies, and proto API references with the new
major-version module paths.
---------
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com >
2026-05-01 10:30:13 +08:00
d69bdd288c
fix: fix macOS 15 ARM64 compilation issues ( #7437 ) ( #47810 )
...
issue: #47809
---------
Signed-off-by: xiaofanluan <xiaofan.luan@zilliz.com >
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-06 23:19:21 +08:00
Zhen Ye and GitHub
5fd47c3c89
fix: mockery too unavailable after upgrade golang version ( #41481 )
...
issue: #41291
pr: #41318
Signed-off-by: chyezh <chyezh@outlook.com >
2025-04-24 10:46:43 +08:00
congqixia and GitHub
cb7f2fa6fd
enhance: Use v2 package name for pkg module ( #39990 )
...
Related to #39095
https://go.dev/doc/modules/version-numbers
Update pkg version according to golang dep version convention
---------
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com >
2025-02-22 23:15:58 +08:00
Bingyi Sun and GitHub
6851738fd1
fix: fix make generate-mockery panic with go1.22 ( #36830 )
...
https://github.com/milvus-io/milvus/issues/36831
Fix `make generate-mockery` panic.
Signed-off-by: sunby <sunbingyi1992@gmail.com >
2024-10-17 12:11:31 +08:00
wei liu and GitHub
c45f38aa61
enhance: Update protobuf-go to protobuf-go v2 ( #34394 )
...
issue: #34252
Signed-off-by: Wei Liu <wei.liu@zilliz.com >
2024-07-29 11:31:51 +08:00
e52ce370b6
enhance:don't store logPath in meta to reduce memory ( #28873 )
...
don't store logPath in meta to reduce memory, when service get
segmentinfo, generate logpath from logid.
#28885
Signed-off-by: lixinguo <xinguo.li@zilliz.com >
Co-authored-by: lixinguo <xinguo.li@zilliz.com >
2024-01-18 22:06:31 +08:00
2f201c25e2
Remove deprecated io/ioutil usage ( #27747 )
...
`io/ioutil` package is deprecated, use `io`,`os` package replacement
also added golangci-lint rule to block future reference
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com >
Co-authored-by: guoguangwu <guoguangwu@magic-shield.com >
2023-10-17 20:32:09 +08:00
SimFG and GitHub
26f06dd732
Format the code ( #27275 )
...
Signed-off-by: SimFG <bang.fu@zilliz.com >
2023-09-21 09:45:27 +08:00
XuanYang-cn and GitHub
7f1ae35e72
Add timeout in dispatcher, AsConsumer and Seek ( #26686 )
...
See also: #25309
Signed-off-by: yangxuan <xuan.yang@zilliz.com >
2023-09-08 09:51:17 +08:00
congqixia and GitHub
1a8cf5c415
Organize all mockery generation commands in Makefile ( #26826 )
...
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com >
2023-09-04 21:19:48 +08:00
congqixia and GitHub
0bc03ede0d
Add eventlog pkg and support grpc streaming event observation ( #25812 )
...
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com >
2023-07-25 17:23:01 +08:00