Skip to content

GoFrame Release v2.7.3

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Sep 08:50
· 12 commits to master since this release
baea1c7

What's Changed

  • fix(cmd/gf): remove dm driver for command gen dao as it causes building failed for some platforms by @hailaz in #3667
  • refactor(container/gring): mark deprecated, package container/gring will not be maintained in future by @gqcn in #3665
  • refractor(container/gtree): refactor code with gods package for avltree by @oldme-git in #3647
  • refractor(container/gtree): improve function order of btree by @oldme-git in #3656
  • refractor(container/gtree): refactor code with gods package for rbtree by @oldme-git in #3655
  • chore(.github/template): update document for github pull requests by @hailaz in #3666
  • fix(cmd/gf): fix command gf up with -u option upgrading packages indirectly required would fail with higher version of go required by @hailaz in #3687
  • feat(cmd/gf): project templates update for command gf init by @gqcn in #3704
  • ci: add Scorecard workflow by @fengshunli in #3702
  • build: bump google.golang.org/protobuf to v1.33.0 by @fengshunli in #3697
  • fix(contrib/nosql/redis): missing err nil check in function ScriptExists by @JimDevil in #3713
  • fix(contrib/registry/file/v2): fix the panic caused by channel closing after resolver closed by @zishang520 in #3691
  • fix(os/gtime): fix gtime.Value() when time only, add time only example by @niluan304 in #3714
  • fix(database/gdb): fix #3649 when constructing query param, gdb.Row value not directly write to Buffer by @cyjaysong in #3718
  • refactor(nacos-registry): use official nacos sdk instead of the third-party nacos sdk by @lingcoder in #3745
  • fix(contrib/drivers/pgsql): #3671 fix invalid pgsql insert json type by @Ghw2066 in #3742
  • fix(util/gconv): #3731 map type name mismatch in switch case statement by @wlynxg in #3732
  • fix(contrib/drivers/pgsql): fix insert error when data struct field has nil in PgSQL by @oldme-git in #3679
  • perf(util/gconv): add cache logic to enhance performance by @wln32 in #3673

New Contributors

Full Changelog: v2.7.2...v2.7.3