Skip to content

Releases: firebase/firebase-functions

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.

v3.15.3

13 Aug 19:03
Compare
Choose a tag to compare
  • (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

12 Aug 19:54
Compare
Choose a tag to compare
  • Fix an error that broke firebase emulators:start on older CLIs