Skip to content

chore(all): update module github.com/grpc-ecosystem/go-grpc-middleware to v2 - abandoned - #756

Merged
kraney merged 9 commits into
openconfig:mainfrom
renovate-bot:renovate/major-deps
Sep 14, 2026
Merged

kraney merged 9 commits into
openconfig:mainfrom
renovate-bot:renovate/major-deps

Conversation

@renovate-bot

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0v2.3.3 age confidence

Release Notes

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

v2.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/go-grpc-middleware@v2.3.2...v2.3.3

v2.3.2

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/go-grpc-middleware@v2.3.1...v2.3.2

v2.3.1

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/go-grpc-middleware@v2.3.0...v2.3.1

v2.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/go-grpc-middleware@v2.2.0...v2.3.0

v2.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/go-grpc-middleware@v2.1.0...v2.2.0

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: (UTC)

  • Branch creation
    • Monday through Friday (* * * * 1-5)
  • 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.

@forking-renovate

Copy link
Copy Markdown

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.

@bstoll

bstoll commented Aug 25, 2026

Copy link
Copy Markdown
Contributor

This change was previously merged then reverted because these packages are not the same thing:

github.com/grpc-ecosystem/go-grpc-middleware v1.4.0
github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3

The code needs to be updated to use the v2 libs.

@renovate-bot renovate-bot changed the title chore(all): update module github.com/grpc-ecosystem/go-grpc-middleware to v2 chore(all): update module github.com/grpc-ecosystem/go-grpc-middleware to v2 - abandoned Aug 29, 2026
@forking-renovate

Copy link
Copy Markdown

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

1. Dependency Upgrade (go.mod):
    * Replaced github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 with github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.3.3.
2. Middleware API Migration (meshnet.go):
    * Switched import to "github.com/grpc-ecosystem/go-grpc-middleware/v2/interceptors/logging".
    * Added an meshnet.go:166-188 adapter to map logrus logging to the v2 logging.Logger / logging.LoggerFunc interface.
    * Replaced glogrus.ReplaceGrpcLogger with standard meshnet.go:190-196 using grpclog.SetLoggerV2.
    * Updated meshnet.go:198-210 to use standard grpc.ChainUnaryInterceptor and grpc.ChainStreamInterceptor with logging.UnaryServerInterceptor / logging.
    StreamServerInterceptor.
3. Unit Testing (meshnet_test.go):
    * Added unit test coverage for meshnet_test.go:11-18, meshnet_test.go:20-77, and meshnet_test.go:79-82.
@kraney

kraney commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

/gcbrun

@kraney
kraney merged commit 18e2356 into openconfig:main Sep 14, 2026
14 checks passed
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.

3 participants