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

fix: update minimum gax version to 2.7.0 to fix recent protobuf errors #1085

Merged
merged 6 commits into from
Aug 17, 2020

Conversation

feywind
Copy link
Collaborator

@feywind feywind commented Aug 10, 2020

If a user has an old version of gax installed and then updates Pub/Sub (specifically 2.4.0 after a synthtool update), it will cause object resolution failures, and possibly other problems. This bumps the minimum gax version to the latest release to take care of that mismatch.

Fixes: #1082

@feywind feywind requested review from a team as code owners August 10, 2020 22:42
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Aug 10, 2020
@feywind
Copy link
Collaborator Author

feywind commented Aug 10, 2020

Pulling in @alexander-fenster to make sure this makes sense.

@codecov
Copy link

codecov bot commented Aug 10, 2020

Codecov Report

Merging #1085 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1085   +/-   ##
=======================================
  Coverage   97.78%   97.78%           
=======================================
  Files          25       25           
  Lines       11067    11067           
  Branches      546      575   +29     
=======================================
  Hits        10822    10822           
  Misses        241      241           
  Partials        4        4           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c693830...4667f6c. Read the comment docs.

Copy link
Contributor

@bcoe bcoe left a comment

Choose a reason for hiding this comment

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

This seems right to me, I agree that getting @alexander-fenster's feedback would be good, let's not break folks twice.

skuruppu added a commit to skuruppu/nodejs-spanner that referenced this pull request Aug 12, 2020
skuruppu added a commit to skuruppu/nodejs-spanner that referenced this pull request Aug 12, 2020
skuruppu added a commit to googleapis/nodejs-spanner that referenced this pull request Aug 12, 2020
@feywind feywind merged commit 904348c into googleapis:master Aug 17, 2020
@feywind feywind deleted the update-gax-270 branch August 17, 2020 22:27
gcf-owl-bot bot added a commit that referenced this pull request Jan 13, 2022
Source-Link: googleapis/synthtool@4dfd20a
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:2d850512335d7adca3a4b08e02f8e63192978aea88c042dacb3e382aa996ae7c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"TypeError: Cannot read property 'Reader' of undefined" after upgrading to 2.4.0
2 participants