Skip to content

Releases: jeremydaly/lambda-warmer

v2.3.0

04 Feb 20:44

Choose a tag to compare

What's Changed

  • only initialize ./lib/lambda-service once by @elundh in #77
  • drop official Node below 18 support by @naorpeled in #78

New Contributors

Full Changelog: v2.2.0...v2.3.0

v2.2.0

12 Oct 12:33
ae9dc12

Choose a tag to compare

What's Changed

  • Revert "Fan-out lambda missing lastAccess attribute" by @naorpeled in #73

Important note

This release reverts a commit that caused lastAccessed and lastAccessedSeconds to not be accurate.
Please open an issue if anything seems off.

Full Changelog: v2.1.0...v2.2.0

v2.1.0

12 Oct 12:13
9f387d5

Choose a tag to compare

What's Changed

Full Changelog: v2.0.1...v2.1.0

v2.0.1

25 Nov 16:51
6eddc6b

Choose a tag to compare

What's Changed

  • resolved issues with multiple targets and func versions by @naorpeled in #60

Full Changelog: v2.0.0...v2.0.1

v2.0.0

04 Mar 15:17
e1708c3

Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v2.0.0

v1.3.2

04 Mar 14:45

Choose a tag to compare

What's Changed

  • handle multiple non warming events by @larte in #54

New Contributors

  • @larte made their first contribution in #54

Full Changelog: v1.3.1...v1.3.2

v1.3.1

11 Feb 11:51

Choose a tag to compare

What's Changed

  • Change back deprecated new Buffer to Buffer.from by @markhaslam in #52

New Contributors

Full Changelog: v1.3.0...v1.3.1

v1.3.0

09 Feb 13:07

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.3...v1.3.0

v1.2.3

13 Jan 20:37
eb29cbd

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.1...v1.2.3

v1.2.1

14 Aug 18:36

Choose a tag to compare

Maintenance Release

Minor optimizations and TypeScript support.