| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| gf_windows_arm64.exe | 2026-05-14 | 45.5 MB | |
| gf_windows_amd64.exe | 2026-05-14 | 48.6 MB | |
| gf_openbsd_arm64 | 2026-05-14 | 44.9 MB | |
| gf_openbsd_amd64 | 2026-05-14 | 47.5 MB | |
| gf_netbsd_amd64 | 2026-05-14 | 47.5 MB | |
| gf_linux_s390x | 2026-05-14 | 49.2 MB | |
| gf_linux_riscv64 | 2026-05-14 | 46.2 MB | |
| gf_linux_ppc64le | 2026-05-14 | 46.8 MB | |
| gf_linux_arm64 | 2026-05-14 | 45.0 MB | |
| gf_linux_arm | 2026-05-14 | 43.0 MB | |
| gf_linux_amd64 | 2026-05-14 | 47.7 MB | |
| gf_linux_386 | 2026-05-14 | 43.3 MB | |
| gf_freebsd_arm | 2026-05-14 | 42.9 MB | |
| gf_freebsd_amd64 | 2026-05-14 | 47.5 MB | |
| gf_freebsd_386 | 2026-05-14 | 43.0 MB | |
| gf_darwin_arm64 | 2026-05-14 | 46.7 MB | |
| gf_darwin_amd64 | 2026-05-14 | 49.0 MB | |
| GoFrame Release v2.10.1 source code.tar.gz | 2026-05-14 | 2.5 MB | |
| GoFrame Release v2.10.1 source code.zip | 2026-05-14 | 3.7 MB | |
| README.md | 2026-05-14 | 5.1 kB | |
| Totals: 20 Items | 790.7 MB | 0 | |
What's Changed
- fix: update gf cli to v2.10.0 by @github-actions[bot] in https://github.com/gogf/gf/pull/4658
- docs: Update README Add DeepWiki badges by @hailaz in https://github.com/gogf/gf/pull/4661
- test(contrib/drivers/gaussdb): add builder, subquery, join, struct test coverage by @lingcoder in https://github.com/gogf/gf/pull/4688
- test(contrib/drivers/pgsql): add Builder/Subquery/Join/Struct tests by @lingcoder in https://github.com/gogf/gf/pull/4680
- fix(registry/etcd): etcd.NewWithClient() has no DialTimeout by @shengdoushi in https://github.com/gogf/gf/pull/4670
- fix(contrib/registry): etcd doKeepAlive does not exit even when client context done by @yuluo-yx in https://github.com/gogf/gf/pull/4669
- chore: cleanup makefile, remove unnecessary scripts by @gqcn in https://github.com/gogf/gf/pull/4684
- test(contrib/drivers/gaussdb): add union, DO, raw where test coverage by @lingcoder in https://github.com/gogf/gf/pull/4687
- test(contrib/drivers/pgsql): add Union, DO and Raw Where test coverage by @lingcoder in https://github.com/gogf/gf/pull/4679
- feat(i18n/gi18n): decoding and loading i18n files content by automatic file extension check by @The-night-elves in https://github.com/gogf/gf/pull/4662
- test(contrib/drivers/gaussdb): add transaction, where, hook, ctx test coverage by @lingcoder in https://github.com/gogf/gf/pull/4685
- test(contrib/drivers/pgsql): add transaction, where, hook, ctx test coverage by @lingcoder in https://github.com/gogf/gf/pull/4675
- feat(os/gcfg): add GetEffective method with standard config priority by @lingcoder in https://github.com/gogf/gf/pull/4673
- feat(gcrypto/gsha512): add sha512 implements by @yuluo-yx in https://github.com/gogf/gf/pull/4667
- test(contrib/drivers/pgsql): add SoftTime, With, ScanList test coverage by @lingcoder in https://github.com/gogf/gf/pull/4676
- test(contrib/drivers/gaussdb): add soft time, with, scanlist test coverage by @lingcoder in https://github.com/gogf/gf/pull/4686
- test(contrib/drivers/mysql): add Lock/Omit/Cache/Batch tests by @lingcoder in https://github.com/gogf/gf/pull/4706
- fix(database/gdb): handle empty string in Fields() gracefully by @lingcoder in https://github.com/gogf/gf/pull/4700
- test(contrib/drivers/mysql): add concurrent/Hook/Ctx tests by @lingcoder in https://github.com/gogf/gf/pull/4708
- test(contrib/drivers/mysql): add MySQL-specific feature tests by @lingcoder in https://github.com/gogf/gf/pull/4709
- test(contrib/drivers/mysql): enhance complex query tests by @lingcoder in https://github.com/gogf/gf/pull/4707
- test(contrib/drivers/mysql): enhance data type tests by @lingcoder in https://github.com/gogf/gf/pull/4705
- test(contrib/drivers/mysql): enhance transaction tests by @lingcoder in https://github.com/gogf/gf/pull/4704
- fix(database/gdb): treat negative Limit/Page/Offset values as zero by @lingcoder in https://github.com/gogf/gf/pull/4702
- fix(databse/gdb): use COUNT(1) if fields number is greater than 1 even when parameter
useFieldForCountis true in AllAndCount/ScanAndCount by @lingcoder in https://github.com/gogf/gf/pull/4701 - fix(os/gstructs): strip tag options in TagPriorityName to avoid field name pollution by @lingcoder in https://github.com/gogf/gf/pull/4681
- fix(contrib/drivers/pgsql): preserve bytea data integrity on read and write by @lingcoder in https://github.com/gogf/gf/pull/4678
- test(contrib/drivers/mysql): add pagination and error handling tests by @lingcoder in https://github.com/gogf/gf/pull/4703
- test(contrib/drivers/mariadb): add pagination, error, concurrent, rawtype and sharding tests by @lingcoder in https://github.com/gogf/gf/pull/4723
- test(contrib/drivers/mariadb): add builder, struct, join, batch, cache and omit tests by @lingcoder in https://github.com/gogf/gf/pull/4722
- test(contrib/drivers/mariadb): add softtime, with, scanlist, union and do tests by @lingcoder in https://github.com/gogf/gf/pull/4721
- test(contrib/drivers/mariadb): add transaction, where, hook and ctx tests by @lingcoder in https://github.com/gogf/gf/pull/4720
- test(contrib/drivers/mariadb): add infrastructure, core and model tests by @lingcoder in https://github.com/gogf/gf/pull/4719
- fix(contrib/drivers/mysql): use unreachable port for nodeInvalid test config by @lingcoder in https://github.com/gogf/gf/pull/4726
- fix(database/gdb): strip quote chars from schema in Model.TableFields by @lingcoder in https://github.com/gogf/gf/pull/4730
- test(contrib/drivers/mariadb): add layer 3 features and issue regression tests by @lingcoder in https://github.com/gogf/gf/pull/4724
- fix: guard os.Args access for wasm which panics when building by @gqcn in https://github.com/gogf/gf/pull/4762
- feat(cmd/gf): add gendao fileNameCase and ai coding stuffs by @gqcn in https://github.com/gogf/gf/pull/4764
- feat: new version v2.10.1 by @gqcn in https://github.com/gogf/gf/pull/4769
New Contributors
- @shengdoushi made their first contribution in https://github.com/gogf/gf/pull/4670
Full Changelog: https://github.com/gogf/gf/compare/v2.10.0...v2.10.1