Skip to content
This repository was archived by the owner on Mar 17, 2026. It is now read-only.

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

Merged
feywind merged 6 commits intogoogleapis:masterfrom
feywind:update-gax-270
Aug 17, 2020
Merged

fix: update minimum gax version to 2.7.0 to fix recent protobuf errors#1085
feywind merged 6 commits intogoogleapis:masterfrom
feywind:update-gax-270

Conversation

@feywind
Copy link
Copy Markdown
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 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
Copy Markdown
Collaborator Author

feywind commented Aug 10, 2020

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

@codecov
Copy link
Copy Markdown

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
Copy Markdown

@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
feywind pushed a commit to feywind/nodejs-pubsub that referenced this pull request Nov 12, 2024
feywind pushed a commit to feywind/nodejs-pubsub that referenced this pull request Nov 12, 2024
sofisl pushed a commit to googleapis/google-cloud-node that referenced this pull request Feb 26, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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