Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
gf_windows_amd64.exe | 2024-12-18 | 41.3 MB | |
gf_openbsd_amd64 | 2024-12-18 | 40.3 MB | |
gf_netbsd_amd64 | 2024-12-18 | 40.2 MB | |
gf_linux_ppc64le | 2024-12-18 | 39.8 MB | |
gf_linux_arm64 | 2024-12-18 | 39.0 MB | |
gf_linux_arm | 2024-12-18 | 35.5 MB | |
gf_linux_amd64 | 2024-12-18 | 40.4 MB | |
gf_linux_386 | 2024-12-18 | 35.8 MB | |
gf_freebsd_arm | 2024-12-18 | 35.5 MB | |
gf_freebsd_amd64 | 2024-12-18 | 40.3 MB | |
gf_freebsd_386 | 2024-12-18 | 35.6 MB | |
gf_darwin_arm64 | 2024-12-18 | 39.4 MB | |
gf_darwin_amd64 | 2024-12-18 | 40.7 MB | |
GoFrame Release v2.8.3 source code.tar.gz | 2024-12-18 | 2.1 MB | |
GoFrame Release v2.8.3 source code.zip | 2024-12-18 | 3.3 MB | |
README.md | 2024-12-18 | 1.5 kB | |
Totals: 16 Items | 509.3 MB | 0 |
What's Changed
- chore: update FUNDING.yml by @gqcn in https://github.com/gogf/gf/pull/4049
- feat(contrib/config/nacos): add OnChange callbacks configuration support by @LanceAdd in https://github.com/gogf/gf/pull/4038
- feat(contrib/registry/etcd): add retry machenism when keepalive lease expires by @gqcn in https://github.com/gogf/gf/pull/4035
- fix(ci/golangci): fix golangcl-lint git push by @houseme in https://github.com/gogf/gf/pull/4032
- fix(contrib/drivers/mssql): support pagination for both older 2008 and newer 2012 mssql version by @gqcn in https://github.com/gogf/gf/pull/4043
- fix(contrib/drivers/pgsql): incompatible placeholder replacement with old version by @gqcn in https://github.com/gogf/gf/pull/4036
- fix(database/gdb): add compatibility for old configiration with both
Type
and part ofLink
configurations by @gqcn in https://github.com/gogf/gf/pull/4058 - fix(database/gdb): fix context canceled error in transaction due to usage of
TransTimeout
configuration by @gqcn in https://github.com/gogf/gf/pull/4037 - fix(net/ghttp): json omitempty takes no effect in
BuildParams
, which is not compatible with old version by @gqcn in https://github.com/gogf/gf/pull/4041 - perf(contrib/drivers/pgsql): improve conversion performace for slice string field type by @ninjashixuan in https://github.com/gogf/gf/pull/4046
- test(net/gipv4): add unit tests by @oldme-git in https://github.com/gogf/gf/pull/4052
Full Changelog: https://github.com/gogf/gf/compare/v2.8.2...v2.8.3