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-alpha.7
1.0.0-alpha.7 - 05 March 2017
Breaking changes
- #35, #44 - Re-architect to process per function, allowing simulation of "warm" functions
- #43 - Improve upgrade awareness of the Emulator. CLI and Emulator version can no longer mismatch.
- #31, #54 - Cleanup temporary archives
Backwards compatible changes
- #52 - Display on default console window in Mac is difficult to read
Bug fixes
1.0.0-alpha.2
1.0.0-alpha.1
1.0.0-alpha.1 - 01 February 2017
Breaking changes
- This release includes a complete rewrite of the entire Emulator.
- Documentation for the new release can be found at https://github.com/GoogleCloudPlatform/cloud-functions-emulator/wiki
- If you have trouble upgrading, delete the following folder:
- OSX/Linux -
/Users/YOUR_USERNAME/.config/configstore/@google-cloud/functions-emulator
- Windows -
C:\Users\YOUR_USERNAME\.config\configstore\@google-cloud\functions-emulator
- OSX/Linux -
0.4.0
0.4.0 - 05 December 2016
Breaking changes
- The emulator now requires Node.js v6.9.1 so as to match the production Google Cloud Functions environment.
functions call
- Switched position ofmodulePath
andfunctionName
arguments for consistency with other commands.- Moved the config file from
config.js
to aconfig.json
file in the user's home directory.
Backwards compatible changes
- Added
functions config list
andfunctions config set
commands.
Other
- Refactored the tests to exercise the CLI itself.
- Lots of architectural changes in the code for better maintainability, testability, and extensibility.