Serverless Offline Versions Save

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

v13.3.3

3 months ago

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

4 months ago

Bug Fixes

  • Allow string values in provider.apiGateway.apiKeys (#1662) (d0b7606) thank you @andersem

v13.3.1

4 months ago

Maintenance Improvements

v13.3.0

5 months ago

Features

  • Add support for nodejs20.x runtime (#1743) (63167df) thank you @andidev

v13.2.1

5 months ago

Maintenance Improvements

v13.2.0

6 months ago

Features

  • Add support for golang workspace (#1738) (b8f99fb) thank you @DavideSegullo

Maintenance Improvements

  • remove setTimeout promisify wrapper, use built-in (10d5f3b)

v13.1.2

6 months ago

Bug Fixes

  • LambdaProxyIntegrationEventV2 authorizer context (#1630) (5b82612) thank you @rishi8094

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)