Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
gf_windows_amd64.exe | 2024-11-23 | 40.5 MB | |
gf_openbsd_amd64 | 2024-11-23 | 39.5 MB | |
gf_netbsd_amd64 | 2024-11-23 | 39.4 MB | |
gf_linux_ppc64le | 2024-11-23 | 39.0 MB | |
gf_linux_arm64 | 2024-11-23 | 38.2 MB | |
gf_linux_arm | 2024-11-23 | 34.9 MB | |
gf_linux_amd64 | 2024-11-23 | 39.6 MB | |
gf_linux_386 | 2024-11-23 | 35.1 MB | |
gf_freebsd_arm | 2024-11-23 | 34.8 MB | |
gf_freebsd_amd64 | 2024-11-23 | 39.5 MB | |
gf_freebsd_386 | 2024-11-23 | 34.9 MB | |
gf_darwin_arm64 | 2024-11-23 | 38.7 MB | |
gf_darwin_amd64 | 2024-11-23 | 39.9 MB | |
GoFrame Release v2.8.1 source code.tar.gz | 2024-11-23 | 2.1 MB | |
GoFrame Release v2.8.1 source code.zip | 2024-11-23 | 3.2 MB | |
README.md | 2024-11-23 | 1.9 kB | |
Totals: 16 Items | 499.2 MB | 0 |
What's Changed
- chore(database/gdb): comment update for function
Model.Order
by @wingfeng in https://github.com/gogf/gf/pull/3933 - fix(os/gcache): function
Remove
returns value not*gvar.Var
as previous version by @yzy613 in https://github.com/gogf/gf/pull/3936 - fix(database/gdb): recognize
tinyint(1)/int(1)
as bool by @gqcn in https://github.com/gogf/gf/pull/3943 - fix(registry/zookeeper): watch service name path error with extra suffix
-
by @cruelchen in https://github.com/gogf/gf/pull/3948 - fix(cmd/gf): incorrect make command in project template by @gqcn in https://github.com/gogf/gf/pull/3946
- fix(database/gdb): incompatitable statement like
Order("id", "dasc")
by @gqcn in https://github.com/gogf/gf/pull/3949 - feat(net/goai): add enhanced response status interface by @UncleChair in https://github.com/gogf/gf/pull/3896
- fix(net/goai): embedded struct with tags also expand as properties of the parent struct by @wlynxg in https://github.com/gogf/gf/pull/3956
- feat(net/goai): add min, max, length, min-length, max-length and between support for OpenAPIv3 by @ninjashixuan in https://github.com/gogf/gf/pull/3914
- fix(cmd/gf): incorrect environment variables printing before cli does some environment changes by @ppanphper in https://github.com/gogf/gf/pull/3961
- test(database/gdb): add more unit testing cases for
Raw
feature by @gqcn in https://github.com/gogf/gf/pull/3962
New Contributors
- @wingfeng made their first contribution in https://github.com/gogf/gf/pull/3933
- @yzy613 made their first contribution in https://github.com/gogf/gf/pull/3936
- @ninjashixuan made their first contribution in https://github.com/gogf/gf/pull/3914
- @ppanphper made their first contribution in https://github.com/gogf/gf/pull/3961
Full Changelog: https://github.com/gogf/gf/compare/v2.8.0...v2.8.1