Skip to content

Conversation

@rohanshah18
Copy link
Contributor

@rohanshah18 rohanshah18 commented Sep 27, 2023

Problem

The Java SDK currently uses gRPC version 1.53.0, which has a deprecated method called attachHeaders. Since the latest release of gRPC version 1.58.0, the attachHeaders method has been removed. Therefore, users running gRPC version 1.58.0 and attempting to use this SDK will encounter an error stating that the method is not found.

Solution

Update gRPC version 1.53.0 to the latest version 1.58.0.

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update
  • Infrastructure change (CI configs, etc)
  • Non-code change (docs, etc)
  • None of the above: (explain here)

Test Plan

Ran integration tests locally for all data plane operations.

@rohanshah18 rohanshah18 marked this pull request as ready for review September 27, 2023 20:54
Copy link
Contributor

@austin-denoble austin-denoble left a comment

Choose a reason for hiding this comment

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

Looks good to me, thanks Rohan! 🚢

@rohanshah18 rohanshah18 merged commit dcd85fc into main Sep 27, 2023
@rohanshah18 rohanshah18 deleted the rohan/updategrpc branch September 27, 2023 21:26
@rohanshah18
Copy link
Contributor Author

Fixes issue#22

rohanshah18 added a commit that referenced this pull request Sep 28, 2023
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