Releases: juanjoDiaz/serverless-plugin-warmup
Releases · juanjoDiaz/serverless-plugin-warmup
5.2.0
BROKEN!!!
This particular release is broken because of an issue with serverless lifecycle hooks
Features
- Update the wamer to node 14
- Replace
after:package:initialize
by'before:package:createDeploymentArtifacts
(irrelevant from the user point of view, but important for working alongside other plugins like bundle or webpack)
5.1.2
Bugfixes
- Fix issue introduced in v5.1.1 when installing through NPM.
Maintenance
- Add windows support for development
5.1.1
BROKEN!!!
This particular release is broken when installed through NPM due to an issue with Husky, a dev dependency.
- Simplify cleanup process
- Update dependencies
5.1.0
- Add alias option to support warming up alised functions (for example when using serverless-plugin-canary-deployments)
- Bring back backward compatibility with versions of serverless not fully supporting custom schema additions
5.0.0
- Drop support from Serverles <2.10.0 (breaking)
- Remove
latest
alias (breaking) - Automatically exclude package level includes (breaking)
- Rename _warmup to .warmup (possible breaking)
- Remove shorthand configuration (breaking)
- Remove legacy options (breaking)
- Automatically add role for each warmer (possible breaking)
- Add lifecycle events and prewarm command
- Add multiple named warmers support
- Add schema validation support
- Add X-Ray tracing support
- Add AWS SDK connection timeout of 1 second
- Remove fs-extra dependency
4.9.0
- Configure client context independently from payload
- Fix path issue on Windows
4.8.0
- Update nodejs runtime to 12.x
- Allow concurrency as a string
- Improvements and small fixes in the documentation
- Update dependencies
4.7.1-rc.1
- Loose type checks to allow references
- Update dependencies
- Fix some typos and improve README
4.7.0-rc.1
- Update dependencies (Fix Lodash vulnerability)
- Not add environment option to generate function if it's empty (Avoid issues with China and regions that do not support environment variables)
- Support dynamically overriding concurrency using environment variables
4.6.3-rc.1
- Fix alias qualifier on prewarm
- Drop support for node 7 during development and add node 12 to testing
- WarmUP runtime updated to nodejs10.X