Skip to content

Releases: dherault/serverless-offline

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)

v11.0.3

06 Oct 00:39
Compare
Choose a tag to compare

Bug Fixes

  • memory leak with lambda timeout (c9c8c14)

v11.0.2

05 Oct 20:37
Compare
Choose a tag to compare

Bug Fixes

v11.0.1

01 Oct 18:13
Compare
Choose a tag to compare

Bug Fixes

Performance Improvements

  • create api keys only when needed (again) (d614fc8)

v11.0.0

29 Sep 01:32
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • remove apiKey option (#1585)
    • MIGRATION: if you want to specify the apiKey value yourself, please define it under provider.apiGateway.apiKeys in the serverless config
  • remove disableScheduledEvents option (#1582)
    • MIGRATION: if you want to disable the event, please define it in the events.schedule.enabled section of the serverless config

Bug Fixes

v10.3.2

27 Sep 14:48
Compare
Choose a tag to compare

Performance Improvements

  • create api keys set only when needed (a6df83a)

Maintenance Improvements

  • private endpoint with api keys (8638635)
  • private endpoint with api keys, Part 2 (9d57872)

v10.3.1

27 Sep 11:53
Compare
Choose a tag to compare

Bug Fixes