master (unreleased)
0.2.2 (2018-11-23)
- Preserve HTTP Host information when proxying requests (#4).
0.2.1 (2018-11-23)
- Don't run UPX on the launcher, as it increases startup time (eff3ad8). See zeit/now-builders#63 for context.
0.2.0 (2018-11-22)
- Allow a
timeout
configuration option to specify how long the launcher should wait for the server to start (#1). Defaults to 50 milliseconds.
- Rewrite the launcher in Golang for faster startup and native Lambda support (#1).
0.1.1 (2018-11-19)
- Allow to configure the maximum lambda size via
maxLambdaSize
. (67a5c62f). Defaults to 25MB.
0.1.0 (2018-11-10)
- Initial version.