Skip to content

Commit 0921c78

Browse files
committedMar 20, 2020
[firebase-release] Removed change log and reset repo after 3.5.0 release
1 parent 1ed7345 commit 0921c78

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed
 

‎CHANGELOG.md

-11
Original file line numberDiff line numberDiff line change
@@ -1,11 +0,0 @@
1-
- Adds support for defining max number of instances for a function. Example:
2-
3-
```
4-
functions.runWith({
5-
maxInstances: 10
6-
}).https.onRequest(...);
7-
```
8-
9-
Learn more about max instances in the [Google Cloud documentation.](https://cloud.google.com/functions/docs/max-instances)
10-
11-
- Fixes TypeScript build error when `package-lock.json` is present by updating dependencies (Issue #637).

0 commit comments

Comments
 (0)
Please sign in to comment.