Releases: claygregory/serverless-prune-plugin
Version 2.1.0
Supports Serverless 4.x via #68 — thanks to @danteay
Dependabot dependency updates:
- Bump semver from 7.3.8 to 7.5.3 by @dependabot
- Bump axios and @serverless/platform-client by @dependabot
- Bump follow-redirects from 1.15.2 to 1.15.9 by @dependabot
- Bump braces from 3.0.2 to 3.0.3 by @dependabot
- Bump es5-ext from 0.10.62 to 0.10.64 by @dependabot
- Bump ws from 7.5.9 to 7.5.10 by @dependabot
- Bump micromatch from 4.0.5 to 4.0.8 by @dependabot
- Bump tar from 6.1.15 to 6.2.1 by @dependabot
- Bump semver from 5.7.1 to 5.7.2 by @dependabot
Version 2.0.2
Version 2.0.1
Version 2.0.0
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
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
- Added additional error handling when a providerError is unavailable, such as with an improperly configured AWS profile — thanks @OriHoch
Version 1.6.0
- Allow configuration to zero-preserved versions (see #31 for use-case) — thanks @coyoteecd
Version 1.5.1
- Added Serverless Framework versions 1, 2 as peerDependency in package.json — thanks @medikoo
Version 1.5.0
- Added type definitions for CLI options for Serverless 3.x compatibility — thanks @frozenbonito
Version 1.4.4
Verify and update README to confirm Serverless 2.x compatibility