Publish alpha module release chain#21
Merged
Merged
Conversation
- 实现了认证拦截器支持统一认证和授权功能 - 添加了可观测性拦截器包括日志、追踪、指标收集等功能 - 集成了超时控制、熔断器和限流器中间件支持 - 提供了完整的客户端和服务端拦截器链式调用机制 - 实现了上下文传递和元数据处理功能 - 添加了gRPC方法级别的权限控制和租户支持
spelens-gud
approved these changes
Jun 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
replacedirective and pingithub.com/nucleuskit/contracttov0.1.0-alpha.3.nucleus initservice templates to use publishedhttp,cap, andcorealpha tags, including checksums, and align withruntimehttp.Server.Handler().Why
This closes the no-local-replace release path for public Nucleus modules and makes generated services build against the published HTTP runtime instead of an old pseudo-version.
Validation
GOWORK=off go test ./...in root, core, cap, contract, runtime/http, runtime/grpc, runtime/worker, bridge, and bridge/nacosofficial.rg -n '^replace ' --glob 'go.mod' .returned no matches.rg -n 'github\.com/nucleuskit/nucleus/(core|cap|bridge|runtime)' --glob '*.go' --glob 'go.mod' bridge cap core contract runtime cmdreturned no matches.go list -m -versionsconfirmed the published alpha tags for core, cap, contract, http, grpc, worker, bridge, and bridge/nacosofficial.Residual Risk
The root CLI module remains pre-alpha and is not tagged in this PR. The runtime and bridge modules are published as alpha tags, but broader production replacement confidence still depends on more real-service validation.