Serverless Offline Versions Save

Emulate AWS λ and API Gateway locally when developing your Serverless project

v13.1.1

7 months ago

Bug Fixes

  • Support alb with no method conditions (#1653) (5e6514c) thank you @frodeaa

v13.1.0

7 months ago

Features

  • Adding handling for multiple identitySource headers in the REST API. (#1675) (6fceed3) thank you @kevinhankens

v13.0.0

7 months ago

⚠ BREAKING CHANGES

  • remove unsupported runtimes
  • remove node.js v16 support, remove node-fetch
  • remove node.js v14 support

Bug Fixes

  • InvocationsControllor: typo in error message (49d94f2)
  • support authorizer with no identity source specified (#1639) (43aaa2e)

chore

  • remove node.js v14 support (03e2745)
  • remove unsupported runtimes (d2d92fe)

Maintenance Improvements

  • bup eslint-plugin-unicorn, fix linting (c93dd98)
  • re-activate unicorn/no-array-push-push (69a1261)
  • re-activate unicorn/no-useless-promise-resolve-reject (3b88aa0)
  • re-activate unicorn/prefer-number-properties (46391f1)
  • re-activate unicorn/prefer-ternary (4606829)
  • remove node.js v16 support, remove node-fetch (8dbcfa6)
  • remove Object.hasOwn polyfill (8ea15b5)

v12.0.4

1 year ago

Maintenance Improvements

v12.0.3

1 year ago

Maintenance Improvements

v12.0.2

1 year ago

Bug Fixes

Maintenance Improvements

  • alb: remove unused last request options (cc5064c)
  • order nit (5fe57af)

v12.0.1

1 year ago

Bug Fixes

  • Lambda timeout status code (#1620) (56d986b) thank you @DorianMazur

v12.0.0

1 year ago

Note: this release has no breaking changes, but we added experimental support for alb (application load balancer) which could potentially be breaking when using alb offline plugins, if any exist. therefore we decided to release this as semver major.

Features

  • add support for ALB (#1521) (bfcc4de) thank you @bayoumymac for the initial implementation and @ihendriks for bringing it to the finish line

Maintenance Improvements

  • dont return result of resolver function (d0cba92)
  • use named import (6be0a1b)
  • use nullish coalescing (9404173)

v11.6.0

1 year ago

Features

  • request authorizers with null identitySource should return 401 (#1618) (48c5a18) thank you @rion18

v11.5.0

1 year ago

Features

  • Add support for nodejs18.x runtime (#1616) (accefa3) thank you @webdeveric