Main changes
-
@medikoo changed the output log when using Serverless v3, it's less verbose and more clean
-
We switch back to
archiver
instead ofbestzip
to ensure consistent artifact. The switch to bestzip was mostly for faster zip because it tend to use the native zip command instead of the one from Node. -
Support for NPM 8 was added by @moroine
What's Changed
- Clarify versions supported by the plugin by @mnapoli in #1056
- Fix tests with Serverless v3 by @j0k3r in #1062
- Modern logs for Serverless Framework v3 by @medikoo in #1013
- Ensure consistent artifact
sha
(removebestzip
and bring backarchiver
) by @russell-dot-js & @j0k3r in #1018 - Allow param values in
slsw.lib.options
by @coyoteecd in #1076 - Supports NPM 8 and convert tests from Mocha to Jest by @moroine in #1084
- Update Jest config by @j0k3r in #1110
- Fix filesystem cache not working when package individually is set by @hieuunguyeen in #1037
New Contributors
- @mnapoli made their first contribution in #1056
- @moroine made their first contribution in #1084
- @hieuunguyeen made their first contribution in #1037
Full Changelog: v5.6.1...v5.7.0