Skip to content

Releases: firebase/firebase-functions

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

v3.16.0

28 Oct 20:27
Compare
Choose a tag to compare
  • 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

20 Sep 18:37
Compare
Choose a tag to compare
  • Adjust acceptable runtime options values

v3.15.6

15 Sep 19:31
Compare
Choose a tag to compare
  • Add missing type annotations

v3.15.5

01 Sep 20:35
Compare
Choose a tag to compare
  • Make the minInstances feature public.

v3.15.4

16 Aug 21:57
Compare
Choose a tag to compare
  • Fix bug where the arg of https onCall functions sometimes deviates from the documented format.