Skip to content

Releases: dherault/serverless-offline

v14.3.1

03 Sep 06:08
Compare
Choose a tag to compare

Bug Fixes

  • Revert return 500 Internal Server Error on python error (#1796)

Full Changelog: v14.3.0...v14.3.1

v14.3.0

03 Sep 06:07
Compare
Choose a tag to compare

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

Full Changelog: v14.2.0...v14.3.0

v14.2.0

23 Aug 12:49
Compare
Choose a tag to compare

Features

  • Add sponsoring message at plugin start (#1811)

Full Changelog: v14.1.1...v14.2.0

v14.1.1

23 Aug 12:48
Compare
Choose a tag to compare

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

23 Aug 12:48
Compare
Choose a tag to compare

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

Full Changelog: v14.0.0...v14.1.0

v14.0.0

31 Jul 22:29
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • serverless v4 required

Features

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

21 May 16:58
Compare
Choose a tag to compare

Features

Bug Fixes

v13.5.1

19 May 17:02
Compare
Choose a tag to compare

Bug Fixes

  • skip adding authorizer to event if no authorizer is configured (#1786) (68f8f53) thank you @cnuss

Maintenance Improvements

v13.5.0

28 Apr 17:32
Compare
Choose a tag to compare

Features

  • convert multipart/form-data to base64 encoded payloads (#1776) (2d9dbc2) thank you @cnuss

v13.4.0

24 Apr 18:04
Compare
Choose a tag to compare

Features

Maintenance Improvements