Skip to content
This repository has been archived by the owner on May 15, 2019. It is now read-only.

Releases: googlearchive/cloud-functions-emulator

1.0.0-beta.6

17 Apr 00:01
Compare
Choose a tag to compare
1.0.0-beta.6 Pre-release
Pre-release

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

01 Aug 21:36
Compare
Choose a tag to compare
1.0.0-beta.5 Pre-release
Pre-release
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

06 Mar 22:51
6dbd883
Compare
Choose a tag to compare
1.0.0-beta.4 Pre-release
Pre-release
1.0.0-beta.4 - 06 March 2018
Bug fixes
  • #191 - allow for nested functions from firebase

1.0.0-beta.3

23 Feb 22:59
245f66d
Compare
Choose a tag to compare
1.0.0-beta.3 Pre-release
Pre-release
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

21 Feb 17:20
54ce914
Compare
Choose a tag to compare
1.0.0-beta.2 Pre-release
Pre-release
1.0.0-beta.2 - 20 February 2017
Other
  • Updated dependencies

1.0.0-beta.1

21 Feb 05:30
04ec0b0
Compare
Choose a tag to compare
1.0.0-beta.1 Pre-release
Pre-release
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

16 Jun 17:41
0a7ee94
Compare
Choose a tag to compare
1.0.0-alpha.21 Pre-release
Pre-release
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

07 Jun 20:20
8b11cda
Compare
Choose a tag to compare
1.0.0-alpha.20 Pre-release
Pre-release
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

11 May 19:10
9378ccd
Compare
Choose a tag to compare
1.0.0-alpha.19 Pre-release
Pre-release
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

11 May 19:10
3bd63cd
Compare
Choose a tag to compare
1.0.0-alpha.18 Pre-release
Pre-release
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