Update module github.com/grpc-ecosystem/go-grpc-middleware to v1.4.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
github.com/grpc-ecosystem/go-grpc-middleware | require | minor |
v1.3.0 -> v1.4.0
|
Release Notes
grpc-ecosystem/go-grpc-middleware
v1.4.0
What's Changed
- Do not stop retrying based on earlier good message from the stream by @kartlee in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/313
- Deprecate the server interceptor chain helpers by @CAFxX in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/423
- Simplify chain interceptors by @aarongable in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/421
- v1: Switch from github.com/go-kit/kit to github.com/go-kit/log interfaces by @liggitt in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/426
- logging/zap/ctxzap: add caller skip to shorthand functions by @jkawamoto in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/429
- grpc_zap: fix caller annotation by @jkawamoto in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/431
- Revert verbosity level check for zap by @central182 in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/452
- Fix memory leakage in kit.PayloadUnaryServerInterceptor by @r3code in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/501
- Use strconv.FormatUint instead of fmt.Sprintf by @andrey-berenda in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/503
- Fix typo in nicemd by @andrey-berenda in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/509
- Fix OSX build error in outdated golang.org/x/sys dependency by @devnev in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/514
New Contributors
- @aarongable made their first contribution in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/421
- @central182 made their first contribution in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/452
- @chrisdoherty4 made their first contribution in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/456
- @AmirQadir made their first contribution in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/464
- @AlmogBaku made their first contribution in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/491
- @cuishuang made their first contribution in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/493
- @r3code made their first contribution in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/501
- @andrey-berenda made their first contribution in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/503
- @steveruckdashel made their first contribution in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/539
Full Changelog: https://github.com/grpc-ecosystem/go-grpc-middleware/compare/v1.3.0...v1.4.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.