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

Update the gRPC dependency to v1.66.0 and deprecate RecvBufferPools #580

Merged
merged 6 commits into from
Aug 29, 2024

Conversation

na--
Copy link
Member

@na-- na-- commented Aug 29, 2024

What this PR does:

It updates the google.golang.org/grpc dependency to the latest stable v1.66.0 version. It also removes an experimental RecvBufferPool feature that I previously added in #510 because that was deprecated in the same version and now results in a compilation error. The good news is that it got replaced (grpc/grpc-go#7356) with something even better that's turned on by default, so we no longer need that config at all.

Checklist

  • Tests updated
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX]

Copy link
Member

@pstibrany pstibrany left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you.

@@ -41,7 +41,7 @@ jobs:
matrix:
# We want to make sure dskit can support multiple golang versions
# by ensuring the test would pass using all these supported versions.
go-version: ['1.21.x', '1.22.x']
go-version: ['1.21.x', '1.22.x', '1.23.x']
Copy link
Member

@pstibrany pstibrany Aug 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this required? If not, I'd suggest separate PR for this.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Somewhat required, Loki already uses Go 1.23. A separate PR would have been better, but I don't want to wait another 25 minutes for the CI to run 😅

go.mod Show resolved Hide resolved
@na-- na-- merged commit e455adb into main Aug 29, 2024
5 checks passed
@na-- na-- deleted the ned/update-grpc-dependency branch August 29, 2024 12:37
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