Cloud Functions Emulator Versions Save

A local emulator for deploying, running, and debugging Google Cloud Functions.

1.0.0-beta.6

5 years ago

Note: This release has not been published to npm

1.0.0-beta.6 - 16 April 2019

This release patches various issues with the emulator.

Thanks to @rika-t for a brief changelog.

Bug fixes
  • #287 - Update engines requirement
  • #286 - Add support for Firebase Remote Config events
  • #210 - "logs" location is not writable if node.js is installed via a package manager
  • #207 - Hot reloading does not work for subdirectories in Linux
  • #204 - Inspect fails when the supervisor is running on an unexpected port.
  • #199 - Handle missing logfiles correctly
  • There may be other resolved bugs are not mentioned in this release.
Other
  • Updated dependencies
  • Fix documents and help messages

1.0.0-beta.5

5 years ago
1.0.0-beta.5 - 01 August 2018
Bug fixes
  • #161 - The emulator behaves differently than the production version with respect to the rawBody property
  • #261 - Update Node.js version warning message
Other
  • Updated dependencies

1.0.0-beta.4

6 years ago
1.0.0-beta.4 - 06 March 2018
Bug fixes
  • #191 - allow for nested functions from firebase

1.0.0-beta.3

6 years ago
1.0.0-beta.3 - 23 February 2017
Bug fixes
  • Fixed missing promise
  • Fixed default source value in Controller#deploy
  • Fixed outdated discovery doc

1.0.0-beta.2

6 years ago
1.0.0-beta.2 - 20 February 2017
Other
  • Updated dependencies

1.0.0-beta.1

6 years ago
1.0.0-beta.1 - 20 February 2017
Breaking changes
  • Removed all support for gRPC.
Backwards compatible changes
  • Added new --event-type and --resource flags to the deploy command.
  • Added support for generateUploadUrl.
Bug fixes
  • #176 - Wrong error message
Other
  • Updated dependencies

1.0.0-alpha.21

6 years ago
1.0.0-alpha.21 - 16 June 2017
Bug fixes
  • #59 - New logs not written
  • #110 - Not working with latest stable version of node
Other
  • Upgraded dependencies

1.0.0-alpha.20

6 years ago
1.0.0-alpha.20 - 20 June 2017
Bug fixes
  • #105 - Warning probably not needed for semver minor changes
  • #108 - Call command does not appear in help text
Other
  • Upgraded dependencies

1.0.0-alpha.19

6 years ago
1.0.0-alpha.19 - 11 May 2017
Bug fixes
  • #103 - Prevent emulator from hanging from requiring user code that doesn't exit., by @laurenlong
Other
  • Upgraded dependencies

1.0.0-alpha.18

6 years ago
1.0.0-alpha.18 - 08 May 2017
Backwards compatible changes
  • Hid some annoying warning messages
  • Add ability to set more options on the Emulator child process