Skip to content

Releases: CodeGenieApp/serverless-express

v5.0.0-beta.1

08 Dec 09:58

Choose a tag to compare

v5.0.0-beta.1 Pre-release
Pre-release

5.0.0-beta.1 (2025-12-08)

Bug Fixes

Features

  • v5.0.0 - Node.js 24 support and removal of deprecated APIs (a6263a3)

BREAKING CHANGES

  • Minimum Node.js version is now 24 (though earlier versions may work)
  • Handler no longer accepts callback parameter - async/Promise only
  • Removed resolutionMode option (CALLBACK/CONTEXT modes removed)
  • Removed binaryMimeTypes option (use binarySettings instead)
  • Removed deprecated createServer() and proxy() exports
  • Removed deprecated handler.handler() and handler.proxy() methods

v4.17.2-beta.1

08 Dec 07:00

Choose a tag to compare

v4.17.2-beta.1 Pre-release
Pre-release

4.17.2-beta.1 (2025-12-08)

Bug Fixes

v4.17.1

07 Dec 00:52

Choose a tag to compare

4.17.1 (2025-12-07)

Bug Fixes

  • fixing issue with async error handling within the SERVERLESS_EXPRESS:PROXY (#708) (edd24f3)

v4.17.0

10 Jul 22:08

Choose a tag to compare

4.17.0 (2025-07-10)

Features

v4.16.1

10 Jul 13:45

Choose a tag to compare

4.16.1 (2025-07-10)

Bug Fixes

  • ensure alb response header values are strings (#699) (24c580f)

v4.16.0

24 Oct 21:46

Choose a tag to compare

4.16.0 (2024-10-24)

Features

v4.15.0

07 Aug 08:54

Choose a tag to compare

4.15.0 (2024-08-07)

Features

  • add aws self-managed kafka event source (#686) (6e3a7f2)

v4.14.2

07 Aug 08:46

Choose a tag to compare

4.14.2 (2024-08-07)

Bug Fixes

  • leverage native IncomingMessage.headers method (#684) (07f20fb), closes #680

v4.14.1

29 Apr 22:24

Choose a tag to compare

4.14.1 (2024-04-29)

Bug Fixes

  • handle non-json SQS response bodies (157fbc2), closes #679

v4.14.0

12 Mar 14:44

Choose a tag to compare

4.14.0 (2024-03-12)

Features

  • add support for eventbridge customer events (#676) (9e1a52b)