fix: v2.10.2#4772
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Bumps GoFrame and its contrib module dependencies to v2.10.2 as part of the v2.10.2 release, along with regenerated embedded gf CLI templates and README versioned contributor badge updates.
Changes:
- Update framework version constant to
v2.10.2. - Bump
github.com/gogf/gf/v2and related contrib module versions fromv2.10.1tov2.10.2across modulego.modfiles (includingcmd/gf). - Regenerate
cmd/gfpacked templates/resources and update README contributor badge version query param.
Reviewed changes
Copilot reviewed 36 out of 37 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| version.go | Bumps the core GoFrame version constant to v2.10.2. |
| contrib/trace/otlphttp/go.mod | Updates gf dependency to v2.10.2. |
| contrib/trace/otlpgrpc/go.mod | Updates gf dependency to v2.10.2. |
| contrib/sdk/httpclient/go.mod | Updates gf dependency to v2.10.2. |
| contrib/rpc/grpcx/go.mod | Updates internal contrib + gf dependencies to v2.10.2. |
| contrib/registry/zookeeper/go.mod | Updates gf dependency to v2.10.2. |
| contrib/registry/polaris/go.mod | Updates gf dependency to v2.10.2. |
| contrib/registry/nacos/go.mod | Updates gf dependency to v2.10.2. |
| contrib/registry/file/go.mod | Updates gf dependency to v2.10.2. |
| contrib/registry/etcd/go.mod | Updates gf dependency to v2.10.2. |
| contrib/registry/consul/go.mod | Updates gf dependency to v2.10.2. |
| contrib/nosql/redis/go.mod | Updates gf dependency to v2.10.2. |
| contrib/metric/otelmetric/go.mod | Updates gf dependency to v2.10.2. |
| contrib/drivers/tidb/go.mod | Updates mysql driver + gf dependencies to v2.10.2. |
| contrib/drivers/sqlitecgo/go.mod | Updates gf dependency to v2.10.2. |
| contrib/drivers/sqlite/go.mod | Updates gf dependency to v2.10.2. |
| contrib/drivers/pgsql/go.mod | Updates gf dependency to v2.10.2. |
| contrib/drivers/oracle/go.mod | Updates gf dependency to v2.10.2. |
| contrib/drivers/oceanbase/go.mod | Updates mysql driver + gf dependencies to v2.10.2. |
| contrib/drivers/mysql/go.mod | Updates gf dependency to v2.10.2. |
| contrib/drivers/mssql/go.mod | Updates gf dependency to v2.10.2. |
| contrib/drivers/mariadb/go.mod | Updates mysql driver + gf dependencies to v2.10.2. |
| contrib/drivers/gaussdb/go.mod | Updates gf dependency to v2.10.2. |
| contrib/drivers/dm/go.mod | Updates gf dependency to v2.10.2. |
| contrib/drivers/clickhouse/go.mod | Updates gf dependency to v2.10.2. |
| contrib/config/polaris/go.mod | Updates gf dependency to v2.10.2. |
| contrib/config/nacos/go.mod | Updates gf dependency to v2.10.2. |
| contrib/config/kubecm/go.mod | Updates gf dependency to v2.10.2. |
| contrib/config/consul/go.mod | Updates gf dependency to v2.10.2. |
| contrib/config/apollo/go.mod | Updates gf dependency to v2.10.2. |
| cmd/gf/internal/packed/template-single.go | Updates embedded resource payload for gf templates. |
| cmd/gf/internal/packed/template-mono.go | Updates embedded resource payload for gf templates. |
| cmd/gf/internal/packed/template-mono-app.go | Updates embedded resource payload for gf templates. |
| cmd/gf/go.mod | Bumps CLI module’s gf + driver dependencies to v2.10.2. |
| cmd/gf/go.sum | Removes old v2.10.1 checksums (needs confirmation v2.10.2 checksums are present). |
| README.zh_CN.MD | Updates contributors badge URL version query to v2.10.2. |
| README.MD | Updates contributors badge URL version query to v2.10.2. |
Comments suppressed due to low confidence (1)
version.go:1
- The PR description says “fixed #4750 / #4757 / #4767”, but the diff shown here is primarily a version/dependency bump plus regenerated packed templates and README badge updates; there are no direct, reviewable code changes tied to those issue fixes in the provided hunks. Please either (a) update the PR description to reflect that this is a release/version bump PR, or (b) add a short changelog/links pointing to the PRs/commits where those fixes were implemented so reviewers can trace what “fixed” refers to.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
gqcn
approved these changes
May 14, 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.
fixed #4750
fixed #4757
fixed #4767