3.0.0-rc.1
Pre-release
Pre-release
HyperBrain
released this
09 Aug 20:08
·
2462 commits
to master
since this release
This is the first release candidate for v3. Please test it thoroughly.
Special thanks to everyone who jumped into the pit and helped to reveil issues and stabilize the v3 branch 🥇
Release Notes
- Integrate with
serverless invoke local
#151 - Support watch mode with
serverless invoke local --watch
- Stabilized and improved the bundling of node modules #116, #117
- Improved interoperability with Serverless and 3rd party plugins #173
- Support individual packaging of the functions in a service #120
- Allow setting stdio max buffers for NPM operations #185
- Support bundling of node modules via node-externals whitelist #186
- Removed the
webpack serve
command in favor of [serverless-offline
][link-serverless-offline] #152 - Updated examples #179
- Added missing unit tests to improve code stability