-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix(deps): update dependency firebase-functions to v4 - abandoned #47
base: master
Are you sure you want to change the base?
Conversation
Images automagically compressed by Calibre's image-actions ✨ Compression reduced images by 61.7%, saving 9.96 MB.
49 images did not require optimisation. |
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
Autoclosing SkippedThis PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error. |
This PR contains the following updates:
^3.24.1
->^4.4.1
Release Notes
firebase/firebase-functions (firebase-functions)
v4.4.1
Compare Source
v4.4.0
Compare Source
consumeAppCheckToken
option for callable functions (#1374)v4.3.1
Compare Source
v4.3.0
Compare Source
v4.2.1
Compare Source
v4.2.0
Compare Source
v4.1.1
Compare Source
v4.1.0
Compare Source
v4.0.2
Compare Source
defineSecret()
, were missing a.value()
method (#1281)\_\_trigger
(#1274)v4.0.1
Compare Source
Correct the function BooleanExpression#then to BooleanExpression#thenElse (#1268)
v4.0.0
Compare Source
Breaking Changes
allowInvalidAppCheckToken
option. Instead useenforceAppCheck
.functions.handler
namespace.DataSnapshot
passed to the Firebase Realtime Database trigger nowmatches the
DataSnapshot
returned by the Admin SDK, with null valuesremoved.
__trigger
object on function handlers.apps
library and removedlodash
as a runtime dependency.preserveExternalChanges
to keep existing behavior. See docs for more info.Enhancements
functions.logger
package in v2 functionsare now annotated with each request's trace ID, making it easy to correlate
log entries with the incoming request. Trace IDs are especially useful for
cases where 2nd gen's concurrency feature permits a function
to handle multiple requests at any given time. See
Correlate log entries to learn more.
functions.logger.error
now always outputs an error object and is included in Google Cloud Error Reporting.info
todebug
level.Configuration
📅 Schedule: Branch creation - "after 6am and before 10am on monday" (UTC), Automerge - 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 Mend Renovate. View repository job log here.