Releases: jeremydaly/lambda-warmer
Releases · jeremydaly/lambda-warmer
v2.2.0
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
What's Changed
- docs(README): add note about usage in VPC by @naorpeled in #68
- feat: support aliases by @naorpeled in #69
- chore(dev-deps): bump by @naorpeled in #70
Full Changelog: v2.0.1...v2.1.0
v2.0.1
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
v1.3.2
v1.3.1
What's Changed
- Change back deprecated
new Buffer
toBuffer.from
by @markhaslam in #52
New Contributors
- @markhaslam made their first contribution in #52
Full Changelog: v1.3.0...v1.3.1
v1.3.0
What's Changed
- chore: bump dev dependencies by @naorpeled in #47
- fix(docs): resolve wrong indentation in SAM template for Events by @mervintankw in #32
- feat: support multiple targets by @MickVanDuijn in #13
- fix(types): resolve some invalid types and add tests by @naorpeled in #49
New Contributors
- @mervintankw made their first contribution in #32
- @MickVanDuijn made their first contribution in #13
Full Changelog: v1.2.3...v1.3.0
v1.2.3
What's Changed
- Included types in NPM package by @Stonepaw in #17
- Resolved TS issues and added dtslint by @mbergal in #31
New Contributors
- @Stonepaw made their first contribution in #17
- @naorpeled made their first contribution in #38
- @mbergal made their first contribution in #31
Full Changelog: v1.2.1...v1.2.3
v1.2.1
v1.2.0
Feature / Fix Release
- Fix: use Buffer.from instead of deprecated new Buffer (@aaliakseyenka) 6ad38a7
- Specify version of function to invoke (@cdshepherd) 964c9cd
- Upgrade lodash dependency for security issues 131577c
- Update tests for #12 aae769b
- Fix linting errors fcda286