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 Aug 17, 2020
Merged
fix: update minimum gax version to 2.7.0 to fix recent protobuf errors#1085feywind merged 6 commits intogoogleapis:masterfrom
feywind merged 6 commits intogoogleapis:masterfrom
Conversation
… and commit those changes
Collaborator
Author
|
Pulling in @alexander-fenster to make sure this makes sense. |
Codecov Report
@@ 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.
|
bcoe
approved these changes
Aug 11, 2020
bcoe
approved these changes
Aug 11, 2020
bcoe
left a comment
There was a problem hiding this comment.
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
To fix recent protobuf errors based on googleapis/nodejs-pubsub#1085.
skuruppu
added a commit
to skuruppu/nodejs-spanner
that referenced
this pull request
Aug 12, 2020
To fix recent protobuf errors based on googleapis/nodejs-pubsub#1085. Fixes googleapis#1209
skuruppu
added a commit
to googleapis/nodejs-spanner
that referenced
this pull request
Aug 12, 2020
To fix recent protobuf errors based on googleapis/nodejs-pubsub#1085. Fixes #1209
This was referenced Aug 18, 2020
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
To fix recent protobuf errors based on googleapis/nodejs-pubsub#1085. Fixes #1209
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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