Skip to content

Releases: zeromicro/go-zero

v1.7.2

03 Sep 01:09
077b607
Compare
Choose a tag to compare

What's Changed

  • fix: etcd scheme on grpc resolver with multiple zrpc clients by @MarkJoyMa in #4349
  • fix: should check if devServer Enabled, then call once.Do() by @jursonmo in #4351

New Contributors

Full Changelog: v1.7.1...v1.7.2

tools/goctl/v1.7.2

03 Sep 01:23
656222b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.7.2...tools/goctl/v1.7.2

goctl/v1.7.1

01 Sep 08:23
c92f788
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: tools/goctl/v1.7.0...tools/goctl/v1.7.1

v1.7.1

01 Sep 07:29
24d6150
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.0...v1.7.1

v1.7.0

27 Jul 09:18
caf0e64
Compare
Choose a tag to compare

What's Changed

Important: Go >= 1.20

New Contributors

Full Changelog: v1.6.6...v1.7.0

goctl/v1.7.0

27 Jul 09:34
eeda6ef
Compare
Choose a tag to compare

What's Changed

New Contributors

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

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