v1.5.0
版本发布时间: 2023-03-04 21:11:50
zeromicro/go-zero最新发布版本:v1.7.2(2024-09-03 09:09:07)
What's Changed
- feat: upgrade go to v1.18 by @kevwan in https://github.com/zeromicro/go-zero/pull/2817
- chore: change interface{} to any by @kevwan in https://github.com/zeromicro/go-zero/pull/2818
- fix: problem on name overlaping in config by @kevwan in https://github.com/zeromicro/go-zero/pull/2820
- chore: fix missing funcs on windows by @kevwan in https://github.com/zeromicro/go-zero/pull/2825
- support custom maxBytes in API file by @jiang4869 in https://github.com/zeromicro/go-zero/pull/2822
- feat: mapreduce generic version by @kevwan in https://github.com/zeromicro/go-zero/pull/2827
- feat: add MustNewRedis by @MarkJoyMa in https://github.com/zeromicro/go-zero/pull/2824
- feat: converge grpc interceptor processing by @MarkJoyMa in https://github.com/zeromicro/go-zero/pull/2830
- Chore/rewire by @kevwan in https://github.com/zeromicro/go-zero/pull/2836
- fix: conf anonymous overlay problem by @kevwan in https://github.com/zeromicro/go-zero/pull/2847
- fix #2835, replace shoud replace the longest match by @dahaihu in https://github.com/zeromicro/go-zero/pull/2844
- chore: remove clickhouse, added to zero-contrib by @kevwan in https://github.com/zeromicro/go-zero/pull/2848
- feat(sqlx): error log print traceId and spanId by @chenquan in https://github.com/zeromicro/go-zero/pull/2845
- only unmashal public variables by @Mikaelemmmm in https://github.com/zeromicro/go-zero/pull/2872
- fix Replacer suffix match, and add test case by @dahaihu in https://github.com/zeromicro/go-zero/pull/2867
- chore: refactor node & replace in stringx. by @kevwan in https://github.com/zeromicro/go-zero/pull/2875
- refactor: simplify stringx.Replacer, and avoid potential infinite loops by @kevwan in https://github.com/zeromicro/go-zero/pull/2877
- refactor: simplify sqlx fail fast ping and simplify miniredis setup in test by @zcong1993 in https://github.com/zeromicro/go-zero/pull/2897
- add jaeger with UDP by @wuyazi in https://github.com/zeromicro/go-zero/pull/2889
- Pgx by @liyiwu in https://github.com/zeromicro/go-zero/pull/2902
- fix: fixed the bug that old trace instances may be fetched by @chenquan in https://github.com/zeromicro/go-zero/pull/2913
- fix: timeout not working if greater than global rest timeout by @kevwan in https://github.com/zeromicro/go-zero/pull/2926
- feat: add configurable validator for httpx.Parse by @WqyJh in https://github.com/zeromicro/go-zero/pull/2923
- chore: refine rest validator by @kevwan in https://github.com/zeromicro/go-zero/pull/2928
- fix: config map cannot handle case-insensitive keys. by @kevwan in https://github.com/zeromicro/go-zero/pull/2932
- feat: detect conf overwritten fields by @kevwan in https://github.com/zeromicro/go-zero/pull/2947
- feat: add debug log for logc by @WqyJh in https://github.com/zeromicro/go-zero/pull/2946
- fix: security #9 by @kevwan in https://github.com/zeromicro/go-zero/pull/2949
- chore: remove redundant prefix of "error: " in error creation by @WqyJh in https://github.com/zeromicro/go-zero/pull/2952
- feat: support grpc client keepalive config by @kevwan in https://github.com/zeromicro/go-zero/pull/2950
- fix functiom name by @cuishuang in https://github.com/zeromicro/go-zero/pull/2961
- feat: conf add FillDefault func by @MarkJoyMa in https://github.com/zeromicro/go-zero/pull/2951
- interface conversion: *handler.timeoutWriter is not http.Hijacker: missing method Hijack by @yangjinheng in https://github.com/zeromicro/go-zero/pull/2931
- fix: for cache, notfound placeholder should not overwrite real data. by @kevwan in https://github.com/zeromicro/go-zero/pull/2960
New Contributors
- @dahaihu made their first contribution in https://github.com/zeromicro/go-zero/pull/2844
- @fondoger made their first contribution in https://github.com/zeromicro/go-zero/pull/2887
- @gq-tang made their first contribution in https://github.com/zeromicro/go-zero/pull/2840
- @wuyazi made their first contribution in https://github.com/zeromicro/go-zero/pull/2889
- @liyiwu made their first contribution in https://github.com/zeromicro/go-zero/pull/2902
- @mamil made their first contribution in https://github.com/zeromicro/go-zero/pull/2916
- @WqyJh made their first contribution in https://github.com/zeromicro/go-zero/pull/2923
- @reatang made their first contribution in https://github.com/zeromicro/go-zero/pull/2959
- @SnakeHacker made their first contribution in https://github.com/zeromicro/go-zero/pull/2962
- @yangjinheng made their first contribution in https://github.com/zeromicro/go-zero/pull/2931
Full Changelog: https://github.com/zeromicro/go-zero/compare/v1.4.4...v1.5.0