Skip to content

Releases: dherault/serverless-offline

v13.1.1

26 Sep 19:23
Compare
Choose a tag to compare

Bug Fixes

v13.1.0

25 Sep 01:19
Compare
Choose a tag to compare

Features

v13.0.0

21 Sep 18:01
Compare
Choose a tag to compare

⚠ 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

04 Jan 03:57
Compare
Choose a tag to compare

Maintenance Improvements

v12.0.3

17 Dec 20:40
Compare
Choose a tag to compare

Maintenance Improvements

v12.0.2

12 Dec 17:07
Compare
Choose a tag to compare

Bug Fixes

Maintenance Improvements

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

v12.0.1

07 Dec 15:06
Compare
Choose a tag to compare

Bug Fixes

v12.0.0

03 Dec 00:53
Compare
Choose a tag to compare

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

Maintenance Improvements

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

v11.6.0

26 Nov 02:11
Compare
Choose a tag to compare

Features

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

v11.5.0

18 Nov 21:06
Compare
Choose a tag to compare

Features