docs: update README for v3.3.2 tool releases - #3597
AlexStocks wants to merge 1 commit into
Conversation
Keep the English and Chinese entry points aligned with the published 3.3.2 module and companion tool releases. Document the Go 1.25 minimum, add the missing Chinese release summary, and link the four cross-platform tool archives without changing tool source docs or release notes. Constraint: Limit the change to README.md and README_CN.md. Confidence: high Scope-risk: narrow Tested: git diff --check; bilingual marker and local-link validation; GitHub Release state and asset-count checks; source-version comparison. Not-tested: Go tests were not run because this commit changes Markdown only. Co-authored-by: OmX <omx@oh-my-codex.dev> Signed-off-by: Xin.Zh <alexstocks@foxmail.com>
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #3597 +/- ##
===========================================
+ Coverage 46.76% 53.77% +7.00%
===========================================
Files 295 474 +179
Lines 17172 36283 +19111
===========================================
+ Hits 8031 19510 +11479
- Misses 8287 15205 +6918
- Partials 854 1568 +714 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
Updates the root documentation to reflect the published Dubbo-go v3.3.2 release and companion tool releases, including the new minimum Go version and refreshed release links for prebuilt tool archives.
Changes:
- Updates the v3.3.2 “Recent Updates” entry to link the release/tag and add an explicit upgrade note (including Go 1.25+ requirement).
- Bumps prerequisites to Go 1.25+ in both READMEs.
- Adds GitHub Release links for prebuilt archives of
dubbogo-cli,protoc-gen-go-triple,protoc-gen-triple-openapi, andimports-formatter, plusdubbogo-cli install allguidance.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| README.md | Updates recent-updates content, Go version prerequisite, and adds tool release archive links/installation guidance. |
| README_CN.md | Adds/updates recent-updates content, Go version prerequisite, and adds tool release archive links/installation guidance. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| Prebuilt archives for Darwin, Linux, and Windows are available from GitHub Releases: | ||
|
|
||
| - [dubbogo-cli v1.0.1](https://github.com/apache/dubbo-go/releases/tag/tools/dubbogo-cli/v1.0.1) | ||
| - [protoc-gen-go-triple v3.3.2](https://github.com/apache/dubbo-go/releases/tag/tools/protoc-gen-go-triple/v3.3.2) | ||
| - [protoc-gen-triple-openapi v3.3.2](https://github.com/apache/dubbo-go/releases/tag/tools/protoc-gen-triple-openapi/v3.3.2) | ||
| - [imports-formatter v1.0.11](https://github.com/apache/dubbo-go/releases/tag/tools/imports-formatter/v1.0.11) | ||
|
|
||
| After installing `dubbogo-cli`, run `dubbogo-cli install all` to install the companion generators and formatter. Source installation commands are documented in each tool's README. | ||
|
|



What changed
dubbogo-cli,protoc-gen-go-triple,protoc-gen-triple-openapi, andimports-formatterdubbogo-cli install allas the companion-tool installation pathThe existing tool descriptions and benchmark entry remain unchanged.
Follow-up to #3585.
Release evidence
v3.3.2, final Releasedubbogo-cli:v1.0.1protoc-gen-go-triple:v3.3.2protoc-gen-triple-openapi:v3.3.2imports-formatter:v1.0.11Each tool Release currently publishes eight archives covering Darwin, Linux, and Windows architectures. The documented versions also match the version constants in
develop.Validation
git diff --check origin/develop..HEADREADME.mdandREADME_CN.mddubbogo-cli install allentryGo tests were not run because this PR changes Markdown only and does not modify executable code, configuration, dependencies, generators, or tests.
AI assistance
AI assistance: docs
Human verification: reviewed the complete diff and ran the validation commands listed above.