-
Add types to command arguments to avoid deprecation warnings (#25)
Dave Nicolson
-
Properly close Rack response body (#26)
Zac Bristow
-
Spawn commands correctly on Windows (#29)
Shalvah
-
Add missing stringio requirement (#31)
Hirohisa Mitsuishi
-
Add user flag to docker option (#32)
Hirohisa Mitsuishi
-
Improved error handling for Docker processes (#20 and #21)
Shalvah
-
Upgrade dependencies
-
Add a dockerImage config option to override the docker image to be used for compiling gems (defaults to the lambci ruby images) (#17)
Benjamin Curtis
-
Cache the bundle that is created by docker to avoid recompiling gems (#17)
Benjamin Curtis
-
Handle empty
API_GATEWAY_BASE_PATH
(#14)Joel Van Horn
- Upgrade dependencies
- Support
configPath
option when invokingsls rack serve
(#5)
- Upgrade dependencies
-
Remove
BUNDLED WITH
from Gemfile to allow using different version of Bundler from the one provided by AWS Lambda (#3) -
Add
configPath
option for setting path toconfig.ru
(#4)Yousaf Nabi
- Support additional bundler arguments to be passed when using docker (#2)
- Support multi-value query string parameters
- Support multi-value headers in request and response
- Feature parity with
serverless-wsgi
.
- Initial release.