Releases: dherault/serverless-offline
Releases · dherault/serverless-offline
v3.13.3
Bugfixes
- Add support to forbidden access if you deny on custom rule. #228
v3.13.2
Bugfixes
- Fix bug on JavaHelpers for Velocity parsing. #227
v3.13.0
New features
- Added support for Node 6.10 runtime. #221
v3.12.0
New features
- Options for te plugin can now be set directly in your serverless.yml file. #219
v3.11.0
New features
- Default timeout is now 30s. #208
- Added default identitySource when authorizer is an object. #215
Bugfixes
- Better environment variables support. #216
- Fixed body string when using lambda proxy. #214
v3.10.2
Bugfixes
- resourcePath and httpMethod are now included in event.requestContext. #210
v3.10.1
Bugfixes
- Fixed server halting. #206
v3.10.0
New features
- Added
--exec
option to execute shell commands in server scope. #203