Skip to content

Releases: zeromicro/go-zero

v1.6.5

12 May 15:34
0cac41a
Compare
Choose a tag to compare

What's Changed

  • feat: support context in breaker methods by @kevwan in #4088
  • feat: use breaker with ctx to prevent deadline exceeded by @kevwan in #4091
  • feat: add errorx.In to facility error checking by @kevwan in #4105
  • feat: add fx.ParallelErr by @kevwan in #4107
  • feat: trigger breaker on underlying service timeout by @kevwan in #4112
  • feat: httpx.Parse supports parsing structures that implement the Unmarshaler interface by @lyuangg in #4143
  • optimize: improve breaker algorithm on recovery time by @kevwan in #4077
  • optimize: add tracing information to the log by @chenquan in #4126
  • fix: timeout on query should return context.DeadlineExceeded by @kevwan in #4060
  • fix: fix ignored scanner.Err() by @kevwan in #4063
  • fix: fix ignored context.DeadlineExceeded by @kevwan in #4066
  • fix: avoid duplicate in logx plain mode by @kevwan in #4080
  • fix: zrpc kube resolver builder after gRPC resolver behavior changes by @soasurs in #4119
  • fix: log panic on Error() or String() panics with logx.Field by @kevwan in #4136

New Contributors

Full Changelog: v1.6.4...v1.6.5

goctl/v1.6.5

12 May 15:37
0cac41a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: tools/goctl/v1.6.4...tools/goctl/v1.6.5

v1.6.4

09 Apr 14:40
3866b57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.3...v1.6.4

goctl/v1.6.4

09 Apr 15:08
3343fc2
Compare
Choose a tag to compare

What's Changed

  • feat: add gen api @doc comment to logic handler routes by @ch3nnn in #3790
  • fix: fix the usage datasource url of postgresql (#4029) by @ak5w in #4030
  • fix: multi imports the api cause redeclared error in types.go by @wjiec in #3988
  • fix: when digits in the name, goctl not generating correctly by @kesonan in #4032

New Contributors

Full Changelog: tools/goctl/v1.6.3...tools/goctl/v1.6.4

goctl/v1.6.3

03 Mar 05:46
dd01695
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: tools/goctl/v1.6.2...tools/goctl/v1.6.3

v1.6.3

03 Mar 05:27
25821bd
Compare
Choose a tag to compare

What's Changed

  • feat: support SSE, ignore timeout on server-sent events by @chenquan in #2041
  • feat: support ScheduleImmediately in TaskRunner by @kevwan in #3896
  • feat: add StableRunner to get messages in pushing order by @kevwan in #3941
  • feat: support breaker with sql prepared statements by @kevwan in #3936
  • feat: add break metrics for sqlx.statement by @mongobaba in #3947
  • feat: support linux distributions without cgroup by @AlexLast in #3948
  • feat: make BatchError thread safe by @ch3nnn in #3946
  • feat: add ZADDNX command in redis by @Suyghur in #3944
  • feat: add MSET command in redis by @codeErrorSleep in #3820
  • feat: retry with ignoring specified errors by @fearlessfei in #3808
  • feat: add a mongodb registry option to convert type easier. by @POABOB in #3780
  • fix: mapping FillDefault with fields mutable optional bug by @MarkJoyMa in #3940
  • optimize: improve load shedding algorithm performance by @kevwan in #3908
  • optimize: optimize circuit breaker algorithm by @kevwan in #3897
  • optimize: improve performance when log disabled by @kevwan in #3916

New Contributors

Full Changelog: v1.6.2...v1.6.3

v1.6.2

03 Feb 12:57
97cf242
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.1...v1.6.2

goctl/v1.6.2

03 Feb 13:35
dd518c8
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: tools/goctl/v1.6.1...tools/goctl/v1.6.2

v1.6.1

17 Dec 05:53
27c4908
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.0...v1.6.1

goctl/v1.6.1

17 Dec 06:09
2b18dd1
Compare
Choose a tag to compare

What's Changed

  • fix: import error if generate multiple proto by @zzhaolei in #3694
  • feat: default new api parser by @kesonan in #3683
  • feat: change command-line arg 'table' from string to slice type by @kesonan in #3707
  • feat: add map type by @anstns in #3704
  • fix: goctl FindOne error by @MarkJoyMa in #3731
  • fix: circle import in case new parser by @kesonan in #3750
  • fix: prevent a crash if there is a unique key constraint with a nil field. by @POABOB in #3770
  • fix: primary key unique key simultaneously exist cacheIdPrefix duplicate by @testwill in #3763
  • fix: coredump: goctl model mysql ddl --src user_base.sql --dir . area… by @zzZZzzz888 in #3777

New Contributors

Full Changelog: v1.6.0...tools/goctl/v1.6.1