Releases: firebase/firebase-functions
Releases · firebase/firebase-functions
v7.2.3
03 Apr 18:34
Compare
Sorry, something went wrong.
No results found
Accept BooleanParams in CallableOptions (#1854 )
rotate the npmrc key to robot account (#1857 )
v7.2.2
17 Mar 18:40
Compare
Sorry, something went wrong.
No results found
Allow v2 auth blocking functions to use run.app or cloudfunctions.net URLs (#1831 )
v7.2.1
17 Mar 18:01
Compare
Sorry, something went wrong.
No results found
Fix issue where v1 firestore paths would not handle literals with leading or trailing slashes (#1829 )
transformed string exprssions (currenlty an internal tool) now propagate across interpolated strings (#1829 )
V7.2.0
16 Mar 22:21
Compare
Sorry, something went wrong.
No results found
All V1 configuration (e.g. pubsub topics) can be set with params. (#1820 )
String expressions can now be used in string interpolation with the expr tag. (#1820 ) E.g.
const schedule = expr `every ${ intervalParam } minutes` ;
Secret params now support a label and/or description. (#1820 )
Add support for VPC direct connect (network interfaces) (#1823 )
Realtime database events in the v2 SDK now provide auth context (#1770 )
V7.1.1
09 Mar 18:05
Compare
Sorry, something went wrong.
No results found
-Internal Docgen improvements
v7.1.0
05 Mar 18:25
Compare
Sorry, something went wrong.
No results found
v7.0.6
26 Feb 01:16
Compare
Sorry, something went wrong.
No results found
Internal improvements (#1814 )
v7.0.5
28 Jan 22:23
Compare
Sorry, something went wrong.
No results found
Fixed issue with missing dependency on graphql. (#1795 )
Internal improvements (#1800 )
v7.0.3
08 Jan 22:39
Compare
Sorry, something went wrong.
No results found
v7.0.2
16 Dec 20:59
Compare
Sorry, something went wrong.
No results found
Export param types (SecretParam, StringParam, etc.) from firebase-functions/params for type annotations. (#1789 )
Remove attemptDeadlineSeconds in v2 scheduled functions. (#1776 )
Allow JsonSecretParam in function secrets option arrays. (#1788 )