Skip to content

Releases: dherault/serverless-offline

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

v10.3.0

25 Sep 23:17
Compare
Choose a tag to compare

Features

  • deprecate disableScheduledEvents option (e7ad109)

Bug Fixes

v10.2.1

23 Sep 23:05
Compare
Choose a tag to compare

Bug Fixes

  • usage identifier key condition (c0b8d75)

Maintenance Improvements

v10.2.0

22 Sep 22:10
Compare
Choose a tag to compare

Features

Maintenance Improvements

  • http server instantation for websockets (4c7a034)
  • use node:fs/promises (b1a6121)
  • use optional chaining (0000ba7)
  • websocket server instantation (2843e86)
  • websocket servers instantiation (4788e04)

v10.1.0

18 Sep 21:15
Compare
Choose a tag to compare

Features

Performance Improvements

  • remove contributors from package.json (0b9f007)