Skip to content

Commit

Permalink
Merge pull request #6540 from serverless/release
Browse files Browse the repository at this point in the history
Release v1.50.0
  • Loading branch information
medikoo committed Aug 14, 2019
2 parents 312b4f5 + b4813f1 commit 210d50c
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 12 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,33 @@
# 1.50.0 (2019-08-14)

- [Render event information in aws-ruby handler template](https://github.com/serverless/serverless/pull/6478)
- [Adding ap-south-1 to supported region list](https://github.com/serverless/serverless/pull/6473)
- [Fix invalid path char in GoLang packaging on Windows](https://github.com/serverless/serverless/pull/6484)
- [Multiple event definitions for existing S3 bucket](https://github.com/serverless/serverless/pull/6477)
- [Remove Enterprise and Platform from log info](https://github.com/serverless/serverless/pull/6501)
- [Allow AWS Subscription Filters to be reordered](https://github.com/serverless/serverless/pull/6471)
- [Check if more than 1 existing bucket is configured](https://github.com/serverless/serverless/pull/6506)
- [Multiple event definitions for existing Cognito User Pools](https://github.com/serverless/serverless/pull/6491)
- [Improve error handling](https://github.com/serverless/serverless/pull/6502)
- [Add PreTokenGeneration & UserMigration Cognito triggers](https://github.com/serverless/serverless/pull/6511)
- [Add Twilio Runtime to create templates](https://github.com/serverless/serverless/pull/6467)
- [Update kubeless guide docs](https://github.com/serverless/serverless/pull/6513)
- [Fix ImportValue handling in existing S3 buckets #6416](https://github.com/serverless/serverless/pull/6417)
- [Improve interactive AWS creds flow](https://github.com/serverless/serverless/pull/6449)
- [Retain existing Cognito User Pool config](https://github.com/serverless/serverless/pull/6519)
- [Switch integration tests runner from Jest to Mocha](https://github.com/serverless/serverless/pull/6517)
- [Change strategy for deciding to deploy new function.](https://github.com/serverless/serverless/pull/6520)
- [Fix support for EventBridge partner event sources](https://github.com/serverless/serverless/pull/6518)
- [fix(GITHUB-6525-5172): Rewrite copyDirContentsSyncAllow to call fs-extra::copySync() on the directories instead of calling it on the files to copy individually](https://github.com/serverless/serverless/pull/6526)
- [Do not crash CI on Coveralls error](https://github.com/serverless/serverless/pull/6535)
- [Only add merged IAM policies for Lambda when they will be used (#6262)](https://github.com/serverless/serverless/pull/6534)
- [Setup APIGW CloudWatch role via custom resource](https://github.com/serverless/serverless/pull/6531)
- [Fix deploy command if package.individually set on a function-level](https://github.com/serverless/serverless/pull/6537)

## Meta

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

# 1.49.0 (2019-07-30)

- [Remove hard coded partition when validating subscription filters](https://github.com/serverless/serverless/pull/6446)
Expand Down
24 changes: 12 additions & 12 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "serverless",
"version": "1.49.0",
"version": "1.50.0",
"engines": {
"node": ">=6.0"
},
Expand Down Expand Up @@ -85,9 +85,9 @@
"chai-as-promised": "^7.1.1",
"child-process-ext": "^2.0.0",
"cli-progress-footer": "^1.1.1",
"coveralls": "^3.0.5",
"eslint": "^6.0.1",
"eslint-plugin-import": "^2.18.1",
"coveralls": "^3.0.6",
"eslint": "^6.1.0",
"eslint-plugin-import": "^2.18.2",
"git-list-updated": "^1.2.1",
"mocha": "^6.2.0",
"mocha-lcov-reporter": "^1.3.0",
Expand All @@ -96,17 +96,17 @@
"p-limit": "^2.2.0",
"prettier": "^1.18.2",
"process-utils": "^2.3.1",
"proxyquire": "^2.1.1",
"sinon": "^7.3.2",
"proxyquire": "^2.1.3",
"sinon": "^7.4.1",
"sinon-chai": "^3.3.0",
"strip-ansi": "^5.2.0"
},
"dependencies": {
"@serverless/cli": "^1.0.1",
"@serverless/enterprise-plugin": "^1.3.3",
"@serverless/cli": "^1.0.3",
"@serverless/enterprise-plugin": "^1.3.8",
"archiver": "^1.3.0",
"async": "^1.5.2",
"aws-sdk": "^2.500.0",
"aws-sdk": "^2.509.0",
"bluebird": "^3.5.5",
"cachedir": "^2.2.0",
"chalk": "^2.4.2",
Expand All @@ -117,9 +117,9 @@
"fs-extra": "^0.30.0",
"get-stdin": "^5.0.1",
"globby": "^6.1.0",
"graceful-fs": "^4.2.0",
"graceful-fs": "^4.2.2",
"https-proxy-agent": "^2.2.2",
"inquirer": "^6.5.0",
"inquirer": "^6.5.1",
"is-docker": "^1.1.0",
"is-wsl": "^2.1.0",
"js-yaml": "^3.13.1",
Expand All @@ -139,7 +139,7 @@
"raven": "^1.2.1",
"rc": "^1.2.8",
"replaceall": "^0.1.6",
"semver": "^5.7.0",
"semver": "^5.7.1",
"semver-regex": "^1.0.0",
"tabtab": "^2.2.2",
"untildify": "^3.0.3",
Expand Down

0 comments on commit 210d50c

Please sign in to comment.