Releases: dherault/serverless-offline
Releases · dherault/serverless-offline
v12.0.1
Bug Fixes
- Lambda timeout status code (#1620) (56d986b) thank you @DorianMazur
v12.0.0
Note: this release has no breaking changes, but we added experimental support for alb (application load balancer) which could potentially be breaking when using alb offline plugins, if any exist. therefore we decided to release this as semver major.
Features
- add support for ALB (#1521) (bfcc4de) thank you @bayoumymac for the initial implementation and @ihendriks for bringing it to the finish line
Maintenance Improvements
v11.6.0
v11.5.0
Features
- Add support for nodejs18.x runtime (#1616) (accefa3) thank you @webdeveric
v11.4.0
v11.3.0
v11.2.3
Bug Fixes
- prevent overwriting host.docker.internal in wsl (#1605) (c7f6f6d) thank you @frozenbonito