Skip to content

Releases: firebase/firebase-functions

v3.21.1

11 May 21:39
Compare
Choose a tag to compare
  • Add debug feature to enable cors option for v2 onRequest and onCall handlers. (#1099)

v3.21.0

05 May 20:01
Compare
Choose a tag to compare
  • 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

14 Apr 17:56
Compare
Choose a tag to compare
  • Improve authorization for tasks. (#1073)

v3.20.0

04 Apr 20:57
Compare
Choose a tag to compare
  • Changes internal structure to be more flexible (#1070).

v3.19.0

16 Mar 18:16
Compare
Choose a tag to compare
  • Add support for more regions and memory for v2 functions (#1037).
  • Fixes bug where some RTDB instance names were incorrectly parsed (#1056).

v3.18.1

18 Feb 18:23
Compare
Choose a tag to compare
  • Expose stack YAML via __/functions.yaml endpoint instead (#1036).

v3.18.0

11 Feb 00:22
Compare
Choose a tag to compare
  • Add new runtime option for setting secrets.

v3.17.2

07 Feb 18:47
Compare
Choose a tag to compare
  • Fix issue where v2 TS users couldn't compile their code because of unexported types. (#1033)

v3.17.1

04 Feb 15:50
Compare
Choose a tag to compare
  • Fix issue where TS users couldn't compile their code because of unexported types. (#1032)

v3.17.0

03 Feb 22:30
Compare
Choose a tag to compare
  • Parallelizes network calls that occur when validating authorization for onCall handlers.
  • Adds new regions to V2 API
  • Fixes bug where the emulator crashed when given app without an options property.
  • Adds new alerting providers