Releases: zeromicro/go-zero
Releases · zeromicro/go-zero
v1.7.5
What's Changed
- feat: support form array in three notations by @kevwan in #4498
- feat: add ShutdownConf to make shutdown time configurable by @WqyJh in #4446
- fix: service group not working well when callback takes long time by @kevwan in #4531
- fix: go work duplicate prefix get error by @godLei6 in #4487
- fix: SetSlowThreshold not effective in function
logDetails
by @wwwangxc in #4511 - fix: DetailedLog format. by @r27153733 in #4467
New Contributors
- @lascyb made their first contribution in #4495
- @godLei6 made their first contribution in #4487
- @wwwangxc made their first contribution in #4511
- @r27153733 made their first contribution in #4467
Full Changelog: v1.7.4...v1.7.5
goctl/v1.7.4
What's Changed
- fix: ts request cli by @metaRobin in #4461
- fix: go work duplicate prefix get error by @godLei6 in #4487
- fix: api timeout limited during api generation by @kesonan in #4513
- fix command
goctl bug
invalid by @kesonan in #4520 - improve: update docker.tpl by @lascyb in #4495
- improve: remove string restriction on atserver by @kesonan in #4499
- chore: format Dockerfile template by @kevwan in #4496
New Contributors
- @metaRobin made their first contribution in #4461
- @lascyb made their first contribution in #4495
- @godLei6 made their first contribution in #4487
- @wwwangxc made their first contribution in #4511
- @r27153733 made their first contribution in #4467
Full Changelog: tools/goctl/v1.7.3...tools/goctl/v1.7.4
v1.7.4
What's Changed
- feat: support query array with httpx.Parse by @kevwan in #4440
- feat: support using json array directly in HTTP request body with httpx.Parse by @kevwan in #4444
New Contributors
- @metaRobin made their first contribution in #4461
Full Changelog: v1.7.3...v1.7.4
goctl/v1.7.3
What's Changed
- chore: fix goctl Dockerfile warnings by @kevwan in #4358
- fix: goctl k8s autoscaling version upgrade by @kevwan in #4387
- fix the source code directory after the soft link by @yangjinheng in #4425
- minor improvements and bug fixes
New Contributors
- @fishJack01 made their first contribution in #4417
Full Changelog: tools/goctl/v1.7.2...tools/goctl/v1.7.3
v1.7.3
What's Changed
- feat: new redis method TxPipeline by @fishJack01 in #4417
- fix: config with multiple layer maps by @MarkJoyMa in #4407
- minor improvements and bug fixes
New Contributors
- @fishJack01 made their first contribution in #4417
Full Changelog: v1.7.2...v1.7.3
v1.7.2
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
What's Changed
Full Changelog: v1.7.2...tools/goctl/v1.7.2
goctl/v1.7.1
What's Changed
- feat: add goctl version to code header by @kesonan in #4293
- fix: fix nested struct generation by @kesonan in #4281
- fix: fix quickstart error while reading go module info by @kesonan in #4297
- fix: fix map conversion by @kesonan in #4306
- ci: update workflows to use go.mod instead of specifying go version by @chenrui333 in #4286
- refactor: refactor goctl-compare by @kesonan in #4290
New Contributors
- @tnothy made their first contribution in #4280
- @chenrui333 made their first contribution in #4286
- @louyuexing made their first contribution in #4333
Full Changelog: tools/goctl/v1.7.0...tools/goctl/v1.7.1
v1.7.1
What's Changed
- feat: added configuration center function by @MarkJoyMa in #3035
- feat: support rest.WithCorsHeaders to customize cors headers by @kevwan in #4284
- feat: support build tag to reduce binary size w/o k8s by @kevwan in #4323
- feat: add custom log file name date format by @louyuexing in #4333
- fix: etcd scheme on grpc resolver by @kevwan in #4121
- more minor improvements and bug fixes
New Contributors
- @tnothy made their first contribution in #4280
- @chenrui333 made their first contribution in #4286
- @louyuexing made their first contribution in #4333
Full Changelog: v1.7.0...v1.7.1
v1.7.0
What's Changed
Important: Go >= 1.20
- feat: support file server in rest by @kevwan in #4244
- feat: support embed file system to serve files in rest by @kevwan in #4253
- feat: handle using root as the path of file server by @kevwan in #4255
- feat: support redis hook by @MarkJoyMa in #4233
- feat: support adding more writer, easy to write to console additionally by @kevwan in #4234
- feat: support sqlc partial query by @MarkJoyMa in #4237
- fix: should not trigger breaker on duplicate key with mongodb by @kevwan in #4238
- fix: handle with read the empty file by @JiChenSSG in #4258
- chore: optimize lock in discov.etcd by @kevwan in #4272
- chore: optimize file reading by @kevwan in #4264
New Contributors
- @DestinyOfLove made their first contribution in #4205
- @yonwoo9 made their first contribution in #4249
- @JiChenSSG made their first contribution in #4258
- @tsinghuacoder made their first contribution in #4270
Full Changelog: v1.6.6...v1.7.0