Skip to content

Releases: zeromicro/go-zero

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

v1.6.0

28 Oct 13:02
07e3e14
Compare
Choose a tag to compare

What's Changed

  • upgraded to Go 1.19, because gRPC fixed a security issue, and the supported Go version is 1.19+
  • feat: add metrics for sqlx, redis, grpc and http clients by @MarkJoyMa in #3624
  • feat: support the signal SIGINT for graceful shutdown by @Suyghur in #3611
  • feat: support the timeout for individual rpc methods by @vankillua in #2742
  • feat: model add withSession by @MarkJoyMa in #3658
  • feat: retry with ctx deadline supported by @kevwan in #3626
  • feat: support for disable mon logs like sqlx by @shenbaise9527 in #3606
  • feat: support for resource injection in trace agent by @reatang in #3383
  • feat: export devserver.Config for customizing devserver by @kesonan in #3638
  • feat: added Dec() and Sub() in GaugeVec in metrics by @Suyghur in #3666
  • fix: UpdateStmt doesn't update the statement correctly in sqlx/bulkinserter.go by @kevwan in #3607
  • fix: unmarshal from number to string with incorrect error message by @kevwan in #3625
  • fix: optimize logx for less GC objects by @kevwan in #3627
  • fix: upgrade grpc-go,fix 0day problem. by @guonaihong in #3623
  • chore: update restful/grpc servers graceful stop to shutdown stage by @kevwan in #3662
  • minor bug fixes and improvements

New Contributors

Full Changelog: v1.5.6...v1.6.0

goctl/v1.6.0

28 Oct 13:47
52963c2
Compare
Choose a tag to compare

What's Changed

  • feat: multiple files import the same api file by @7134g in #3642
  • feat: support adding ignore_columns parameters to the goctl model pg by @accaolei in #3427
  • optimize: fix experimental api by @kesonan in #3604
  • minor bug fixes and improvements

New Contributors

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