Releases: firebase/firebase-functions
Releases · firebase/firebase-functions
v3.16.0
- GCS Enhancement
- Add option to allow callable functions to ignore invalid App Check tokens
- Add firebase-admin v10 as an allowed peer dependency
- Fix bug where onCall handler failed to encode returned value with functions
v3.15.7
- Adjust acceptable runtime options values
v3.15.6
- Add missing type annotations
v3.15.5
- Make the minInstances feature public.
v3.15.4
- Fix bug where the arg of https onCall functions sometimes deviates from the documented format.
v3.15.3
- (temporarly) adds the previously accessible "lib/providers" files as exports. These will be yanked in the next major release.
- Fixes a bug where functions.https.HttpsError could not be constructed
v3.15.2
- Fix an error that broke
firebase emulators:start
on older CLIs
v3.15.1
- Fix bug that broke the functions emulator
v3.15.0
- Adds options to set access control on HTTP triggered functions.
- Adds new regions to support list (asia-east1, asia-southeast1).
- Adds support for setting user labels on functions via
runWith()
. - Adds support for FIREBASE_CONFIG env as the name of a JSON file
- Fixes an issue where objects that define
toJSON
could not be logged successfully (#907). - Formalize module exports. Loggers can now be accessed at 'firebase-functions/logger' and 'firebase-functions/logger/compat'
- Fixes an issue where Remote Config could not be emulated in Windows machines on the classic Command Prompt.
v3.14.1
- Fixes a bug where typescript would fail to compile with old (but supported) versions of firebase-admin
- Replaces 3.13.3 which was an inappropriately numbered version