What's Changed
- add init ctx feature by @gqcn in #1995
- fix(gdb): panic when concurrent db config map read and write. by @laushunyu in #1997
- fix concurrent safety for package gdb by @gqcn in #1998
- improve panic...recover of exit feature for package ghttp/gtimer/gfsnotify by @gqcn in #2000
- change directory of command docker by @whosafe in #2007
- improve package gerror, add HasCode/HasError function for package gerror by @gqcn in #2006
- Feature/ci cache by @hailaz in #2010
- prevent repeated CI procedure of the same branch by @hailaz in #2020
- use method name as its command name if no name defined in Meta of input struct for package gcmd by @gqcn in #2019
- improve field type check from db to golang by @gqcn in #2023
- fix gf-cli command 'gen dao' help infomation by @SSnoWich in #2022
- fix issue in gstr.Nl2Br by @gqcn in #2028
- feature: gen dao from tpl file path by @hailaz in #2021
- Update goai_path.go by @ar026 in #2029
- add MiddlewareJsonBody, improve error response handling for package ghttp by @gqcn in #2032
- fix issue #1648 by @gqcn in #2033
- improve header printing in json format for package glog; add golang v1.18 support for ci workflow by @gqcn in #2037
- fix precision lost of int64 for package gcfg by @qinyuguang in #2044
- improve gdb.CheckValueForLocalType for pgsql by @qinyuguang in #2040
- Feature/pgsql last insert by @hailaz in #1994
- add interface DB.CheckLocalTypeForField for package gdb by @gqcn in #2059
- fix gctx init slice bounds out of range on ios platform by @omegamt in #2062
- fix (clickhouse) : fix function TableFields of clickhouse driver when configuration using
link
by @marunrun in #2063 - fixed inconsistent results when converting float64(NaN) to int/uint on multiple platforms by @DGuang21 in #2064
- add issue bot support (#2065) by @LingCoder in #2066
- Fix name of issue CI by @gqcn in #2071
- fix issue #2047 by @gqcn in #2069
- fix issue #1914 by @gqcn in #2075
- add more UT cases for package gview by @gqcn in #2072
- improve command init: add go mod tidy for init project by @gqcn in #2083
- v2.1.3 release by @gqcn in #2084
New Contributors
- @laushunyu made their first contribution in #1997
- @SSnoWich made their first contribution in #2022
- @ar026 made their first contribution in #2029
- @marunrun made their first contribution in #2063
- @LingCoder made their first contribution in #2066
Full Changelog: v2.1.2...v2.1.3