Releases: dherault/serverless-offline
Releases · dherault/serverless-offline
v11.1.3
v11.1.2
Bug Fixes
- revert: remove unreachable condition (770ed13) thank you @thehenrymcintosh
v11.1.1
v11.1.0
v11.0.3
v11.0.2
v11.0.1
v11.0.0
⚠ BREAKING CHANGES
- remove apiKey option (#1585)
- MIGRATION: if you want to specify the apiKey value yourself, please define it under
provider.apiGateway.apiKeys
in the serverless config
- MIGRATION: if you want to specify the apiKey value yourself, please define it under
- remove disableScheduledEvents option (#1582)
- MIGRATION: if you want to disable the event, please define it in the
events.schedule.enabled
section of the serverless config
- MIGRATION: if you want to disable the event, please define it in the