Skip to content

Releases: zeromicro/go-zero

goctl/v1.6.6

21 Jun 12:12
8f83705
Compare
Choose a tag to compare

What's Changed

  • fix malformed module path with trailing slash by @kesonan in #4176
  • fix no such dir if not create goctl home by @kesonan in #4177

New Contributors

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

v1.6.6

21 Jun 12:08
f1ed7bd
Compare
Choose a tag to compare

What's Changed

  • feat: add secure option for sending traces via otlphttp by @AlexLast in #3973
  • fix: log concurrency problems after calling WithXXX methods by @kevwan in #4164
  • optimize: simplify breaker algorithm by @kevwan in #4151
  • chore: fix the confused log level in comments by @jiz4oh in #4175

New Contributors

Full Changelog: v1.6.5...v1.6.6

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