Skip to content

Releases: claygregory/serverless-prune-plugin

Version 2.1.0

16 Oct 01:02
Compare
Choose a tag to compare

Supports Serverless 4.x via #68 — thanks to @danteay

Dependabot dependency updates:

Version 2.0.2

15 Feb 01:37
Compare
Choose a tag to compare

This version captures a number of Dependabot vulnerability fixes.

See PRs for complete details: #41 , #44, #45, #47, #48, #49, #50, #51, #52, #53, #54, #55, #56, #57, #58

Version 2.0.1

04 Jan 03:19
Compare
Choose a tag to compare

Fixes #37: resolve backwards compatibility with CLI logging on Serverless 1.x — thanks to @j0k3r for reporting

Version 2.0.0

30 Dec 19:21
Compare
Choose a tag to compare

With the close of 2021 and the release of Serverless 3 (hopefully) imminent, we release plugin v.2.0.0.

While the improvements are most obvious when paired with Serverless 3—we now make use of the new output API (#35) when available—this version is still fully compatible with Serverless 1.x/2.x projects.

Breaking changes from 1.x:

  • CLI output has changed in verbosity and format.

Version 2.0.0 Beta 0

22 Nov 05:15
Compare
Choose a tag to compare
Version 2.0.0 Beta 0 Pre-release
Pre-release

This version prepares compatibility with the upcoming Serverless Framework 3.x. Specifically, we're taking full advantage of the new output API (See #35), meaning far less noise on your console with beautiful new progress indicators. And if you want the in-depth pruning action output, it's still there behind the --verbose flag.

Also in this release, we're refining the behavior of the CLI when interacting with layers. Previously, sls prune --layer <layer-name> unnecessarily required the --include-layers flag. Now, --layer correctly implies a layer-only cleanup, making layer pruning a first-class operation on the CLI.

Note: There are no plans to drop support for Framework 1.x/2.x with this new major version; we will continue to maintain backwards compatibility so long as it is viable to do so.

Version 1.6.1

07 Oct 03:30
Compare
Choose a tag to compare
  • Added additional error handling when a providerError is unavailable, such as with an improperly configured AWS profile — thanks @OriHoch

Version 1.6.0

18 Sep 00:20
Compare
Choose a tag to compare
  • Allow configuration to zero-preserved versions (see #31 for use-case) — thanks @coyoteecd

Version 1.5.1

05 Jul 20:46
Compare
Choose a tag to compare
  • Added Serverless Framework versions 1, 2 as peerDependency in package.json — thanks @medikoo

Version 1.5.0

08 Apr 00:06
Compare
Choose a tag to compare

Version 1.4.4

05 Mar 00:52
Compare
Choose a tag to compare

Verify and update README to confirm Serverless 2.x compatibility