This repository has been archived by the owner on May 15, 2019. It is now read-only.
Releases: googlearchive/cloud-functions-emulator
Releases · googlearchive/cloud-functions-emulator
1.0.0-beta.6
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
1.0.0-beta.4
1.0.0-beta.3
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
1.0.0-beta.2 - 20 February 2017
Other
- Updated dependencies
1.0.0-beta.1
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 thedeploy
command. - Added support for
generateUploadUrl
.
Bug fixes
- #176 - Wrong error message
Other
- Updated dependencies
1.0.0-alpha.21
1.0.0-alpha.20
1.0.0-alpha.19
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
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