What's Changed
- fix: pgsql driver check local type error by @yss930819 in #2192
- fix info content when listens on port :0 for ghttp.Server by @gqcn in #2191
- fix: modify
Polaris
config readme.md by @houseme in #2186 - fix issue of OmitEmptyWhere in Builder for package gdb by @gqcn in #2195
- fix issue #1946 by @gqcn in #2194
- remove repeated error stack file lines among stacks for package gerror by @gqcn in #2199
- fix issue #1934 by @gqcn in #2193
- Add test for clickhouse #1815 by @CCpro10 in #2200
- fix issue #1971 by @gqcn in #2203
- improve ut cases for package contrib/drivers/mysql by @gqcn in #2216
- add
Ptr*
functions for package gconv by @gqcn in #2206 - Parse database empty json field to empty object( fix issue 2105 ) by @zhonghuaxunGM in #2213
- v2.2.1 by @gqcn in #2222
- auto creating error with code in ghttp.MiddlewareHandlerResponse when there's no 200 http status code by @gqcn in #2223
- opt: parameter verification of optimized handler methods by @ivothgle in #2224
- fix gen dao oracle entity bug by @zaier277 in #2219
- improve nil receiver handling for package gtime by @gqcn in #2226
- feat: add
gcfg.Adapter
implements using nacos service by @qinyuguang in #2232 - add golangci feature to guarantee codes quality by @houseme in #2229
- attach and export real handler for request by @SUDOCS in #2220
- add schema name in debug logging content; add master-slave ut case for package gdb by @gqcn in #2249
- fix issue 1915 and repeated link instance key for package gdb by @gqcn in #2250
- fix issue #2244 by @gqcn in #2257
- version.go updates by @gqcn in #2259
- fix router parameters handling by auto url decoding by @gqcn in #2262
- fix redis ci yaml by @gqcn in #2269
- move common used tag from packages to package gtag for maintainability by @gqcn in #2256
- feat: modify sql count value int64 by @houseme in #2266
- add ut cases for package gconv by @huangqian1985 in #2272
- fix typo for comments by @wanghaha-dev in #2268
- gtest model unit test by @huangqian1985 in #2267
- add supervisor for package grpool by @gqcn in #2252
- fix used schema not change in nested transaction when used different schemas by @gqcn in #2279
- fix IsSubDomain method error by @ItsWewin in #2283
- add command fix and up by @gqcn in #2280
- style(test): Unify the indentation format of SQL strings in clickhouse_test by @CCpro10 in #2277
- add ut cases for package gconv part2 by @huangqian1985 in #2282
- fix: gcron check if the predefined patterns fail by @hailaz in #2288
- ci: action update by @hailaz in #2289
- fix: gcache MustGetOrSetFunc error by @zcyc in #2291
- improve ut case for package gcache/gpool by @gqcn in #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 #2294 - fix: update szenius/set-timezone@v1.1 by @hailaz in #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 #2299
- fix cache issue in Count/Value functions for gdb.Model by @gqcn in #2300
- add minus of
start
parameter support forgstr.Substr
, like thesubstr
function inPHP
by @cnjinhy in #2297 - add ut cases for package gcode by @huangqian1985 in #2307
- add ut cases for package gerror by @huangqian1985 in #2304
- add ut cases for package gtime by @huangqian1985 in #2303
- add ut cases for package glog by @huangqian1985 in #2302
- change result data type of function Count from int to int64 for package gdb by @houseme in #2298
- feat: cmd gf prebuild suport oracle by @hailaz in #2312
- add ut cases for package g by @huangqian1985 in #2315
- add ut cases for package gdebug by @huangqian1985 in #2313
- add zookeeper registry support by @huyuanxin in #2284
- add ut cases for package glog part2 by @huangqian1985 in #2317
- fix invalid UpdatedAt usage in soft deleting feature for package gdb by @hailaz in #2323
- fix issue in failed installing when there's shortcut between file paths for command install by @gqcn in #2326
- improve lru clearing for package gcache by @gqcn in #2327
- add ut cases for package ghttp_middleware and ghttp_request by @huangqian1985 in #2344
- add ut cases for package ghttp_response by @huangqian1985 in #2352
- add ut cases for package ghttp_request by @huangqian1985 in #2351
- add ut cases for package gcache by @huangqian1985 in #2341
- improve ut case for package internal/rwmutex by @gqcn in #2364
- fix issue when only one file was uploaded in batch receiver attribute by @gqcn in #2365
- fix issue #2334 when accessing static files with cache time by @gqcn in #2366
- fix issue in cycle dumping for g.Dump by @gqcn in #2367
- fix issue in gdb_core_utility.HasField caused by initialized position 1 for package clickhouse by @qq375251855 in #2346
- fix: ghttp server static path config by @hailaz in #2335
- parseConfigNodeLink support Chinese database name #2231 by @sanrentai in #2238
- fix BuildParams with urlEncode when len(v) <= 6 by @primexiao in #2308
- fix issue in NewIntArrayRange function for package garray by @gqcn in #2374
- fix Unknown setting charset for clickhouse driver by @gqcn in #2375
- add security tag support for openapi by @XiaobinZhao in #2377
- revert from int64 to int for returning value of Count by @gqcn in #2378
- fix issue #2381 by @gqcn in #2382
- fix gf.yaml by @gqcn in #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 #2388
- improve function SetTimeZone for package gtime by @gqcn in #2389
- feature/v2.3.0 by @gqcn in #2296
- version v2.3.0 by @gqcn in #2392
New Contributors
- @yss930819 made their first contribution in #2192
- @CCpro10 made their first contribution in #2200
- @ivothgle made their first contribution in #2224
- @zaier277 made their first contribution in #2219
- @SUDOCS made their first contribution in #2220
- @wanghaha-dev made their first contribution in #2268
- @ItsWewin made their first contribution in #2283
- @zcyc made their first contribution in #2291
- @cnjinhy made their first contribution in #2297
- @huyuanxin made their first contribution in #2284
- @primexiao made their first contribution in #2308
- @XiaobinZhao made their first contribution in #2377
Full Changelog: v2.2.0...v2.3.0