Releases: dherault/serverless-offline
Releases · dherault/serverless-offline
v3.5.3
Bugfixes
- Reverted the HapiJs dependecy to a node v4.3.2-compatible version. #168
v3.5.2
Bugfixes
- Bug concerning the {proxy+} routes. #167
v3.5.1
Bugfixes
- Fix minor bug concerning status codes
v3.5.0
New features
- Support for the
ANY
method. #166
Bugfixes
- The Content-Length and Content-Type headers are now updated based on the request body. #164
v.3.4.1
Bugfixes
--location -l
option now works on authorization handlers. #157
v3.4.0
New features
--location -l
option allows you to set explicitly the folder that holds your handlers
v3.3.3
Bugfixes
- Bug concerning the HTTP OPTION method. #94, #154
v3.3.1
Bugfixes
- Bug concerning authorizers token and Serverless v1.1.0. #147
v3.3.0
New features
- [xxx] errors messages are now parsed using lambda integration. #133
- Support for simple token authentication (simple API keys). #138