v2.3.0
版本发布时间: 2023-01-11 19:31:14
gogf/gf最新发布版本:v2.7.2(2024-06-26 10:18:42)
What's Changed
- fix: pgsql driver check local type error by @yss930819 in https://github.com/gogf/gf/pull/2192
- fix info content when listens on port :0 for ghttp.Server by @gqcn in https://github.com/gogf/gf/pull/2191
- fix: modify
Polaris
config readme.md by @houseme in https://github.com/gogf/gf/pull/2186 - fix issue of OmitEmptyWhere in Builder for package gdb by @gqcn in https://github.com/gogf/gf/pull/2195
- fix issue #1946 by @gqcn in https://github.com/gogf/gf/pull/2194
- remove repeated error stack file lines among stacks for package gerror by @gqcn in https://github.com/gogf/gf/pull/2199
- fix issue #1934 by @gqcn in https://github.com/gogf/gf/pull/2193
- Add test for clickhouse #1815 by @CCpro10 in https://github.com/gogf/gf/pull/2200
- fix issue #1971 by @gqcn in https://github.com/gogf/gf/pull/2203
- improve ut cases for package contrib/drivers/mysql by @gqcn in https://github.com/gogf/gf/pull/2216
- add
Ptr*
functions for package gconv by @gqcn in https://github.com/gogf/gf/pull/2206 - Parse database empty json field to empty object( fix issue 2105 ) by @zhonghuaxunGM in https://github.com/gogf/gf/pull/2213
- v2.2.1 by @gqcn in https://github.com/gogf/gf/pull/2222
- auto creating error with code in ghttp.MiddlewareHandlerResponse when there's no 200 http status code by @gqcn in https://github.com/gogf/gf/pull/2223
- opt: parameter verification of optimized handler methods by @ivothgle in https://github.com/gogf/gf/pull/2224
- fix gen dao oracle entity bug by @zaier277 in https://github.com/gogf/gf/pull/2219
- improve nil receiver handling for package gtime by @gqcn in https://github.com/gogf/gf/pull/2226
- feat: add
gcfg.Adapter
implements using nacos service by @qinyuguang in https://github.com/gogf/gf/pull/2232 - add golangci feature to guarantee codes quality by @houseme in https://github.com/gogf/gf/pull/2229
- attach and export real handler for request by @SUDOCS in https://github.com/gogf/gf/pull/2220
- add schema name in debug logging content; add master-slave ut case for package gdb by @gqcn in https://github.com/gogf/gf/pull/2249
- fix issue 1915 and repeated link instance key for package gdb by @gqcn in https://github.com/gogf/gf/pull/2250
- fix issue #2244 by @gqcn in https://github.com/gogf/gf/pull/2257
- version.go updates by @gqcn in https://github.com/gogf/gf/pull/2259
- fix router parameters handling by auto url decoding by @gqcn in https://github.com/gogf/gf/pull/2262
- fix redis ci yaml by @gqcn in https://github.com/gogf/gf/pull/2269
- move common used tag from packages to package gtag for maintainability by @gqcn in https://github.com/gogf/gf/pull/2256
- feat: modify sql count value int64 by @houseme in https://github.com/gogf/gf/pull/2266
- add ut cases for package gconv by @huangqian1985 in https://github.com/gogf/gf/pull/2272
- fix typo for comments by @wanghaha-dev in https://github.com/gogf/gf/pull/2268
- gtest model unit test by @huangqian1985 in https://github.com/gogf/gf/pull/2267
- add supervisor for package grpool by @gqcn in https://github.com/gogf/gf/pull/2252
- fix used schema not change in nested transaction when used different schemas by @gqcn in https://github.com/gogf/gf/pull/2279
- fix IsSubDomain method error by @ItsWewin in https://github.com/gogf/gf/pull/2283
- add command fix and up by @gqcn in https://github.com/gogf/gf/pull/2280
- style(test): Unify the indentation format of SQL strings in clickhouse_test by @CCpro10 in https://github.com/gogf/gf/pull/2277
- add ut cases for package gconv part2 by @huangqian1985 in https://github.com/gogf/gf/pull/2282
- fix: gcron check if the predefined patterns fail by @hailaz in https://github.com/gogf/gf/pull/2288
- ci: action update by @hailaz in https://github.com/gogf/gf/pull/2289
- fix: gcache MustGetOrSetFunc error by @zcyc in https://github.com/gogf/gf/pull/2291
- improve ut case for package gcache/gpool by @gqcn in https://github.com/gogf/gf/pull/2290
- fix
/*
router supported for handler of package ghttp; fix json tag name issue when it contains,
for package goai; add proxy example for http server by @gqcn in https://github.com/gogf/gf/pull/2294 - fix: update szenius/set-timezone@v1.1 by @hailaz in https://github.com/gogf/gf/pull/2293
- add Tag* functions to retreive most commonly used tag value from struct field for package gstructs; use description tag as default value if brief is empty for gcmd.Argument by @gqcn in https://github.com/gogf/gf/pull/2299
- fix cache issue in Count/Value functions for gdb.Model by @gqcn in https://github.com/gogf/gf/pull/2300
- add minus of
start
parameter support forgstr.Substr
, like thesubstr
function inPHP
by @cnjinhy in https://github.com/gogf/gf/pull/2297 - add ut cases for package gcode by @huangqian1985 in https://github.com/gogf/gf/pull/2307
- add ut cases for package gerror by @huangqian1985 in https://github.com/gogf/gf/pull/2304
- add ut cases for package gtime by @huangqian1985 in https://github.com/gogf/gf/pull/2303
- add ut cases for package glog by @huangqian1985 in https://github.com/gogf/gf/pull/2302
- change result data type of function Count from int to int64 for package gdb by @houseme in https://github.com/gogf/gf/pull/2298
- feat: cmd gf prebuild suport oracle by @hailaz in https://github.com/gogf/gf/pull/2312
- add ut cases for package g by @huangqian1985 in https://github.com/gogf/gf/pull/2315
- add ut cases for package gdebug by @huangqian1985 in https://github.com/gogf/gf/pull/2313
- add zookeeper registry support by @huyuanxin in https://github.com/gogf/gf/pull/2284
- add ut cases for package glog part2 by @huangqian1985 in https://github.com/gogf/gf/pull/2317
- fix invalid UpdatedAt usage in soft deleting feature for package gdb by @hailaz in https://github.com/gogf/gf/pull/2323
- fix issue in failed installing when there's shortcut between file paths for command install by @gqcn in https://github.com/gogf/gf/pull/2326
- improve lru clearing for package gcache by @gqcn in https://github.com/gogf/gf/pull/2327
- add ut cases for package ghttp_middleware and ghttp_request by @huangqian1985 in https://github.com/gogf/gf/pull/2344
- add ut cases for package ghttp_response by @huangqian1985 in https://github.com/gogf/gf/pull/2352
- add ut cases for package ghttp_request by @huangqian1985 in https://github.com/gogf/gf/pull/2351
- add ut cases for package gcache by @huangqian1985 in https://github.com/gogf/gf/pull/2341
- improve ut case for package internal/rwmutex by @gqcn in https://github.com/gogf/gf/pull/2364
- fix issue when only one file was uploaded in batch receiver attribute by @gqcn in https://github.com/gogf/gf/pull/2365
- fix issue #2334 when accessing static files with cache time by @gqcn in https://github.com/gogf/gf/pull/2366
- fix issue in cycle dumping for g.Dump by @gqcn in https://github.com/gogf/gf/pull/2367
- fix issue in gdb_core_utility.HasField caused by initialized position 1 for package clickhouse by @qq375251855 in https://github.com/gogf/gf/pull/2346
- fix: ghttp server static path config by @hailaz in https://github.com/gogf/gf/pull/2335
- parseConfigNodeLink support Chinese database name #2231 by @sanrentai in https://github.com/gogf/gf/pull/2238
- fix BuildParams with urlEncode when len(v) <= 6 by @primexiao in https://github.com/gogf/gf/pull/2308
- fix issue in NewIntArrayRange function for package garray by @gqcn in https://github.com/gogf/gf/pull/2374
- fix Unknown setting charset for clickhouse driver by @gqcn in https://github.com/gogf/gf/pull/2375
- add security tag support for openapi by @XiaobinZhao in https://github.com/gogf/gf/pull/2377
- revert from int64 to int for returning value of Count by @gqcn in https://github.com/gogf/gf/pull/2378
- fix issue #2381 by @gqcn in https://github.com/gogf/gf/pull/2382
- fix gf.yaml by @gqcn in https://github.com/gogf/gf/pull/2385
- add LevelPrint configuration for glog.Logger; add package internal/instance for grouped instance management feature; add default logger for panic message printing if no logger set in gcron.Cron by @gqcn in https://github.com/gogf/gf/pull/2388
- improve function SetTimeZone for package gtime by @gqcn in https://github.com/gogf/gf/pull/2389
- feature/v2.3.0 by @gqcn in https://github.com/gogf/gf/pull/2296
- version v2.3.0 by @gqcn in https://github.com/gogf/gf/pull/2392
New Contributors
- @yss930819 made their first contribution in https://github.com/gogf/gf/pull/2192
- @CCpro10 made their first contribution in https://github.com/gogf/gf/pull/2200
- @ivothgle made their first contribution in https://github.com/gogf/gf/pull/2224
- @zaier277 made their first contribution in https://github.com/gogf/gf/pull/2219
- @SUDOCS made their first contribution in https://github.com/gogf/gf/pull/2220
- @wanghaha-dev made their first contribution in https://github.com/gogf/gf/pull/2268
- @ItsWewin made their first contribution in https://github.com/gogf/gf/pull/2283
- @zcyc made their first contribution in https://github.com/gogf/gf/pull/2291
- @cnjinhy made their first contribution in https://github.com/gogf/gf/pull/2297
- @huyuanxin made their first contribution in https://github.com/gogf/gf/pull/2284
- @primexiao made their first contribution in https://github.com/gogf/gf/pull/2308
- @XiaobinZhao made their first contribution in https://github.com/gogf/gf/pull/2377
中文发布记录
https://goframe.org/display/gf/v2.3+2023-01-18
Full Changelog: https://github.com/gogf/gf/compare/v2.2.0...v2.3.0
1、 gf_darwin_amd64 30.66MB
2、 gf_darwin_arm64 30.67MB
3、 gf_freebsd_386 25.88MB
4、 gf_freebsd_amd64 31.36MB
5、 gf_linux_386 26.05MB
6、 gf_linux_amd64 30.95MB
7、 gf_linux_arm 25.86MB
8、 gf_linux_arm64 29.81MB
9、 gf_linux_ppc64le 29.98MB
10、 gf_netbsd_amd64 31.31MB
11、 gf_openbsd_amd64 31.37MB
12、 gf_windows_386.exe 26.82MB
13、 gf_windows_amd64.exe 31.62MB