Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gf 2.7.2 #175641

Merged
merged 2 commits into from
Jun 26, 2024
Merged

gf 2.7.2 #175641

merged 2 commits into from
Jun 26, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## What's Changed
* cmd/gf: add command `gf init xxx -a` to create an empty app template folder in mono-repo by @oldme-git in https://github.com/gogf/gf/pull/3550
* util/gconv: refactor code unit testing by @oldme-git in https://github.com/gogf/gf/pull/3591
* util/gconv: remove unnecessary logic for function doScanList by @oldme-git in https://github.com/gogf/gf/pull/3588
* os/gcfg: fix gcfg adaptfile dogetfilepath  by @ynwcel in https://github.com/gogf/gf/pull/3587
* driver/pgsql: optimize regex for version matching by @yincongcyincong in https://github.com/gogf/gf/pull/3583
* container/gmap&gset: fix deadlock when removing values during iterating by @LonelySally in https://github.com/gogf/gf/pull/3572
* os/gtime: fixed gtime ci fail by @hailaz in https://github.com/gogf/gf/pull/3596
* contrib/registry/zookeeper: fix invalid searching prefix by @cruelchen in https://github.com/gogf/gf/pull/3598
* os/gcfg: fix file searching issue always returning the configuration file of pwd by @gqcn in https://github.com/gogf/gf/pull/3592
* database/gdb: fix deadlock when orm operations perform in cache function from gcache by @gqcn in https://github.com/gogf/gf/pull/3585
* database/gdb: fix confusing error message in Insert/Update operations when table not exist or the table contains no fields by @wln32 in https://github.com/gogf/gf/pull/3553
* database/gdb: add `unscoped` tag support for orm struct by @fainc in https://github.com/gogf/gf/pull/3464
* cmd/gf: refactor gf gen service with AST by @oldme-git in https://github.com/gogf/gf/pull/3488
* cmd/gf: test gen ctrl comments by @zcyc in https://github.com/gogf/gf/pull/3575
* contrib/drivers: add `README.zh_CN.MD` by @hailaz in https://github.com/gogf/gf/pull/3604
* .github/workflows: fix warning info from node16 on timezone setting by @hailaz in https://github.com/gogf/gf/pull/3614
* drivers/mssql: change driver from `github.com/denisenkom/go-mssqldb` to `github.com/microsoft/go-mssqldb` by @oldme-git in https://github.com/gogf/gf/pull/3612
* .github/workflows: remove code coverage report for folder `example` by @hailaz in https://github.com/gogf/gf/pull/3608
* cmd/gf: add `DaMeng` database driver support by @Insua in https://github.com/gogf/gf/pull/3606
* cmd/gf: fix missing configuration file support for cli command `pack/run/tpl/up` by @hailaz in https://github.com/gogf/gf/pull/3629
* util/gvalid: add `171` number support for virtual phone number validation by @swift-fs in https://github.com/gogf/gf/pull/3622
* os/gres: fix #3611 add custom prefix `/` support for resource packing by @hailaz in https://github.com/gogf/gf/pull/3621
* cmd/gf: improve gf gen ctrl using ast by @oldme-git in https://github.com/gogf/gf/pull/3616
* example: password encrypt-decrypt for database using custom implement driver by @hailaz in https://github.com/gogf/gf/pull/3610
* drivers/pgsql:pgsql returning id should use quotation marks,when primary key is capital by @Insua in https://github.com/gogf/gf/pull/3638
* cmd/gf: add command `gf doc` by @hailaz in https://github.com/gogf/gf/pull/3634
* cmd/gf: delete binary file when gf run end process by @oldme-git in https://github.com/gogf/gf/pull/3628
* fix: #3613 ignore automatic handling for creating/updating time if it has been specified by @jswxstw in https://github.com/gogf/gf/pull/3615
* cmd/gf: use automatic generating package names for go files of dao/do/entity instead of constant package names by @Insua in https://github.com/gogf/gf/pull/3639
* net/ghttp: update error message for duplicated routes registering by @hailaz in https://github.com/gogf/gf/pull/3603
* container/gtree: refactor code with gods package by @oldme-git in https://github.com/gogf/gf/pull/3595
* gerror: fix #3633 `Is` performs the same as errors.Is from go stdlib  by @gqcn in https://github.com/gogf/gf/pull/3640
* contrib/drivers/pgsql: support slice type to insert into array for pgsql by @oldme-git in https://github.com/gogf/gf/pull/3645
* net/ghttp: fix args issue for `forkRestartProcess` in graceful restarting of ghttp.Server by @hailaz in https://github.com/gogf/gf/pull/3661
* net/ghttp: fix Content-Type for `jsonp` response from `application/json` to `application/javascript` by @swift-fs in https://github.com/gogf/gf/pull/3651
* net/goai: fix: #3660, support multiple file upload parameters for OpenAPIv3 by @hailaz in https://github.com/gogf/gf/pull/3662
* database/gdb: remove duplicated SQL records in tracing events by @houseme in https://github.com/gogf/gf/pull/3659
* os/gcron: add graceful shutdown support by @vector233 in https://github.com/gogf/gf/pull/3625

New Contributors

Full Changelog: gogf/gf@v2.7.1...v2.7.2

@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 Jun 26, 2024
Copy link
Contributor

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

@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 Jun 26, 2024
@BrewTestBot BrewTestBot enabled auto-merge June 26, 2024 03:55
@BrewTestBot BrewTestBot added this pull request to the merge queue Jun 26, 2024
Merged via the queue into master with commit 0eaa67c Jun 26, 2024
14 checks passed
@BrewTestBot BrewTestBot deleted the bump-gf-2.7.2 branch June 26, 2024 04:02
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