-
Notifications
You must be signed in to change notification settings - Fork 772
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
Bumped grpc and protobuf packages #2963
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2963 +/- ##
==========================================
- Coverage 84.10% 84.09% -0.01%
==========================================
Files 255 255
Lines 9063 9062 -1
==========================================
- Hits 7622 7621 -1
Misses 1441 1441
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you update changelog.md for OTLP exporters as this is bumping minimum required version of Grpc?
I am on PTO until next week but I can when I am back if someone hasn't beat me to it. |
There is a possibility of doing another release shortly to address some OTLP issues. Will merge this for now to catch that train. Please add a changelog entry when you are back - If we do a release before you get to it, I will put one before the release. Thanks for your 1st contribution :) |
@cijothomas I'm back, does a changelog entry still need made? |
Yes please! Thanks for prompt follow ups. |
@cijothomas Do I need to make a new branch and PR for the changelog update? |
Yes a new PR just with the changelog entry. |
Fixes #2962
Changes
Updated
Google.Protobuf
,Grpc.AspNetCore
,Grpc.AspNetCore.Server
,Grpc.Tools
,Grpc
, andGrpc.Net.Client
package versions to latest versionsTested by building and running unit tests.