Skip to content

Publish alpha module release chain#21

Merged
nucleuskit merged 2 commits into
mainfrom
feat/publish-alpha-module-release-chain
Jun 21, 2026
Merged

Publish alpha module release chain#21
nucleuskit merged 2 commits into
mainfrom
feat/publish-alpha-module-release-chain

Conversation

@nucleuskit

Copy link
Copy Markdown
Owner

Summary

  • Remove the remaining root replace directive and pin github.com/nucleuskit/contract to v0.1.0-alpha.3.
  • Advance submodule pointers to published alpha module tags for cap, bridge, and runtime modules.
  • Update nucleus init service templates to use published http, cap, and core alpha tags, including checksums, and align with runtimehttp.Server.Handler().
  • Add an implementation status document that distinguishes implemented, scaffold, metadata-only, fake/static, and published alpha surfaces.

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 cmd returned no matches.
  • go list -m -versions confirmed 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.

Anniext added 2 commits June 21, 2026 12:57
- 实现了认证拦截器支持统一认证和授权功能
- 添加了可观测性拦截器包括日志、追踪、指标收集等功能
- 集成了超时控制、熔断器和限流器中间件支持
- 提供了完整的客户端和服务端拦截器链式调用机制
- 实现了上下文传递和元数据处理功能
- 添加了gRPC方法级别的权限控制和租户支持
@nucleuskit nucleuskit changed the title [codex] Publish alpha module release chain Publish alpha module release chain Jun 21, 2026
@nucleuskit nucleuskit requested a review from spelens-gud June 21, 2026 05:32
@nucleuskit nucleuskit marked this pull request as ready for review June 21, 2026 05:32
@nucleuskit nucleuskit merged commit 9c2febb into main Jun 21, 2026
4 checks passed
@nucleuskit nucleuskit deleted the feat/publish-alpha-module-release-chain branch June 21, 2026 05:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants