Skip to content

Releases: dherault/serverless-offline

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

v13.3.4

19 Apr 15:11
Compare
Choose a tag to compare

Bug Fixes

v13.3.3

22 Jan 15:01
Compare
Choose a tag to compare

Bug Fixes

  • Custom Authorizer Lambda Request context missing accountId and apiId fields (#1640) (3a5fca9) thank you @rfranco

Maintenance Improvements

  • remove create unique id util function (4fbb9bf)
  • use default crypto import (3d1467d)

v13.3.2

13 Dec 03:07
Compare
Choose a tag to compare

Bug Fixes

v13.3.1

08 Dec 15:18
Compare
Choose a tag to compare

Maintenance Improvements