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

1.0.0-alpha.17

Pre-release
Pre-release

Choose a tag to compare

@jmdobry jmdobry released this 05 May 05:49
· 92 commits to master since this release
1.0.0-alpha.17 - 04 May 2017
Breaking changes
  • #92 - Switch to host and bindHost options, by @kpruden
    • Fixes #91 (Support connecting to an emulator behind a NAT)
Backwards compatible changes
  • #89 - Refactor how the logs work, by @laurenlong
    • Added a --tail option to functions start. If true, functions start
      will not exit right away. Instead the Emulator's logs will be streamed to
      the terminal. Pressing Ctrl+C would stop the Emulator.
Bug fixes
  • #90 - JSON payload not being parsed correctly on Windows Shell
  • #97 - Improve --stage-bucket support
Other
  • Upgraded dependencies