Update dependency firebase-functions to v3.14.1 #18
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.
This PR contains the following updates:
3.6.1
->3.14.1
Release Notes
firebase/firebase-functions
v3.14.1
Compare Source
v3.14.0
Compare Source
v3.13.3
Compare Source
v3.13.2
Compare Source
v3.13.1
Compare Source
availableMemoryMb
set to4GB
.functions.logger.log
crashes function if circular dependencies are passed inv3.13.0
Compare Source
serviceAccount
option toruntimeOptions
to specify which service account Cloud Function should use at runtime. For example:Requires [email protected] or later. Thanks @egor-miasnikov!
highlight.js
to10.4.1
to fix a vulnerability.v3.12.0
Compare Source
4GB
as amemory
option forrunWith()
.ingressSettings
viarunWith()
.v3.11.0
Compare Source
vpcConnector
andvpcConnectorEgressSettings
fields infunctions.runWith()
. Must be used in conjunction with firebase-tools v8.9.0 or higher. Thanks @pcboy! (#752)v3.10.0
Compare Source
v3.9.1
Compare Source
firebase-admin
dependency to support^9.0.0
in addition to^8.0.0
. Note thatfirebase-admin
no longer supports Node.js 8.x as of9.0.0
.https.onCall()
functions.v3.9.0
Compare Source
asia-northeast3
,asia-south1
, andasia-southeast2
.https.onRequest
to allow for promises (async functions).v3.8.0
Compare Source
null
. (#716)us-west2
us-west3
us-west4
europe-west6
asia-northeast2
northamerica-northeast1
southamerica-east1
australia-southeast1
snap.ref
in database functions did not work when using the Emulator Suite (#726)v3.7.0
Compare Source
Adds
functions.logger
SDK to enable structured logging in the Node.js 10 runtime. For example:Adds a special require that mimics Node.js 8 runtime logging in Node.js 10 and later runtimes:
In newer runtimes, requiring this will emit text logs with multi-line support and appropriate severity. In the Node.js 8 runtime, the
compat
module has no effect.Fixes
https.onRequest
type signature to allow Promises forasync
functions.v3.6.2
Compare Source
@types/express
version to 4.17.3 to fix type definition issue (Issue #685).QueryDocumentSnapshot
instead ofDocumentSnapshot
, which guarantees that data is not undefined (Issue #659).DataSnapshot.forEach
toboolean | void
matchfirebase-admin
SDK.Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.