Skip to content

Latest commit

 

History

History
81 lines (54 loc) · 2.53 KB

CHANGELOG.md

File metadata and controls

81 lines (54 loc) · 2.53 KB

Changelog

(unreleased)

Changes

  • Remove maxLambdaSize mentions and default config (#14).

(2018-11-23)

Bug Fixes

  • Don't follow redirects when proxying requests (#12).

(2018-11-23)

Changes

  • Pipe stdout / stderr from the spawned child process so that it appears in now logs (#7).

Bug Fixes

  • Added a new analyze step to avoid stale builds.
  • Fixed a bug where the configuration options defaulted to "undefined" if not supplied (#9).

(2018-11-22)

Bug fixes

  • Preserve HTTP Host information when proxying requests (#4).

(2018-11-22)

Changes

(2018-11-21)

New features

  • Allow a timeout configuration option to specify how long the launcher should wait for the server to start (#1). Defaults to 50 milliseconds.

Changes

  • Rewrite the launcher in Golang for faster startup and native Lambda support (#1).

(2018-11-19)

Changes

(2018-11-10)

  • Initial version.