Skip to content

Commit 28dd25c

Browse files
authored
Changelog for v2.0.0 (#212)
1 parent c7a09d5 commit 28dd25c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
important - [breaking change] For Firestore-triggered functions, `snapshot.createTime`, `snapshot.updateTime`, `snapshot.readTime`, and any timestamp values in `snapshot.data()` are now [Firestore Timestamp](https://cloud.google.com/nodejs/docs/reference/firestore/0.15.x/Timestamp#properties) objects.
2+
feature - Support Node.js 8 runtime. To deploy your functions to Node.js 8, add `"engines": {"node": "8"}` to `functions/package.json`. You will need `firebase-tools` >=v4.0.0.
3+
feature - Support selection of regions for your functions through the `functions.region` method. Learn more in the [Firebase Documentation](https://firebase.google.com/docs/functions/locations). You will need `firebase-tools` >=v4.0.0.
4+
feature - Support configuration of timeout and memory allocation through the `functions.runWith` method. Learn more in the [Firebase Documentation](https://firebase.google.com/docs/functions/manage-functions#set_timeout_and_memory_allocation). You will need `firebase-tools` >=v4.0.0.

0 commit comments

Comments
 (0)