Releases: dherault/serverless-offline
Releases · dherault/serverless-offline
v13.3.0
v13.2.1
v13.2.0
Features
- Add support for golang workspace (#1738) (b8f99fb) thank you @DavideSegullo
Maintenance Improvements
- remove setTimeout promisify wrapper, use built-in (10d5f3b)
v13.1.2
Bug Fixes
- LambdaProxyIntegrationEventV2 authorizer context (#1630) (5b82612) thank you @rishi8094
v13.1.1
v13.1.0
Features
- Adding handling for multiple identitySource headers in the REST API. (#1675) (6fceed3) thank you @kevinhankens
v13.0.0
⚠ BREAKING CHANGES
- remove unsupported runtimes
- remove node.js v16 support, remove node-fetch
- remove node.js v14 support
Bug Fixes
- InvocationsControllor: typo in error message (49d94f2)
- support authorizer with no identity source specified (#1639) (43aaa2e)
chore
Maintenance Improvements
- bup eslint-plugin-unicorn, fix linting (c93dd98)
- re-activate unicorn/no-array-push-push (69a1261)
- re-activate unicorn/no-useless-promise-resolve-reject (3b88aa0)
- re-activate unicorn/prefer-number-properties (46391f1)
- re-activate unicorn/prefer-ternary (4606829)
- remove node.js v16 support, remove node-fetch (8dbcfa6)
- remove Object.hasOwn polyfill (8ea15b5)