-
Notifications
You must be signed in to change notification settings - Fork 971
Firestore: Bump the version of webchannel-wrapper so that it gets released #7311
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
Merged
hsubox76
merged 2 commits into
master
from
dconeybe/LongPollingTimeoutWebchannelWrapperReleaseFix
May 22, 2023
Merged
Firestore: Bump the version of webchannel-wrapper so that it gets released #7311
hsubox76
merged 2 commits into
master
from
dconeybe/LongPollingTimeoutWebchannelWrapperReleaseFix
May 22, 2023
Conversation
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
…ith the upgraded version of google-closure-library needed for the new `experimentalLongPollingOptions.timeoutSeconds` setting.
🦋 Changeset detectedLatest commit: b0c205a The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Size Report 1Affected ProductsNo changes between base commit (8421ba1) and merge commit (e141898).Test Logs |
Size Analysis Report 1Affected ProductsNo changes between base commit (8421ba1) and merge commit (e141898).Test Logs |
dwyfrequency
approved these changes
May 22, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
In #7176 the new Firestore setting
experimentalLongPollingOptions.timeoutSeconds
was implemented; however, that PR forgot to mark@firestore/webchannel-wrapper
as needing a new release and, therefore, the upgraded google-closure-library dependency was not picked up in the v9.22.0 release. As a result, settingexperimentalLongPollingOptions.timeoutSeconds
in that version has no effect. This PR bumps the version of webchannel-wrapper so it will get released with the upgraded google-closure-library dependency that implements the long polling timeout feature.Fixes: #6987