v1.6.4
发布于 2024-04-09 — GitHub Release
What’s Changed
Section titled “What’s Changed”- feat: support http stream response by @kevwan in https://github.com/zeromicro/go-zero/pull/4055
- feat: add custom health response information by @fearlessfei in https://github.com/zeromicro/go-zero/pull/4034
- fix: didn’t count failure in allow method with breaker algorithm by @kevwan in https://github.com/zeromicro/go-zero/pull/4008
- fix: only add log middleware to not found handler when enabled by @AlexLast in https://github.com/zeromicro/go-zero/pull/3969
- fix: mysql WithAcceptable bug by @MarkJoyMa in https://github.com/zeromicro/go-zero/pull/3986
- fix: StopAgent panics when trace agent disabled by @ansoda in https://github.com/zeromicro/go-zero/pull/3981
- optimize: change err == xx to errors.Is(err, xx) by @mongobaba in https://github.com/zeromicro/go-zero/pull/3991
- optimize: migrate redis breaker into hook by @MarkJoyMa in https://github.com/zeromicro/go-zero/pull/3982
- optimize: Optimize the error log to be more specific by @patche-v in https://github.com/zeromicro/go-zero/pull/3994
New Contributors
Section titled “New Contributors”- @ansoda made their first contribution in https://github.com/zeromicro/go-zero/pull/3981
- @patche-v made their first contribution in https://github.com/zeromicro/go-zero/pull/3994
- @shyandsy made their first contribution in https://github.com/zeromicro/go-zero/pull/4026
- @ak5w made their first contribution in https://github.com/zeromicro/go-zero/pull/4030
- @linden-in-China made their first contribution in https://github.com/zeromicro/go-zero/pull/4035
- @wjiec made their first contribution in https://github.com/zeromicro/go-zero/pull/3988
- @jaronnie made their first contribution in https://github.com/zeromicro/go-zero/pull/4053
Full Changelog: https://github.com/zeromicro/go-zero/compare/v1.6.3…v1.6.4