Skip to content

Releases: dherault/serverless-offline

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)

v11.1.3

18 Oct 02:24
Compare
Choose a tag to compare

Maintenance Improvements

  • create http server (132dd7f)
  • remove typeof operator for undefined checks (312d4f0)
  • split get events for http and httpApi (51a30e9)

v11.1.2

13 Oct 02:04
Compare
Choose a tag to compare

Bug Fixes

v11.1.1

10 Oct 03:13
Compare
Choose a tag to compare

Bug Fixes

  • await cleanup in timer (f5b8c68)
  • empty complete pool on cleanup (3377e7a)
  • free memory, empty lambda function pool (b03cf79)

Maintenance Improvements

  • await cleanup, then empty map (f00383e)
  • use async function (d03194f)

v11.1.0

10 Oct 03:10
Compare
Choose a tag to compare

Features

  • remove noStripTrailingSlashInUrl option (71ee21d)

Maintenance Improvements

  • remove stripTrailingSlash from hapi config (22fd667)