Bumps@grpc/grpc-js to 1.8.22 and updates ancestor dependencyfirebase-tools. These dependencies need to be updated together.
Updates@grpc/grpc-js from 1.8.14 to 1.8.22
Release notes
Sourced from@grpc/grpc-js's releases.
@grpc/grpc-js 1.8.22
- Avoid buffering significantly more than
grpc.max_receive_message_size per received message.
@grpc/grpc-js@1.8.21
- Fix propagation of UNIMPLEMENTED error messages (#2528)
@grpc/grpc-js 1.8.20
- Fix a crash when the channel option
grpc.keepalive_permit_without_calls is set (#2519)
@grpc/grpc-js 1.8.19
- Update keepalive behavior to more correctly handle short calls and long periods of inactivity (#2513)
@grpc/grpc-js 1.8.18
- Fix reporting of call stacks in unary request errors (#2503)
- Fix reporting of proxy info in channelz socket responses (#2503)
@grpc/grpc-js 1.8.17
- Disallow
pick_first LB policy as the direct child of anoutlier_detection LB policy (#2476)
@grpc/grpc-js 1.8.16
- Fix missing
transport trace logs (#2470)
@grpc/grpc-js 1.8.15
- Fix a memory leak that could result from a specific pattern of recursive function calls (#2456)
- Ensure
status anderror events are consistently emitted asynchronously (#2456)
Commits
a8a0203 Merge pull request fromGHSA-7v5v-9h63-cj863b110cd grpc-js: Bump to 1.8.228e62222 grpc-js: Avoid buffering significantly more than max_receive_message_size per...9d83947 Merge pull request#2742 from sergiitk/backport-1.8-psm-interop-common-prod-t...00f348c Merge pull request#2729 from sergiitk/psm-interop-common-prod-tests36d105b Merge pull request#2737 from murgatroid99/backport-1.8-grpc-js_linkify-it_fix969e305 Merge pull request#2735 from murgatroid99/grpc-js_linkify-it_fixd78216f Merge pull request#2715 from sergiitk/backport-1.8-psm-interop-pkg-devf38966a Merge pull request#2712 from sergiitk/psm-interop-pkg-devffefff2 Merge pull request#2640 from XuanWang-Amos/backport-1.8-psm-interop-shared-b...- Additional commits viewable incompare view
Updatesfirebase-tools from 9.21.0 to 12.9.1
Release notes
Sourced fromfirebase-tools's releases.
v12.9.1
- Fixes issue where initializing Hosting fails when selecting a project. (#6527)
v12.9.0
- Revert enabling preferRest by default to avoid performance degradations for some users (#6520).
- Fix blocking functions in the emulator when using multiple codebases (#6504).
- Add force flag call-out for bypassing prompts (#6506).
- Fixed an issue where the functions emulator did not respect the
--log-verbosity flag (#2859). - Add the ability to look for the default Hosting site via Hosting's API.
- Add logic to create a Hosting site when one is not available in a project.
- Add checks for the default Hosting site when one is assumed to exist.
v12.8.1
- Fixed 2 bugs (unintended database mode changes and disabling of PITR or delete-protection) when updating Firestore databases (#6478)
v12.8.0
- EnablepreferRest option by default for Firestore functions. (#6147)
- Fixed a bug where re-deploying 2nd Gen Firestore function failed after updating secrets. (#6456)
- Fixed a bug where similarly-named Hosting channels would cause issues when updating authorized domains. (#6356)
v12.7.0
- Fix type mismatch for parametrized function region. (#6205)
- Ignore
FIRESTORE_EMULATOR_HOST environment variable on functions deploy. (#6442) - Added support for enabling, disabling, and displaying Point In Time Recovery enablement state on Firestore databases (#6388)
- Added a
--verbosity flag toemulators:* commands that limits what logs are printed (#2859) - Fixed an issue where params would not be resolved when used to set VPC connector during functions deployment (#6327)
v12.6.2
- Fixed an issue with deploying multilevel grouped functions containing v2 functions. (#6419)
- Fixed an issue where functions deployment required a new permission.
v12.6.1
- Fixed an issue where the functions service account option was not treated as a param (#6389).
- Fixed an issue with deploying function groups containing v2 functions. (#6408)
- Use GetDefaultBucket endpoint to fetch Storage Default Bucket.
v12.6.0
- Improve performance and reliability when deploying multiple 2nd gen functions using single builds. (#6376)
- Fixed an issue where
emulators:export did not check if the target folder is empty. (#6313) - Fixed an issue where retry could not be set for event triggered functions. (#6391)
- Fixed "Could not find the next executable" on Next.js deployments (#6372)
- Fixed issues caused by breaking changes in Next >=v13.5.0. (#6382)
v12.5.4
- Released Firestore emulator v1.18.2.
- Removed nano precision in timestamp used in Firestore emulator (#5893)
- Fixed a bug where query behaves differently from production.
- Fixed an issue where very long command outputs would be cut off. (#3286)
v12.5.3
... (truncated)
Commits
e400a63 12.9.16e52869 fix issues where project ID was missing in Hosting setup (#6528)3b345d5 [firebase-release] Removed change log and reset repo after 12.9.0 release05ab89e 12.9.011d6946 Revert "Enable preferRest option by default for Firestore functions" (#6520)61523b9 adds a check for a hosting site to exist in hosting init (#6493)aeb2901 Ensure functionsEmulator respects logVerbosity (#6521)ea58114 Add force flag call-out for bypassing prompts (#6506)55d3584 Fix blocking functions in the emulator when using multiple codebases (#6504)5bca9b5 Svn main 001 rem (#6492)- Additional commits viewable incompare view
You can trigger a rebase of this PR by commenting@dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase will rebase this PR@dependabot recreate will recreate this PR, overwriting any edits that have been made to it@dependabot merge will merge this PR after your CI passes on it@dependabot squash and merge will squash and merge this PR after your CI passes on it@dependabot cancel merge will cancel a previously requested merge and block automerging@dependabot reopen will reopen this PR if it is closed@dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency@dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from theSecurity Alerts page.
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
Uh oh!
There was an error while loading.Please reload this page.
Bumps@grpc/grpc-js to 1.8.22 and updates ancestor dependencyfirebase-tools. These dependencies need to be updated together.
Updates
@grpc/grpc-jsfrom 1.8.14 to 1.8.22Release notes
Sourced from
@grpc/grpc-js's releases.Commits
a8a0203Merge pull request fromGHSA-7v5v-9h63-cj863b110cdgrpc-js: Bump to 1.8.228e62222grpc-js: Avoid buffering significantly more than max_receive_message_size per...9d83947Merge pull request#2742 from sergiitk/backport-1.8-psm-interop-common-prod-t...00f348cMerge pull request#2729 from sergiitk/psm-interop-common-prod-tests36d105bMerge pull request#2737 from murgatroid99/backport-1.8-grpc-js_linkify-it_fix969e305Merge pull request#2735 from murgatroid99/grpc-js_linkify-it_fixd78216fMerge pull request#2715 from sergiitk/backport-1.8-psm-interop-pkg-devf38966aMerge pull request#2712 from sergiitk/psm-interop-pkg-devffefff2Merge pull request#2640 from XuanWang-Amos/backport-1.8-psm-interop-shared-b...Updates
firebase-toolsfrom 9.21.0 to 12.9.1Release notes
Sourced fromfirebase-tools's releases.
... (truncated)
Commits
e400a6312.9.16e52869fix issues where project ID was missing in Hosting setup (#6528)3b345d5[firebase-release] Removed change log and reset repo after 12.9.0 release05ab89e12.9.011d6946Revert "Enable preferRest option by default for Firestore functions" (#6520)61523b9adds a check for a hosting site to exist in hosting init (#6493)aeb2901Ensure functionsEmulator respects logVerbosity (#6521)ea58114Add force flag call-out for bypassing prompts (#6506)55d3584Fix blocking functions in the emulator when using multiple codebases (#6504)5bca9b5Svn main 001 rem (#6492)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from theSecurity Alerts page.