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

Firestore: Bump the version of webchannel-wrapper so that it gets released #7311

Merged

Conversation

dconeybe
Copy link
Contributor

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, setting experimentalLongPollingOptions.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

…ith the upgraded version of google-closure-library needed for the new `experimentalLongPollingOptions.timeoutSeconds` setting.
@dconeybe dconeybe requested a review from a team as a code owner May 20, 2023 05:04
@dconeybe dconeybe self-assigned this May 20, 2023
@dconeybe dconeybe requested review from a team as code owners May 20, 2023 05:04
@changeset-bot
Copy link

changeset-bot bot commented May 20, 2023

🦋 Changeset detected

Latest commit: b0c205a

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages
Name Type
@firebase/webchannel-wrapper Patch
@firebase/firestore Patch
firebase Patch
@firebase/firestore-compat Patch

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

@google-oss-bot
Copy link
Contributor

google-oss-bot commented May 20, 2023

@google-oss-bot
Copy link
Contributor

google-oss-bot commented May 20, 2023

Copy link
Contributor

@dwyfrequency dwyfrequency left a comment

Choose a reason for hiding this comment

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

LGTM

@hsubox76 hsubox76 merged commit 23581c5 into master May 22, 2023
21 of 22 checks passed
@hsubox76 hsubox76 deleted the dconeybe/LongPollingTimeoutWebchannelWrapperReleaseFix branch May 22, 2023 16:57
@google-oss-bot google-oss-bot mentioned this pull request May 23, 2023
@firebase firebase locked and limited conversation to collaborators Jun 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FR: respond to long polling after 29 seconds instead of 30, or make it configurable
4 participants