v1.7.0
版本发布时间: 2024-07-27 17:18:02
zeromicro/go-zero最新发布版本:v1.7.2(2024-09-03 09:09:07)
What's Changed
Important: Go >= 1.20
- feat: support file server in rest by @kevwan in https://github.com/zeromicro/go-zero/pull/4244
- feat: support embed file system to serve files in rest by @kevwan in https://github.com/zeromicro/go-zero/pull/4253
- feat: handle using root as the path of file server by @kevwan in https://github.com/zeromicro/go-zero/pull/4255
- feat: support redis hook by @MarkJoyMa in https://github.com/zeromicro/go-zero/pull/4233
- feat: support adding more writer, easy to write to console additionally by @kevwan in https://github.com/zeromicro/go-zero/pull/4234
- feat: support sqlc partial query by @MarkJoyMa in https://github.com/zeromicro/go-zero/pull/4237
- fix: should not trigger breaker on duplicate key with mongodb by @kevwan in https://github.com/zeromicro/go-zero/pull/4238
- fix: handle with read the empty file by @JiChenSSG in https://github.com/zeromicro/go-zero/pull/4258
- chore: optimize lock in discov.etcd by @kevwan in https://github.com/zeromicro/go-zero/pull/4272
- chore: optimize file reading by @kevwan in https://github.com/zeromicro/go-zero/pull/4264
New Contributors
- @DestinyOfLove made their first contribution in https://github.com/zeromicro/go-zero/pull/4205
- @yonwoo9 made their first contribution in https://github.com/zeromicro/go-zero/pull/4249
- @JiChenSSG made their first contribution in https://github.com/zeromicro/go-zero/pull/4258
- @tsinghuacoder made their first contribution in https://github.com/zeromicro/go-zero/pull/4270
Full Changelog: https://github.com/zeromicro/go-zero/compare/v1.6.6...v1.7.0