From b91c382308ec7ef6cca59da51caa0fa0314ef83c Mon Sep 17 00:00:00 2001 From: Mariusz Nowak Date: Wed, 23 Oct 2019 12:30:03 +0200 Subject: [PATCH] Release v1.55.0 --- CHANGELOG.md | 37 +++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73414341f..8d238b713 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,40 @@ +# 1.55.0 (2019-10-23) + +- [Allow empty arrays in overrides](https://github.com/serverless/serverless/pull/6813) +- [Make question mark available as variables fallback](https://github.com/serverless/serverless/pull/6808) +- [Improve plugins resolution and initialization flow](https://github.com/serverless/serverless/pull/6814) +- [Azure Python template](https://github.com/serverless/serverless/pull/6822) +- [Chore - stop using deprecated 'new Buffer()' method.](https://github.com/serverless/serverless/pull/6829) +- [AWS - adding naming function for S3 compiled template file name.](https://github.com/serverless/serverless/pull/6828) +- [Span docs! and full `serverless_sdk` docs](https://github.com/serverless/serverless/pull/6809) +- [Fix perms with several CloudWatch log subscriptions](https://github.com/serverless/serverless/pull/6827) +- [Fixing an Azure docs broken link](https://github.com/serverless/serverless/pull/6838) +- [Adding note to Azure nodejs template](https://github.com/serverless/serverless/pull/6839) +- [Updated Azure Functions documentation](https://github.com/serverless/serverless/pull/6840) +- [Support for NotAction and NotResource in IAM role statements](https://github.com/serverless/serverless/pull/6842) +- [added frontmatter to sdk docs](https://github.com/serverless/serverless/pull/6845) +- [Setup completion via CLI command and interactive CLI step](https://github.com/serverless/serverless/pull/6835) +- [Upgrade gradle version](https://github.com/serverless/serverless/pull/6855) +- [Update Google provider documentation for functions](https://github.com/serverless/serverless/pull/6854) +- [SNS integration tests](https://github.com/serverless/serverless/pull/6846) +- [SQS integration tests](https://github.com/serverless/serverless/pull/6847) +- [Streams integration tests](https://github.com/serverless/serverless/pull/6848) +- [Improvements on SQS docs as suggested on #6516](https://github.com/serverless/serverless/pull/6853) +- [Schedule integration tests](https://github.com/serverless/serverless/pull/6851) +- [Update event documentation](https://github.com/serverless/serverless/pull/6857) +- [Upgrade groovy/gradle/plugin versions and dependencies (aws-groovy-gradle)](https://github.com/serverless/serverless/pull/6862) +- [Upgrade gradle/plugins version and dependencies (aws-clojure-gradle)](https://github.com/serverless/serverless/pull/6861) +- [IoT integration tests](https://github.com/serverless/serverless/pull/6837) +- [Update https-proxy-agent dependency](https://github.com/serverless/serverless/pull/6866) +- [Allow to use Ref in stream arn property](https://github.com/serverless/serverless/pull/6856) +- [Add Tests for resolveFilePathsFromPatterns()](https://github.com/serverless/serverless/pull/6825) +- [Integration tests improvements and fixes](https://github.com/serverless/serverless/pull/6867) +- [Honor cfnRole in custom resources](https://github.com/serverless/serverless/pull/6871) + +## Meta + +- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.54.0...v1.55.0) + # 1.54.0 (2019-10-09) - [Fixing typos in variable names](https://github.com/serverless/serverless/pull/6746) diff --git a/package.json b/package.json index 274af88c8..a23069b4b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "serverless", - "version": "1.54.0", + "version": "1.55.0", "engines": { "node": ">=6.0" },