Skip to content
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

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 16, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 -> v2.1.0 age adoption passing confidence

Release Notes

grpc-ecosystem/go-grpc-middleware (github.com/grpc-ecosystem/go-grpc-middleware)

v2.1.0

Compare Source

What's Changed

New 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

New 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner April 16, 2024 05:37
@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-go-grpc-middleware-2.x branch from 3a91b49 to 08ef53f Compare April 16, 2024 07:02
@apricote
Copy link
Member

Looks like we need to do some manual migration. The v2 added a new structure and now includes the logger & prometheus interceptors.

@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-go-grpc-middleware-2.x branch from 08ef53f to 94835d6 Compare May 2, 2024 12:33
Copy link

codecov bot commented May 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 34.05%. Comparing base (47ec622) to head (60dcda3).

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.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-go-grpc-middleware-2.x branch from 94835d6 to dd4be75 Compare May 9, 2024 09:50
@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-go-grpc-middleware-2.x branch from dd4be75 to f2964d7 Compare June 4, 2024 10:46
@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-go-grpc-middleware-2.x branch from f2964d7 to 27a3159 Compare June 17, 2024 13:56
@renovate renovate bot changed the title deps: update module github.com/grpc-ecosystem/go-grpc-middleware to v2 fix(deps): update module github.com/grpc-ecosystem/go-grpc-middleware to v2 Jun 20, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/grpc-ecosystem/go-grpc-middleware to v2 deps: update module github.com/grpc-ecosystem/go-grpc-middleware to v2 Jun 21, 2024
@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-go-grpc-middleware-2.x branch from 27a3159 to 0384bfb Compare June 24, 2024 15:36
@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-go-grpc-middleware-2.x branch 2 times, most recently from 660bbf5 to 60dcda3 Compare July 19, 2024 18:22
@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-go-grpc-middleware-2.x branch from 60dcda3 to 64b7f06 Compare August 7, 2024 08:53
@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-go-grpc-middleware-2.x branch from 64b7f06 to f1457ec Compare September 11, 2024 15:55
@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-go-grpc-middleware-2.x branch from f1457ec to 532e7ef Compare October 4, 2024 07:05
go.mod Outdated Show resolved Hide resolved
@renovate renovate bot force-pushed the renovate/github.com-grpc-ecosystem-go-grpc-middleware-2.x branch from 532e7ef to 65105ee Compare October 4, 2024 12:50
lukasmetzner added 2 commits October 4, 2024 14:51
- 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
Copy link
Contributor Author

renovate bot commented Oct 4, 2024

Edited/Blocked Notification

Renovate 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.

⚠️ Warning: custom changes will be lost.

@lukasmetzner lukasmetzner self-assigned this Oct 4, 2024
@lukasmetzner lukasmetzner merged commit daa2d27 into main Oct 7, 2024
8 checks passed
@lukasmetzner lukasmetzner deleted the renovate/github.com-grpc-ecosystem-go-grpc-middleware-2.x branch October 7, 2024 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants