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-alpha.7

05 Mar 08:00
343ccf3
Compare
Choose a tag to compare
1.0.0-alpha.7 Pre-release
Pre-release
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
  • #46 (again) - Inconsistent behaviour for parsing path and path params
  • #53 - HTTP Function hangs when debugging
  • #56 - Deployments are slow
  • #60 - GCP_PROJECT environment variable not set

1.0.0-alpha.2

13 Feb 20:26
dbfc0a0
Compare
Choose a tag to compare
1.0.0-alpha.2 Pre-release
Pre-release
1.0.0-alpha.2 - 13 February 2017
Bug fixes
  • #32 - custom headers request headers are lost
  • #34 - functions deploy fails on Windows

1.0.0-alpha.1

01 Feb 18:02
7dbb767
Compare
Choose a tag to compare
1.0.0-alpha.1 Pre-release
Pre-release
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

0.4.0

06 Dec 18:42
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release
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 of modulePath and functionName arguments for consistency with other commands.
  • Moved the config file from config.js to a config.json file in the user's home directory.
Backwards compatible changes
  • Added functions config list and functions 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.

0.3.2

29 Nov 15:43
Compare
Choose a tag to compare
0.3.2 Pre-release
Pre-release
0.3.2 - 25 November 2016
Backwards compatible changes
  • #8, #9 - Added --file option to call command.

0.3.1

23 Nov 22:38
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release
0.3.1 - 23 November 2016

Adds checks to deploy command to ensure module path is a directory
Adds more clarity to README for deploy command