v1.5.1
版本发布时间: 2023-04-08 23:12:24
zeromicro/go-zero最新发布版本:v1.7.2(2024-09-03 09:09:07)
What's Changed
- fix: gateway conf doesn't work by @kevwan in https://github.com/zeromicro/go-zero/pull/2968
- chore: clear errors on conf conflict keys by @kevwan in https://github.com/zeromicro/go-zero/pull/2972
- fix: config map with json tag by @kevwan in https://github.com/zeromicro/go-zero/pull/2974
- chore: remove optional in redis config by @kevwan in https://github.com/zeromicro/go-zero/pull/2979
- feat(redis):add LpopCount,RpopCount by @zzzfwww in https://github.com/zeromicro/go-zero/pull/2990
- Export cache.Option param to NewXXXModel() by @taobig in https://github.com/zeromicro/go-zero/pull/2995
- fix redis cluster bug by @congim in https://github.com/zeromicro/go-zero/pull/2986
- init postgresql err by @iyyzh in https://github.com/zeromicro/go-zero/pull/3003
- feat: unique redis addrs and trim spaces by @kevwan in https://github.com/zeromicro/go-zero/pull/3004
- fix: avoid unmarshal panic with incorrect map keys #3002 by @kevwan in https://github.com/zeromicro/go-zero/pull/3013
- Added zrpc server custom serverID for custom registration Key when the service is registered on ETCD. by @ShyunnY in https://github.com/zeromicro/go-zero/pull/3008
- fix QueryRowsPartial getTaggedFieldValueMap func by @fulldog in https://github.com/zeromicro/go-zero/pull/2884
- defines the method to customize http server by @sniperwzq in https://github.com/zeromicro/go-zero/pull/2171
- fix(executors): periodicalexecutor should handle crash correctly by @zcong1993 in https://github.com/zeromicro/go-zero/pull/3043
- feat: rest validation on http requests by @kevwan in https://github.com/zeromicro/go-zero/pull/3041
- fix: #3058 by @kevwan in https://github.com/zeromicro/go-zero/pull/3059
- chore: refactor zrpc setup by @kevwan in https://github.com/zeromicro/go-zero/pull/3064
- refactor(redis): add NonBlock config, disable redis ping by default by @zcong1993 in https://github.com/zeromicro/go-zero/pull/3073
- fixbug: superfluous response.WriteHeader by @heyehang in https://github.com/zeromicro/go-zero/pull/3083
- refactor(redistest): simplify redistest.CreateRedis API by @zcong1993 in https://github.com/zeromicro/go-zero/pull/3086
- feat(redis): add ScriptRun API and migrate EvalCtx to ScriptRun for limit, lock and bloom by @zcong1993 in https://github.com/zeromicro/go-zero/pull/3087
- fix: should not conflict on lower members by @kevwan in https://github.com/zeromicro/go-zero/pull/3095
- fix: fillDefault, handling of nested structs by @MarkJoyMa in https://github.com/zeromicro/go-zero/pull/3072
- refactor(zrpc): prefer static config for zrpc server statinterceptor by @zcong1993 in https://github.com/zeromicro/go-zero/pull/3105
- refactor: simplify zrpc stat config by @kevwan in https://github.com/zeromicro/go-zero/pull/3107
- feat(trace): add trace test helpers by @zcong1993 in https://github.com/zeromicro/go-zero/pull/3108
New Contributors
- @congim made their first contribution in https://github.com/zeromicro/go-zero/pull/2986
- @iyyzh made their first contribution in https://github.com/zeromicro/go-zero/pull/3003
- @ShyunnY made their first contribution in https://github.com/zeromicro/go-zero/pull/3008
- @fulldog made their first contribution in https://github.com/zeromicro/go-zero/pull/2884
- @sniperwzq made their first contribution in https://github.com/zeromicro/go-zero/pull/2171
- @testwill made their first contribution in https://github.com/zeromicro/go-zero/pull/3075
- @lchjczw made their first contribution in https://github.com/zeromicro/go-zero/pull/3082
Full Changelog: https://github.com/zeromicro/go-zero/compare/v1.5.0...v1.5.1