Skip to content

Releases: dherault/serverless-offline

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

v11.4.0

17 Nov 01:02
Compare
Choose a tag to compare

Features

  • Add support for request authorizers to have a querystring identity source (#1610) (8d83e44) thank you @kohanian

v11.3.0

08 Nov 02:26
Compare
Choose a tag to compare

Features

v11.2.3

01 Nov 01:56
Compare
Choose a tag to compare

Bug Fixes

v11.2.2

31 Oct 16:45
Compare
Choose a tag to compare

Bug Fixes

  • path access with trailing slash (#1606) (73b95bc)
  • remove redundant and faulty condition in hapi path generation (e756be6)

v11.2.1

27 Oct 22:31
Compare
Choose a tag to compare

Maintenance Improvements

  • remove default get method from fetch (8f40327)
  • replace aws-sdk lambda client with more lightweight @aws-sdk scoped package (1a482ad)
  • use array destructuring (97de51b)
  • use Array.prototype.map to iterate layers (6fc9e90)
  • use destructuring (414cf4a)

v11.2.0

27 Oct 01:04
Compare
Choose a tag to compare

Features

Bug Fixes

  • logging for unhandled exceptions in handler (#1604) (43dfea4)