Skip to content

Release v1.2.5

Compare
Choose a tag to compare
@kevwan kevwan released this 03 Jan 13:07
· 1358 commits to master since this release
290de6a

framework:

  • fix: load balancer for gRPC might crash on 32-bit cpu by @BYT0723 in #1298
  • fix: concurrent problems for logx.WithContext and logx.WithDuration by @kevwan in #1317
  • add redis.Decr, redis.Decrby, redis.Lindex methods by @CrazyZard in #1325
  • support adding custom cache to mongoc and sqlc by @MarkJoyMa in #1313
  • set the status code for client closed requests as 499 by @kevwan in #1350
  • support context in MapReduce by @kevwan in #1368
  • support array in default and options tags for unmarshal methods by @kevwan in #1386
  • httpx.SetErrorHandler now works for http timeout error by @kevwan in #1389
  • implement fx.NoneMatch, fx.First, fx.Last by @kevwan in #1402
  • support TLS for etcd client by @kevwan in #1390

goctl

  • fix: goctl upgrade issue on windows by @anqiansong in #1307
  • fix: goctl not working for / path by @anqiansong in #1321
  • support postgresql data type bytea in model generation by @yangkequn in #1314
  • add goctl bug to report bugs conveniently by @anqiansong in #1332
  • keep the golang keywords in model tags by @qwxingzhe in #1369
  • support bit byte for mysql code generation by @anqiansong in #1380
  • add --remote for using remote git repo as goctl template by @anqiansong in #1387
  • fix --home bugs by @anqiansong in #1382

New Contributors

Full Changelog: v1.2.4...v1.2.5