fix(deps): update module github.com/gogf/gf/v2 to v2.8.0 #7959
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.
This PR contains the following updates:
v2.7.4
->v2.8.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
gogf/gf (github.com/gogf/gf/v2)
v2.8.0
: GoFrame Release v2.8.0Compare Source
What's Changed
feature
DaMeng
database driver support by @Insua in https://github.com/gogf/gf/pull/3606gf doc
for local documentation by @hailaz in https://github.com/gogf/gf/pull/3634gf init xxx -a
to create an empty app template folder in mono-repo by @oldme-git in https://github.com/gogf/gf/pull/3550gf gen dao
by @cyjaysong in https://github.com/gogf/gf/pull/3498gf
togf-site
by @hailaz in https://github.com/gogf/gf/pull/3926gf init
by @gqcn in https://github.com/gogf/gf/pull/3928gf init
by @gqcn in https://github.com/gogf/gf/pull/3704DialTimeout
andAutoSyncInterval
option by @fengshunli in https://github.com/gogf/gf/pull/3698Raw
support forFields
function ofgdb.Model
by @gqcn in https://github.com/gogf/gf/pull/3873time
field type for value converting for/from field by @cyjaysong in https://github.com/gogf/gf/pull/3712unscoped
tag support for orm struct by @fainc in https://github.com/gogf/gf/pull/3464OrderRandom
feature in different databases by @oldme-git in https://github.com/gogf/gf/pull/3794Scan
method for incremental key retrieval by @phuonganhniie in https://github.com/gogf/gf/pull/3451SpecialCharsMapOrStruct
by @gqcn in https://github.com/gogf/gf/pull/3841Req/Res
suffix limitation for input/output parameters of strict router handler by @gqcn in https://github.com/gogf/gf/pull/3848171
series number support for virtual phone number validation by @swift-fs in https://github.com/gogf/gf/pull/3622required-if-all
by @cococolanosugar in https://github.com/gogf/gf/pull/3455enhancement
gf run
ends process by @oldme-git in https://github.com/gogf/gf/pull/3628gf gen ctrl
usingast
by @oldme-git in https://github.com/gogf/gf/pull/3616gf gen ctrl
usingast
by @oldme-git in https://github.com/gogf/gf/pull/3470gf gen ctrl
usingast
for parsingDstFolder
by @oldme-git in https://github.com/gogf/gf/pull/3478gf gen service
withAST
by @oldme-git in https://github.com/gogf/gf/pull/3488dao/do/entity
instead of constant package names by @Insua in https://github.com/gogf/gf/pull/3639container/gring
will not be maintained in future by @gqcn in https://github.com/gogf/gf/pull/3665github.com/denisenkom/go-mssqldb
togithub.com/microsoft/go-mssqldb
by @oldme-git in https://github.com/gogf/gf/pull/3612ghttp.StartPProfServer
by @gqcn in https://github.com/gogf/gf/pull/3555btree
by @oldme-git in https://github.com/gogf/gf/pull/3656gods
package forrbtree
by @oldme-git in https://github.com/gogf/gf/pull/3655bug fix
gf gen dao
should ignorelink
configuration from file as it is passed from arguments by @oldme-git in https://github.com/gogf/gf/pull/3531gf gen dao
for fieldMapping feature by @cyjaysong in https://github.com/gogf/gf/pull/3549gf up
with-u
option upgrading packages indirectly required would fail with higher version of go required by @hailaz in https://github.com/gogf/gf/pull/3687pack/run/tpl/up
by @hailaz in https://github.com/gogf/gf/pull/3629gf up
by @testwill in https://github.com/gogf/gf/pull/3483gen dao
as it causes building failed for some platforms by @hailaz in https://github.com/gogf/gf/pull/3667gen dao
by @gqcn in https://github.com/gogf/gf/pull/3801ScriptExists
by @JimDevil in https://github.com/gogf/gf/pull/3713resolver closed
by @zishang520 in https://github.com/gogf/gf/pull/3691tinyint(1)
to golang typebool
by @gqcn in https://github.com/gogf/gf/pull/3921LocalTypeUint64
in Insert/Update operations by @muddydog in https://github.com/gogf/gf/pull/3551gdb.Row
value not directly write to Buffer by @cyjaysong in https://github.com/gogf/gf/pull/3718Is
performs the same as errors.Is from go stdlib by @gqcn in https://github.com/gogf/gf/pull/3640@file:
parameter value in json post request by @oldme-git in https://github.com/gogf/gf/pull/3775jsonp
response fromapplication/json
toapplication/javascript
by @swift-fs in https://github.com/gogf/gf/pull/3651forkRestartProcess
in graceful restarting of ghttp.Server by @hailaz in https://github.com/gogf/gf/pull/3661/debug/admin/shutdown
by @gqcn in https://github.com/gogf/gf/pull/3777OpenAPIv3
type for request parameters by @gqcn in https://github.com/gogf/gf/pull/3845required
tag ofBizRequest
when setCommonRequest
by @niluan304 in https://github.com/gogf/gf/pull/3724OpenAPIv3
by @hailaz in https://github.com/gogf/gf/pull/3662/
support for resource packing by @hailaz in https://github.com/gogf/gf/pull/3621time only
example by @niluan304 in https://github.com/gogf/gf/pull/3714null
, the value of string isnil
after thestring
is converted to[]string
by @wln32 in https://github.com/gogf/gf/pull/3468GetOrDefaultAny
by @gqcn in https://github.com/gogf/gf/pull/3844other
example/pack/packed/paked.go
→example/pack/packed/packed.go
by @hailaz in https://github.com/gogf/gf/pull/3479cmd/gf
andcontrib
packages by @oldme-git in https://github.com/gogf/gf/pull/3526otelmetric
by @writegr in https://github.com/gogf/gf/pull/3493example
by @hailaz in https://github.com/gogf/gf/pull/3608README.zh_CN.MD
by @hailaz in https://github.com/gogf/gf/pull/3604gf gen ctrl
with-merge
option by @wln32 in https://github.com/gogf/gf/pull/3490gen dao
by @gqcn in https://github.com/gogf/gf/pull/3808gf gen ctrl
by @zcyc in https://github.com/gogf/gf/pull/3575New Contributors
Full Changelog: gogf/gf@v2.7.0...v2.8.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.