Skip to content

Commit

Permalink
Merge pull request serverless#6603 from serverless/release
Browse files Browse the repository at this point in the history
Release v1.51.0
  • Loading branch information
medikoo authored Aug 28, 2019
2 parents 6619eb7 + 52d65f8 commit 8d867ce
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 5 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# 1.51.0 (2019-08-28)

- [AWS API Gateway customize log level](https://github.com/serverless/serverless/pull/6542)
- [Fix retained layer logical id](https://github.com/serverless/serverless/pull/6545)
- [add docs for options misused in #6546](https://github.com/serverless/serverless/pull/6547)
- [Fix: Remove Bluebird promise warning when NODE_ENV=development](https://github.com/serverless/serverless/pull/6556)
- [AWS API Gateway set value of provider.logRetentionInDays for log group expiration](https://github.com/serverless/serverless/pull/6548)
- [Fix support for external websocketApiId](https://github.com/serverless/serverless/pull/6543)
- [Ensure AWS SDK is mocked for tests that call it](https://github.com/serverless/serverless/pull/6571)
- [do not log warnings on empty arrays](https://github.com/serverless/serverless/pull/6554)
- [API Gateway enable/disable access/execution logs](https://github.com/serverless/serverless/pull/6578)
- [Allow unresolved Rest API id with provider.tags setting](https://github.com/serverless/serverless/pull/6586)
- [Improve error reporting](https://github.com/serverless/serverless/pull/6585)
- [Fix exclusion of Yarn logs in Lambda packages](https://github.com/serverless/serverless/pull/6589)
- [Improve Rest API id resolution for SDK updates](https://github.com/serverless/serverless/pull/6587)
- [Fix ServerlessError handling](https://github.com/serverless/serverless/pull/6588)
- [Style updates for docs](https://github.com/serverless/serverless/pull/6596)
- [PLAT-1629 - Fix custom resource lambda naming](https://github.com/serverless/serverless/pull/6599)
- [Ensure API Gateway CloudWatch role is setup via custom resource](https://github.com/serverless/serverless/pull/6591)

## Meta

- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.50.1...v1.51.0)

# 1.50.1 (2019-08-26)

- [add `interactiveCli:end lifecycle hook & bump dashboard plugin dep`](https://github.com/serverless/serverless/pull/6549)
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "serverless",
"version": "1.50.1",
"version": "1.51.0",
"engines": {
"node": ">=6.0"
},
Expand Down Expand Up @@ -86,14 +86,14 @@
"child-process-ext": "^2.0.0",
"cli-progress-footer": "^1.1.1",
"coveralls": "^3.0.6",
"eslint": "^6.1.0",
"eslint": "^6.2.2",
"eslint-plugin-import": "^2.18.2",
"git-list-updated": "^1.2.1",
"mocha": "^6.2.0",
"mocha-lcov-reporter": "^1.3.0",
"mock-require": "^3.0.3",
"nyc": "^14.1.1",
"p-limit": "^2.2.0",
"p-limit": "^2.2.1",
"prettier": "^1.18.2",
"process-utils": "^2.3.1",
"proxyquire": "^2.1.3",
Expand All @@ -107,7 +107,7 @@
"@serverless/enterprise-plugin": "^1.3.9",
"archiver": "^1.3.0",
"async": "^1.5.2",
"aws-sdk": "^2.509.0",
"aws-sdk": "^2.518.0",
"bluebird": "^3.5.5",
"cachedir": "^2.2.0",
"chalk": "^2.4.2",
Expand All @@ -120,7 +120,7 @@
"globby": "^6.1.0",
"graceful-fs": "^4.2.2",
"https-proxy-agent": "^2.2.2",
"inquirer": "^6.5.1",
"inquirer": "^6.5.2",
"is-docker": "^1.1.0",
"is-wsl": "^2.1.0",
"js-yaml": "^3.13.1",
Expand Down

0 comments on commit 8d867ce

Please sign in to comment.