v1.4.0
What's Changed
- Do not stop retrying based on earlier good message from the stream by @kartlee in #313
- Deprecate the server interceptor chain helpers by @CAFxX in #423
- Simplify chain interceptors by @aarongable in #421
- v1: Switch from github.com/go-kit/kit to github.com/go-kit/log interfaces by @liggitt in #426
- logging/zap/ctxzap: add caller skip to shorthand functions by @jkawamoto in #429
- grpc_zap: fix caller annotation by @jkawamoto in #431
- Revert verbosity level check for zap by @central182 in #452
- Fix memory leakage in kit.PayloadUnaryServerInterceptor by @r3code in #501
- Use strconv.FormatUint instead of fmt.Sprintf by @andrey-berenda in #503
- Fix typo in nicemd by @andrey-berenda in #509
- Fix OSX build error in outdated golang.org/x/sys dependency by @devnev in #514
New Contributors
- @aarongable made their first contribution in #421
- @central182 made their first contribution in #452
- @chrisdoherty4 made their first contribution in #456
- @AmirQadir made their first contribution in #464
- @AlmogBaku made their first contribution in #491
- @cuishuang made their first contribution in #493
- @r3code made their first contribution in #501
- @andrey-berenda made their first contribution in #503
- @steveruckdashel made their first contribution in #539
Full Changelog: v1.3.0...v1.4.0