Releases: dherault/serverless-offline
Releases · dherault/serverless-offline
v14.1.0
Features
- add python 3.12 to supportedRuntimesArchitecture (ab8565a)
- Add pathParameters and queryStringParameters to payload version 2.0 (#1667)
- Python handle base64 encoded binary response from aws lambda function (#1678)
New Contributors
- @juarezjaramillo made their first contribution in #1667
- @skhrapko-amplify made their first contribution in #1678
Full Changelog: v14.0.0...v14.1.0
v14.0.0
⚠ BREAKING CHANGES
- serverless v4 required
Features
- add support for serverless v4 and typescript (#1806) (b983ceb)
- support dev Okta JWT tokens (#1790) (5139c43)
Bug Fixes
- ensure resource policy matches the whole arn (#1798) (600c93e)
- improve wildcard handling in authorizer policy resource parser (#1797) (0203d04)
- Support ALB Event response headers (#1756) (378ef71)
- Support httpApi authorizer with different config and function names (#1763) (febd1e7)
New Contributors
v13.6.0
v13.5.1
v13.5.0
v13.4.0
Features
- update docker images and add support for different architectures (#1755) (d6b155e) thank you @BenjaminBergerM
Maintenance Improvements
- add more docker tests (cdec7bd)