Releases: dherault/serverless-offline
Releases · dherault/serverless-offline
v14.3.4
v13.8.3
v14.3.3
v14.3.2
What's Changed
- Updated the
v14
release to use the latestnpm
tag for better alignment with current package.
Full Changelog: v14.3.1...v14.3.2
v14.3.1
Bug Fixes
- Revert return 500 Internal Server Error on python error (#1796)
Full Changelog: v14.3.0...v14.3.1
v14.3.0
Features
- Add preLoadModules option to import modules on main thread (#1777)
Bug Fixes
- handle result structure without body (#1814)
- return 500 Internal Server Error on python error (#1796)
New Contributors
- @paneidos made their first contribution in #1796
- @astron8t-voyagerx made their first contribution in #1777
- @haider-zada made their first contribution in #1814
Full Changelog: v14.2.0...v14.3.0
v14.2.0
v14.1.1
Bug Fixes
- Fix ReferenceError: Headers is not defined (#1768)
Features
- add python 3.12 to supportedRuntimesArchitecture (ab8565a)
Full Changelog: v14.1.0...v14.1.1
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)