Skip to content

GoFrame Release v2.3.3

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Mar 09:27
1cd1449

What's Changed

  • improve ci by using cache feature of setup-go by @hailaz in #2463
  • fix issue #2261 by @hailaz in #2458
  • README update for cmd/gf by @hailaz in #2459
  • Bump golang.org/x/net from 0.1.0 to 0.7.0 in /cmd/gf by @dependabot in #2460
  • fix: use keyword(like: group) as table name in sqlite by @glennliao in #2461
  • improve unit testing cases by @hailaz in #2468
  • Protect RemoveValue from race condition by @blinkbean in #2472
  • fix: gredis maxActive config and duplicate connection bug by @qinyuguang in #2479
  • fix configuration of Namespace for pgsql by @hailaz in #2481
  • add issue translation robot by @gqcn in #2490
  • robot translator updates by @gqcn in #2491
  • fix issue in empty json name along with omitempty tag in package oai by @gqcn in #2500
  • improve command gen dao by removing all dao files if clear option is true by @gqcn in #2502
  • fix issue struct attribute converting when has no json name but with omitempty tag by @gqcn in #2486
  • improve unit testing cases coverage to 80%+ by @hailaz in #2480
  • add package contrib/rpc/grpcx by @gqcn in #2169

New Contributors

Full Changelog: v2.3.2...v2.3.3