-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deps: update module github.com/grpc-ecosystem/go-grpc-middleware to v2 #593
deps: update module github.com/grpc-ecosystem/go-grpc-middleware to v2 #593
Conversation
3a91b49
to
08ef53f
Compare
Looks like we need to do some manual migration. The |
08ef53f
to
94835d6
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #593 +/- ##
=======================================
Coverage 34.05% 34.05%
=======================================
Files 19 19
Lines 1621 1621
=======================================
Hits 552 552
Misses 1035 1035
Partials 34 34 ☔ View full report in Codecov by Sentry. |
94835d6
to
dd4be75
Compare
dd4be75
to
f2964d7
Compare
f2964d7
to
27a3159
Compare
27a3159
to
0384bfb
Compare
660bbf5
to
60dcda3
Compare
60dcda3
to
64b7f06
Compare
64b7f06
to
f1457ec
Compare
f1457ec
to
532e7ef
Compare
532e7ef
to
65105ee
Compare
- Renovate updated the go-grpc-middleware package from v1.4.0 to v2.1.0 - These are the necessary fixes for our application to work correctly
- Renovate upgraded the go-grpc-middleware to the next major version (v1.4.0 -> v2.1.0) - This caused some small API changes, which where fixed in this commit
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
This PR contains the following updates:
v1.4.0
->v2.1.0
Release Notes
grpc-ecosystem/go-grpc-middleware (github.com/grpc-ecosystem/go-grpc-middleware)
v2.1.0
Compare Source
What's Changed
InitializeMetrics
signature to allow use withxds.GRPCServer
by @bozaro in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/689New Contributors
Full Changelog: grpc-ecosystem/go-grpc-middleware@v2.0.1...v2.1.0
v2.0.1
Compare Source
What's Changed
New Contributors
Full Changelog: grpc-ecosystem/go-grpc-middleware@v2.0.0...v2.0.1
v2.0.0
Compare Source
This is the first stable release of the new v2 release branch 🎉
Many of the interceptors have been rewritten from scratch and the project has been upgraded to use the Go Protobuf v2 API.
See the project README for details and migration guide. Thanks to all contributors who made this possible! 💪🏽
What's Changed
logging.InjectFields
usage description by @aimuz in https://github.com/grpc-ecosystem/go-grpc-middleware/pull/541New Contributors
Full Changelog: grpc-ecosystem/go-grpc-middleware@v1.4.0...v2.0.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.