Merge pull request #3674 from serverless/releasing-1.14

releasing v1.14.0
This commit is contained in:
Eslam λ Hefnawy 2017-05-24 20:24:56 +07:00 committed by GitHub
commit 980b703d30
4 changed files with 18 additions and 3020 deletions

View File

@ -1,3 +1,18 @@
# 1.14.0 (24.05.2017)
- Added login command - #3558
- Added support for DeadLetter Config with SNS - #3609
- Added support for S3 variables - #3592
- Added rollback function command - #3571
- Added `X-Amz-User-Agent` to list of allowed headers in CORS - #3614
- Added support for HTTP_PROXY API Gateway integration - #3534
- Added IS_LOCAL environment variable with invoke local command - #3642
- Removed package.json in exclude rules - #3644
## Meta
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.13.2...v1.14.0)
# 1.13.2 (15.05.2017)
- Fixed a bug when using dot notation in YAML keys (#3620)

View File

@ -33,7 +33,7 @@ milestone if still open
- [ ] Push the git tag (`git push origin <VersionName>`)
## Segment Configuration
- [ ] Update Segment.io key in Utils.js (never push the key to GitHub and revert afterwards with `git checkout .`)
- [ ] Update Segment.io key in [segment.js file](https://github.com/serverless/serverless/blob/d31057239d232181128d978c392bdecbcb9fcf1b/lib/utils/segment.js#L7) (never push the key to GitHub and revert afterwards with `git checkout .`)
- [ ] Check twice if you've used the correct key (**if in doubt ask which one to pick!**)
- [ ] Run `./bin/serverless help` and filter for this new version in the Segment debugger to make sure data is sent to Segment for this new version

3019
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
{
"name": "serverless",
"version": "1.13.2",
"version": "1.14.0",
"engines": {
"node": ">=4.0"
},