sls3-legacy
Version:
SLS3 Legacy - A fork of Serverless Framework v3
26 lines (15 loc) • 1.14 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
## [3.42.1](https://github.com/deel77/sls3-legacy/compare/v3.42.0...v3.42.1) (2026-04-02)
### Bug Fixes
- Fix AWS custom resource Lambda wrappers for **nodejs24.x** by replacing the legacy callback-based `handlerWrapper` completion path with async/await. The previous `Promise.resolve(handler(...)).then(..., callback)` pattern could prevent custom resources from signaling success or failure correctly on the Node.js 24 runtime.
## [3.42.0](https://github.com/deel77/sls3-legacy/compare/v3.41.1...v3.42.0) (2026-03-04)
### Features
- Add support for nodejs24.x runtime
- Add support for python3.13 and python3.14 runtimes
- Migrate all custom resources lambdas to use nodejs24.x runtime
## [3.41.1](https://github.com/deel77/sls3-legacy/compare/v3.41.0...v3.41.1) (2025-05-29)
### Features
- Add support for nodejs22.x runtime
- Make all custom resources lambdas use nodejs22.x runtime
- Rename original forked version to new SLS3-Legacy