Skip to content

Releases: juanjoDiaz/serverless-plugin-warmup

5.2.0

19 Feb 19:21
Compare
Choose a tag to compare

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

12 Feb 23:10
Compare
Choose a tag to compare

Bugfixes

  • Fix issue introduced in v5.1.1 when installing through NPM.

Maintenance

  • Add windows support for development

5.1.1

10 Feb 22:58
Compare
Choose a tag to compare

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

25 Jan 18:44
Compare
Choose a tag to compare
  • 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

12 Jan 22:39
Compare
Choose a tag to compare
  • 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

12 Jan 19:46
Compare
Choose a tag to compare
  • Configure client context independently from payload
  • Fix path issue on Windows

4.8.0

29 Jan 15:23
Compare
Choose a tag to compare
  • 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

21 Oct 11:21
Compare
Choose a tag to compare
  • Loose type checks to allow references
  • Update dependencies
  • Fix some typos and improve README

4.7.0-rc.1

19 Jul 08:30
Compare
Choose a tag to compare
  • 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

26 Jun 18:46
Compare
Choose a tag to compare
  • Fix alias qualifier on prewarm
  • Drop support for node 7 during development and add node 12 to testing
  • WarmUP runtime updated to nodejs10.X