Skip to content

v3.5.0

Compare
Choose a tag to compare
@google-oss-bot google-oss-bot released this 20 Mar 18:18
· 468 commits to master since this release
  • Adds support for defining max number of instances for a function. Example:

    functions.runWith({
      maxInstances: 10
    }).https.onRequest(...);
    

    Learn more about max instances in the Google Cloud documentation.

  • Fixes TypeScript build error when package-lock.json is present by updating dependencies (Issue #637).