Skip to content

gf 2.9.8#263084

Merged
BrewTestBot merged 2 commits intomainfrom
bump-gf-2.9.8
Jan 16, 2026
Merged

gf 2.9.8#263084
BrewTestBot merged 2 commits intomainfrom
bump-gf-2.9.8

Conversation

@BrewTestBot
Copy link
Contributor

Created by brew bump


Created with brew bump-formula-pr.

Details

release notes
## What's Changed
* fix: update gf cli to v2.9.7 by @github-actions[bot] in https://github.com/gogf/gf/pull/4579
* feat(cmd/gf): improve and enhance gen ctrl by @oldme-git in https://github.com/gogf/gf/pull/4325
* fix(gf/gen): Fixed a problem that could cause duplication when generating wit… by @DustScribe in https://github.com/gogf/gf/pull/4268
* test(errors/gcode,gerror): add unit tests for error handling interfaces and methods by @hailaz in https://github.com/gogf/gf/pull/4586
* fix(cmd/gf): improve init command with version retry and gofmt support by @hailaz in https://github.com/gogf/gf/pull/4592
* fix(contrib/drivers): resolve field duplication issue when same table/column names exist across different MySQL/MariaDB databases by @smzgl in https://github.com/gogf/gf/pull/4577
* refract(gerror): add ITextArgs interface and its implements, mainly for i18n that needs text and args separately by @gqcn in https://github.com/gogf/gf/pull/4597
* fix(cmd/gf): Fixed an issue where formatting caused import errors in gf init by @hailaz in https://github.com/gogf/gf/pull/4598
* fix(os/gcfg): adjust priority of env|cmd higer than config file (#4074) by @yangyanqing in https://github.com/gogf/gf/pull/4587
* chore: translte zh comment to en by @yuluo-yx in https://github.com/gogf/gf/pull/4591
* ci(docker-services): change chinese printing message to english by @gqcn in https://github.com/gogf/gf/pull/4599
* fix(container): Add NilChecker Support to gmap, gset, and gtree for Typed Nil Issue Resolution by @LanceAdd in https://github.com/gogf/gf/pull/4605
* fix(net/goai): add openapi uuid.UUID type support by @joy999 in https://github.com/gogf/gf/pull/4604
* fix(util/gconv): gconv unsafe str to bytes by @liov in https://github.com/gogf/gf/pull/4600
* fix(database/gdb): skip field filtering when table/alias is unknown in FieldsPrefix by @lingcoder in https://github.com/gogf/gf/pull/4602
* feat(gdb/gdb_model_lock.go): gdb support lock update skip locked by @smzgl in https://github.com/gogf/gf/pull/4607
* feat(container): Add NewXXXWithChecker function for gmap/gset/gtree by @LanceAdd in https://github.com/gogf/gf/pull/4610
* feat(‎contrib/registry/nacos): add SetDefaultEndpoint and SetDefaultMetadata methods by @wangle201210 in https://github.com/gogf/gf/pull/4608
* feat(util/gvalid): add more rules: alpha,alpha-dash,alpha-num,lowercase,numeric,uppercase by @yuluo-yx in https://github.com/gogf/gf/pull/4601
* fix(‎database/gdb): fix iTableName interface detection when using WithAll with .Scan on reflect.Value objects by @smzgl in https://github.com/gogf/gf/pull/4606
* fix(util/gconv): fix nested map conversion data loss in MapToMap by @lingcoder in https://github.com/gogf/gf/pull/4612
* feat(util/gconv): Add OmitEmpty and OmitNil options to Scan function by @LanceAdd in https://github.com/gogf/gf/pull/4584
* fix(database/gdb): Resolve the cache error overwriting caused by the use of fixed cache keys in pagination queries. by @LanceAdd in https://github.com/gogf/gf/pull/4339
* fix: the use of the deprecated variable {format} in the file util/gval… by @shubo83 in https://github.com/gogf/gf/pull/4258
* fix(contrib/drivers/gaussdb): remove github.com/lib/pq dependence by @hailaz in https://github.com/gogf/gf/pull/4615
* fix(‎database/gdb):Fix panic handling in DoCommit to prevent blocking on database driver panics by @Copilot in https://github.com/gogf/gf/pull/4423
* fix(database/gdb): Raw SQL Count ignores Where condition by @lingcoder in https://github.com/gogf/gf/pull/4611
* feat(instance): migrate instance containers to type-safe generics by @LanceAdd in https://github.com/gogf/gf/pull/4617
* fix: v2.9.8 by @hailaz in https://github.com/gogf/gf/pull/4616

New Contributors

Full Changelog: gogf/gf@v2.9.7...v2.9.8

View the full release notes at https://github.com/gogf/gf/releases/tag/v2.9.8.


@github-actions github-actions bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Jan 16, 2026
@github-actions
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

Caution

Please do not push to this PR branch before the bottle commits have been pushed, as this results in a state that is difficult to recover from. If you need to resolve a merge conflict, please use a merge commit. Do not force-push to this PR branch.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Jan 16, 2026
@BrewTestBot BrewTestBot enabled auto-merge January 16, 2026 11:40
@BrewTestBot BrewTestBot added this pull request to the merge queue Jan 16, 2026
Merged via the queue into main with commit facb32f Jan 16, 2026
22 checks passed
@BrewTestBot BrewTestBot deleted the bump-gf-2.9.8 branch January 16, 2026 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants