Releases: firebase/firebase-functions
Releases · firebase/firebase-functions
v3.24.1
- Fix reference docs for performance monitoring.
- Fix bug where function configuration wil null values couldn't be deployed. (#1246)
v3.24.0
- Add performance monitoring triggers to v2 alerts (#1223).
v3.23.0
- Fixes a bug that disallowed setting customClaims and/or sessionClaims in blocking functions (#1199).
- Add v2 Schedule Triggers (#1177).
v3.22.0
- Adds RTDB Triggers for v2 functions (#1127)
- Adds support for Firebase Admin SDK v11 (#1151)
- Fixes bug where emulated task queue function required auth header (#1154)
v3.21.2
- Fixes bug where
toJSON
was not defined in UserRecord
(#1125).
v3.21.1
- Add debug feature to enable cors option for v2 onRequest and onCall handlers. (#1099)
v3.21.0
- Adds CPU option and enhances internal data structures (#1077)
- Add auth blocking handlers (#1080)
- Add support for secrets in v2 (#1079)
- Update types for AlertPayloads (#1087)
- Update AppDistribution
[@type]
(#1088)
- Update CloudEvent types (#1089)
- Generate documentation with api-extractor (#1071)
- Change type info to be inheritance friendly. (#1091)
- Changes the memory options from MB to MiB and GB to GiB for greater clarity (#1090)
v3.20.1
- Improve authorization for tasks. (#1073)
v3.20.0
- Changes internal structure to be more flexible (#1070).
v3.19.0
- Add support for more regions and memory for v2 functions (#1037).
- Fixes bug where some RTDB instance names were incorrectly parsed (#1056).