GoFrame Release v2.5.2
What's Changed
- fix issue #2816 by @windvalley in #2817
- refactor: add default client instance for contrib/sdk/httpclient by @windvalley in #2814
- change minimum golang version from v1.15 to v1.18 by @gqcn in #2820
- fix issue #2803 by @gqcn in #2805
- add generic support for http routes registering #2227 #2457 by @gqcn in #2807
- fix issue #2570 by @gqcn in #2819
- fix: disable map tag
summary
anddescription
from the OpenAPIOperation
toPathItem
by @WankkoRee in #2823 - feat: Using sqlite CGO is for building a 32-bit Windows operating system by @horizon220222 in #2743
- fix: psgql tx unsupport LastInsertId by @hailaz in #2815
- Feat:upgrade redis v9 by @houseme in #2825
- Bump golang.org/x/text from 0.3.8-0.20211105212822-18b340fc7af2 to 0.3.8 in /contrib/drivers/sqlitecgo by @dependabot in #2835
- Bump golang.org/x/net from 0.0.0-20211112202133-69e39bad7dc2 to 0.7.0 in /contrib/drivers/sqlitecgo by @dependabot in #2834
- Update README for minimum go version requirement by @zcyc in #2833
- add more ut case for package goai by @gqcn in #2843
- fix gf gen service remove all comments. by @oldme-git in #2845
- improve command
gen ctrl
for api parsing and interface file generating by @gqcn in #2836 - improve data converting for
DB.DoInsert/DoUpdate
by @gqcn in #2830 - Add gconv custom converter feature. by @joy999 in #2828
- improve comment replacement regex pattern for command
gen service
by @gqcn in #2846 - fix issue in
SliceMap/Maps
for packagegconv
when nil value in map of slice item by @gqcn in #2857 - fix(ghttp): fix access log info format by @stardemo in #2853
- fix: marked gcode.CodeInternalPanic for panic by @LonelySally in #2860
- fix generic check with slice for ghttp by @WankkoRee in #2850
- it returns error when
Scan
to a none empty slice with emptyResult
for packagegdb
by @gqcn in #2858 - improve converter feature for package
gconv
by @gqcn in #2869 - Fix empty map or struct convert to another map will return error. by @joy999 in #2863
- improve support for generic router registering by @gqcn in #2877
New Contributors
- @WankkoRee made their first contribution in #2823
- @joy999 made their first contribution in #2828
Full Changelog: v2.5.1...v2.5.2