GoFrame Release v2.9.7
What's Changed
- fix: update gf cli to v2.9.6 by @github-actions[bot] in https://github.com/gogf/gf/pull/4538
- ci(release): disable go module caching in release workflow by @Copilot in https://github.com/gogf/gf/pull/4539
- feat(contrib/drivers/dm): add
Replace/InsertIgnoresupport and field type/length enhancements for dm database by @gqcn in https://github.com/gogf/gf/pull/4541 - feat(contrib/drivers/pgsql): more field types converting support by @ivothgle in https://github.com/gogf/gf/pull/3737
- fix(net/ghttp): Fix specification routing custom parameter recognition exception by @hailaz in https://github.com/gogf/gf/pull/4549
- feat(contrib/drivers/dm&pgsql&mssql&oracle): add Replace/LastInsertId features support for dm/pgsql/mssql/oracle by @gqcn in https://github.com/gogf/gf/pull/4547
- feat(contrib/drivers): more database drivers by @gqcn in https://github.com/gogf/gf/pull/4553
- feat(database/gdb): Optimize SoftTime feature by @LanceAdd in https://github.com/gogf/gf/pull/4559
- feat(crypto): add gsha256 by @joy999 in https://github.com/gogf/gf/pull/4558
- fix(cmd/gf): fix gf gen dao with removeFieldPrefix by @zhang5788 in https://github.com/gogf/gf/pull/4243
- feat(contrib/drivers/gaussdb): add gaussdb driver support by @gqcn in https://github.com/gogf/gf/pull/4563
- fix(net/ghttp): fix #4567 by @LanceAdd in https://github.com/gogf/gf/pull/4569
- feat(cmd/gf): init update by @hailaz in https://github.com/gogf/gf/pull/4572
- feat(os/gfile): add MatchGlob function with globstar support (#4570) by @hailaz in https://github.com/gogf/gf/pull/4574
- feat(cmd/gf): improve gf run watching by @hailaz in https://github.com/gogf/gf/pull/4573
- refactor(database/gdb): simplify order and group by alias quoting (bu… by @lingcoder in https://github.com/gogf/gf/pull/4555
- feat(crypto/grsa): Add RSA encryption and decryption function by @LanceAdd in https://github.com/gogf/gf/pull/4571
New Contributors
- @zhang5788 made their first contribution in https://github.com/gogf/gf/pull/4243
Full Changelog: https://github.com/gogf/gf/compare/v2.9.6...v2.9.7