-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Bump io.grpc deps from 1.68.2 to 1.75.0 #19495
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
Conversation
Signed-off-by: Craig Perkins <[email protected]>
Signed-off-by: Craig Perkins <[email protected]>
|
Just adding a note that client application libraries will still be on the previous version 1.68.2. According to this doc there shouldn't be any compatibility issues with these clients and in fact gRPC should be wire compatible across major versions. Gave it a quick test with a python script on grpc 1.68.2 with no issue: LGTM. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #19495 +/- ##
============================================
- Coverage 72.99% 72.95% -0.05%
+ Complexity 70416 70356 -60
============================================
Files 5708 5708
Lines 322492 322502 +10
Branches 46704 46705 +1
============================================
- Hits 235412 235268 -144
- Misses 68161 68287 +126
- Partials 18919 18947 +28 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Tried out the same request with published java libraries also with no issue. Test code: build.gradle versions: |
|
The backport to To backport manually, run these commands in your terminal: # Navigate to the root of your repository
cd $(git rev-parse --show-toplevel)
# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/OpenSearch/backport-2.19 2.19
# Navigate to the new working tree
pushd ../.worktrees/OpenSearch/backport-2.19
# Create a new branch
git switch --create backport/backport-19495-to-2.19
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 99f3189b55a1eff8988f4598ab088cff95af1d20
# Push it to GitHub
git push --set-upstream origin backport/backport-19495-to-2.19
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/OpenSearch/backport-2.19Then, create a pull request where the |
* Bump io.grpc deps from 1.68.2 to 1.75.0 Signed-off-by: Craig Perkins <[email protected]> * Add CHANGELOG entry Signed-off-by: Craig Perkins <[email protected]> --------- Signed-off-by: Craig Perkins <[email protected]> (cherry picked from commit 99f3189)
(cherry picked from commit 99f3189) Signed-off-by: Craig Perkins <[email protected]> Co-authored-by: Craig Perkins <[email protected]>
…pensearch-project#19602) (cherry picked from commit 99f3189) Signed-off-by: Craig Perkins <[email protected]> Co-authored-by: Craig Perkins <[email protected]>
* Bump io.grpc deps from 1.68.2 to 1.75.0 Signed-off-by: Craig Perkins <[email protected]> * Add CHANGELOG entry Signed-off-by: Craig Perkins <[email protected]> --------- Signed-off-by: Craig Perkins <[email protected]>
Description
Bump io.grpc deps from 1.68.2 to 1.75.0
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.