Releases: LinusU/scandium
Releases · LinusU/scandium
🚢 1.0.0-alpha.13 / 2018-02-08
🎉 Enhancements
- Ignore ".git" and "node_modules" by default
🚢 1.0.0-alpha.12 / 2018-02-08
🎉 Enhancements
- Show friendly error message if AWS region is missing
🚢 1.0.0-alpha.11 / 2018-02-08
🎉 Enhancements
- Create role automatically, unless provided
- Read local AWS config files
🐛 Fixes
- Forward / when not using custom swagger file
- Use same workdir as in the AWS cloud
🌹 Internal Changes
- Add link to tutorials
🚢 1.0.0-alpha.7 / 2017-11-07
💥 Breaking Changes
-
Make deploy stage user configurable
Migration Guide:
The
--deploy
command have been switched to--deploy-to=<stage>
. To get the previous behaviour, sepcify--deploy-to=prod
.
🐛 Fixes
- Fix binary responses
🚢 1.0.0-alpha.6 / 2017-08-28
🐛 Fixes
- Recreate the Content-Length header if missing
🚢 1.0.0-alpha.5 / 2017-08-21
🎉 Enhancements
- Add support for prepare scripts
🚢 1.0.0-alpha.4 / 2017-08-21
🐛 Fixes
- Turn off callbackWaitsForEmptyEventLoop flag
- Increase zip file max buffer
🚢 1.0.0-alpha.3 / 2017-08-14
🎉 Enhancements
- Add progress indicators
🌹 Internal Changes
- Move builder code out of index.js
- Move amazon code out of index.js
🚢 1.0.0-alpha.2 / 2017-08-14
🎉 Enhancements
- Add support for Amazon API Gateway
🐛 Fixes
- Handle no headers being sent to the function
🌹 Internal Changes
- Fix linting
🚢 1.0.0-alpha.1 / 2017-08-12
🎉 Enhancements
- Add initial implementation
🌹 Internal Changes
- Initial commit