Releases: dherault/serverless-offline
Releases · dherault/serverless-offline
v14.5.0
Features
- Load TypeScript in ESM mode if package.json type is module by @henrist in #1849
- feat: Support CloudFormation Join & Sub function in environment variable by @yo-ga in #1842
Maintenance Updates
- Add ruby 3.3 support by @naomichi-y in #1862
- Add python 3.13 support by @ppoullain in #1865
- Drop pre-NodeJS 20.x support and add support for NodeJS 24.x and Fix broken tests by @crespowang in #1867
New Contributors
- @henrist made their first contribution in #1849
- @yo-ga made their first contribution in #1842
- @naomichi-y made their first contribution in #1862
- @ppoullain made their first contribution in #1865
- @crespowang made their first contribution in #1867
Full Changelog: v14.4.0...v14.5.0
v14.4.0
v13.9.0
v14.3.4
v13.8.3
v14.3.3
v14.3.2
What's Changed
- Updated the
v14release to use the latestnpmtag 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