Skip to content

docs(sdk): update module path from v6 to v7 and Go version to 1.26+#3526

Open
IDika31 wants to merge 4 commits into
router-for-me:devfrom
IDika31:docs/update-sdk-module-path-v7
Open

docs(sdk): update module path from v6 to v7 and Go version to 1.26+#3526
IDika31 wants to merge 4 commits into
router-for-me:devfrom
IDika31:docs/update-sdk-module-path-v7

Conversation

@IDika31
Copy link
Copy Markdown

@IDika31 IDika31 commented May 24, 2026

What

Update all SDK documentation to reflect the current module version.

Changes

  • Replace all /v6/ import path references with /v7/ in:
    • docs/sdk-usage.md
    • docs/sdk-advanced.md
    • docs/sdk-access.md
    • docs/sdk-usage_CN.md
    • docs/sdk-advanced_CN.md
    • docs/sdk-access_CN.md
  • Update Go version requirement from 1.24+ to 1.26+ in
    sdk-advanced.md and sdk-advanced_CN.md

Why

The module was upgraded to v7 (as seen in go.mod), but the SDK
docs still referenced /v6/ — causing go get commands in the
docs to fail for users trying to embed the SDK.

@github-actions github-actions Bot changed the base branch from main to dev May 24, 2026 00:50
@github-actions
Copy link
Copy Markdown

This pull request targeted main.

The base branch has been automatically changed to dev.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the documentation to reflect the module version change from v6 to v7 and increases the Go version requirement to 1.26+. The review feedback identifies that several documentation examples incorrectly reference internal packages, which are inaccessible to external SDK consumers. It is recommended to replace these with public sdk package paths to ensure the examples are functional for users.

Comment thread docs/sdk-usage.md Outdated
Comment thread docs/sdk-usage_CN.md Outdated
Comment thread docs/sdk-access.md Outdated
Comment thread docs/sdk-access_CN.md Outdated
IDika31 and others added 2 commits May 24, 2026 09:14
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
…e in CN doc

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@IDika31 IDika31 marked this pull request as draft May 24, 2026 01:16
@IDika31 IDika31 marked this pull request as ready for review May 24, 2026 01:21
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.

1 participant