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