Merge pull request #6907 from serverless/release

Release v1.56.0
This commit is contained in:
Mariusz Nowak 2019-10-31 05:32:59 -05:00 committed by GitHub
commit 7b351c7ada
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 7 deletions

View File

@ -1,3 +1,20 @@
# 1.56.0 (2019-10-31)
- [AWS - deployment bucket policy for HTTPS only](https://github.com/serverless/serverless/pull/6823)
- [Docs on renamed outputs and expanded support](https://github.com/serverless/serverless/pull/6870)
- [Fix minor typo](https://github.com/serverless/serverless/pull/6877)
- [Added mock integration documentation example](https://github.com/serverless/serverless/pull/6883)
- [Fix region error handling in Lambda@Edge implementation](https://github.com/serverless/serverless/pull/6886)
- [Allow specifying ApiGateway logs role ARN](https://github.com/serverless/serverless/pull/6747)
- [Adds unused memory alert](https://github.com/serverless/serverless/pull/6889)
- [Find origin by domain name and path](https://github.com/serverless/serverless/pull/6880)
- [fix minor typo in kubeless docs](https://github.com/serverless/serverless/pull/6896)
- [Add tencent provider create-template](https://github.com/serverless/serverless/pull/6898)
## Meta
- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.55.1...v1.56.0)
# 1.55.1 (2019-10-23)
- [Allow plugins to customize what flags are supported during interactive cli](https://github.com/serverless/serverless/pull/6697)

View File

@ -1,6 +1,6 @@
{
"name": "serverless",
"version": "1.55.1",
"version": "1.56.0",
"engines": {
"node": ">=6.0"
},
@ -88,14 +88,14 @@
"timeout": 15000
},
"devDependencies": {
"@serverless/eslint-config": "^1.2.0",
"@serverless/eslint-config": "^1.2.1",
"@serverless/test": "^2.4.0",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"child-process-ext": "^2.1.0",
"cli-progress-footer": "^1.1.1",
"coveralls": "^3.0.7",
"eslint": "^6.5.1",
"eslint": "^6.6.0",
"eslint-plugin-import": "^2.18.2",
"git-list-updated": "^1.2.1",
"log": "^6.0.0",
@ -113,10 +113,10 @@
},
"dependencies": {
"@serverless/cli": "^1.4.0",
"@serverless/enterprise-plugin": "^3.2.0",
"@serverless/enterprise-plugin": "^3.2.1",
"archiver": "^1.3.0",
"async": "^1.5.2",
"aws-sdk": "^2.554.0",
"aws-sdk": "^2.560.0",
"bluebird": "^3.7.1",
"cachedir": "^2.2.0",
"chalk": "^2.4.2",
@ -128,7 +128,7 @@
"get-stdin": "^5.0.1",
"globby": "^6.1.0",
"graceful-fs": "4.2.1",
"https-proxy-agent": "^3.0.0",
"https-proxy-agent": "^3.0.1",
"inquirer": "^6.5.2",
"is-docker": "^1.1.0",
"is-wsl": "^2.1.1",
@ -142,7 +142,7 @@
"mkdirp": "^0.5.1",
"moment": "^2.24.0",
"nanomatch": "^1.2.13",
"ncjsm": "^4.0.0",
"ncjsm": "^4.0.1",
"node-fetch": "^1.7.3",
"object-hash": "^1.3.1",
"p-limit": "^2.2.1",