UNPKG

136 kBMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
5## [1.68.0](https://github.com/serverless/serverless/compare/v1.67.3...v1.68.0) (2020-04-22)
6
7### Features
8
9- **AWS ALB:** Cognito and Oidc authentication support ([#7372](https://github.com/serverless/serverless/issues/7372)) ([8c644f1](https://github.com/serverless/serverless/commit/8c644f1b07d355544328bd008e831b40aea57af7)) ([Tatenda Chawanzwa](https://github.com/shadrech))
10- **AWS Local Invocation:** Support `ruby2.7` runtime ([#7538](https://github.com/serverless/serverless/issues/7538)) ([a6b3154](https://github.com/serverless/serverless/commit/a6b3154deebdcd530afa0c716a6d7efca13de6f2)) ([Yotaro](https://github.com/yotaro-fujii))
11- **Templates:** Support SSH format download template urls ([#7588](https://github.com/serverless/serverless/issues/7588)) ([d3bf39a](https://github.com/serverless/serverless/commit/d3bf39aa05f861cc8dc5115b1a7350af3b1916d9)) ([Yuga Sun](https://github.com/yugasun))
12
13### Bug Fixes
14
15- **AWS HTTP API:** Support API name customization ([#7434](https://github.com/serverless/serverless/issues/7434)) ([7479a9a](https://github.com/serverless/serverless/commit/7479a9ae82b44fb06de3ab84094b18e8f72affc4)) ([Eugene Girshov](https://github.com/egirshov))
16- **AWS SQS:** Fix resolution of `Enabled` property ([#7532](https://github.com/serverless/serverless/issues/7532)) ([8abae84](https://github.com/serverless/serverless/commit/8abae84b8003567b6cb8affae018245a806a272b)), closes [#7438](https://github.com/serverless/serverless/issues/7438) ([Michael Wolfenden](https://github.com/michael-wolfenden))
17- **Templates:** Fix Azure Functions Python template ([#7452](https://github.com/serverless/serverless/issues/7452)) ([345b9e6](https://github.com/serverless/serverless/commit/345b9e654b246ef3186a0f3fdd56901a6316af2b)) ([Tanner Barlow](https://github.com/tbarlow12))
18
19### [1.67.3](https://github.com/serverless/serverless/compare/v1.67.2...v1.67.3) (2020-04-08)
20
21### Bug Fixes
22
23- **Components:** Handle gently initialization errors ([#7556](https://github.com/serverless/serverless/issues/7556)) ([7b0c18e](https://github.com/serverless/serverless/commit/7b0c18ededa149687942fb3318fefb26656e9e9d)) ([Mariusz Nowak](https://github.com/medikoo))
24
25### [1.67.2](https://github.com/serverless/serverless/compare/v1.67.1...v1.67.2) (2020-04-08)
26
27## [1.67.1](https://github.com/serverless/serverless/compare/v1.67.0...v1.67.1) (2020-04-07)
28
29### Bug Fixes
30
31- **Standalone:** Improve performance in China by supporting dedicated mirror for binary downloads ([#7521](https://github.com/serverless/serverless/issues/7521)) ([8e85fe6](https://github.com/serverless/serverless/commit/8e85fe611b4b4d619e0ad4fd347d669af6418634)) ([Mariusz Nowak](https://github.com/medikoo))
32- **AWS ALB:** Fix handling of provisioned concurrency ([#7285](https://github.com/serverless/serverless/issues/7285)) ([3138ef1](https://github.com/serverless/serverless/commit/3138ef1771a31a52429777241f67dcf07a69bebd)) ([Edward Goubely](https://github.com/cbm-egoubely))
33- Recognize AWS Web Identify Credentials ([#7442](https://github.com/serverless/serverless/issues/7442)) ([001f56c](https://github.com/serverless/serverless/commit/001f56cf5a4c8b4ffeb6f9e9fcc27e73d2f10789)) ([Thomas Schaaf](https://github.com/thomaschaaf))
34
35## [1.67.0](https://github.com/serverless/serverless/compare/v1.66.0...v1.67.0) (2020-03-19)
36
37### Features
38
39- **AWS Websocket:** `routeResponseSelectionExpression` setting ([#7233](https://github.com/serverless/serverless/issues/7233)) ([2d25e67](https://github.com/serverless/serverless/commit/2d25e678cb1390d3cfb8899f424ff4638b239ddc)), closes [#6130](https://github.com/serverless/serverless/issues/6130) ([DougHamil](https://github.com/DougHamil))
40
41### Bug Fixes
42
43- **AWS Lambda:** Respect external IAM role at destinations ([#7476](https://github.com/serverless/serverless/pull/7476)) ([7a3a45f](https://github.com/serverless/serverless/commit/7a3a45f0b3f2b42a0ab68b6f638d3d97fda7cf31)), closes [#7448](https://github.com/serverless/serverless/issues/7448) ([Mariusz Nowak](https://github.com/medikoo))
44- **Templates:** Fix support for `~/..` paths ([#7381](https://github.com/serverless/serverless/issues/7381)) ([962506b](https://github.com/serverless/serverless/commit/962506b4356545870e18d570756240e602b5f541)) ([Ada Ye](https://github.com/yyylksdy))
45- **AWS HTTP API:** Do not validate timeout when no `httpApi` event ([#7467](https://github.com/serverless/serverless/pull/7467)) ([841aac9](https://github.com/serverless/serverless/commit/841aac941fdfc65f55b321382cfd349bd5caa209)) ([Mariusz Nowak](https://github.com/medikoo))
46
47## [1.66.0](https://github.com/serverless/serverless/compare/v1.65.0...v1.66.0) (2020-03-09)
48
49### Features
50
51- **AWS Lambda:** Support configuration of destinations ([#7261](https://github.com/serverless/serverless/pull/7261)) ([8ed6a6e](https://github.com/serverless/serverless/commit/8ed6a6e7d7efc2857c68acf6e7c641f6ad8fb37c)) ([Mariusz Nowak](https://github.com/medikoo))
52
53### Bug Fixes
54
55- **AWS Cognito:** Fix pool update handling ([#7418](https://github.com/serverless/serverless/pull/7418)) ([0898664](https://github.com/serverless/serverless/commit/0898664c6807a6f0530281be2615d210470420fe)) ([Mariusz Nowak](https://github.com/medikoo))
56- **AWS HTTP API:** Ensure function `timeout` setting is respected ([#7420](https://github.com/serverless/serverless/pull/7420)) ([b52a41d](https://github.com/serverless/serverless/commit/b52a41d9ee08efc875815b239c7d25d32b3be92f)) ([Mariusz Nowak](https://github.com/medikoo))
57- **AWS Websocket:** Fix AWS partition support ([#7430](https://github.com/serverless/serverless/issues/7430)) ([9b627fb](https://github.com/serverless/serverless/commit/9b627fbf7e69d123f60e31c27289788fed7115ae)) ([Austin J. Alexander](https://github.com/austinjalexander))
58- **AWS S3:** Add source account to lambda permissions for S3 events ([#7417](https://github.com/serverless/serverless/issues/7417)) ([7d67f33](https://github.com/serverless/serverless/commit/7d67f33b085c29ce0e57431629e33e657b93c474)) ([Callum Smits](https://github.com/callumsmits))
59- **Variables:** Relax pattern to allow non-ascii defaults ([#7431](https://github.com/serverless/serverless/issues/7431)) ([7310782](https://github.com/serverless/serverless/commit/73107822945a878abbdebe2309e8e9d87cc2858a)) ([Arben Bakiu](https://github.com/arbbakbenny))
60- **Standalone:** Fix logic responsible for notifications about new versions ([#7412](https://github.com/serverless/serverless/pull/7412)) ([1565d03](https://github.com/serverless/serverless/commit/1565d038313b7939d6c9d9fdf8bfb4f95fd7027e)) ([AJ Stuyvenberg](https://github.com/astuyve))
61
62## [1.65.0](https://github.com/serverless/serverless/compare/v1.64.1...v1.65.0) (2020-02-28)
63
64### Features
65
66- **AWS HTTP API:**
67 - Support access logs configuration ([#7385](https://github.com/serverless/serverless/pull/7385)) ([f2cb89a](https://github.com/serverless/serverless/commit/f2cb89a3cadc34235ccd62c35beb165942fb60d6)) ([Mariusz Nowak](https://github.com/medikoo))
68 - Support attachment to externally created API ([#7396](https://github.com/serverless/serverless/pull/7396)) ([f47b340](https://github.com/serverless/serverless/commit/f47b340e4fbe5163595225d450e857ae36211d98)) ([Mariusz Nowak](https://github.com/medikoo))
69 - Support `timeout` configuration ([#7401](https://github.com/serverless/serverless/pull/7401)) ([df9846d](https://github.com/serverless/serverless/commit/df9846d9afa56bb7d5d8bc07b6a58c2f58eaf59e)) ([Mariusz Nowak](https://github.com/medikoo))
70- **Components:** Support Cloud Components ([#7390](https://github.com/serverless/serverless/issues/7390)) ([0ed52f6](https://github.com/serverless/serverless/commit/0ed52f61de98101fd570bc6e7794a74ab7afa0ff)) ([Eslam Hefnawy](https://github.com/eahefnawy))
71- **AWS API Gateway:** Support association of VPC endpoint ids ([#7382](https://github.com/serverless/serverless/issues/7382)) ([19012a9](https://github.com/serverless/serverless/commit/19012a9068357f307693823bc56bb2ce1d881a64)) ([Alexandre Tremblay](https://github.com/altrem))
72- **AWS CloudFormation:** Support `resource.extensions` for safe resource extensions ([#7352](https://github.com/serverless/serverless/issues/7352)) ([08ec261](https://github.com/serverless/serverless/commit/08ec261a3cd34e7225f471cbeab8cef605ac61fc)) ([Geoff Baskwill](https://github.com/glb))
73
74### Bug Fixes
75
76- **AWS Local Invocation:**
77 - Ensure AWS creds resolution for local docker invocation ([#7375](https://github.com/serverless/serverless/issues/7375)) ([90b3a8f](https://github.com/serverless/serverless/commit/90b3a8f81eea8fb27c24b2b05888e7f386ee47bd)) ([frozenbonito](https://github.com/frozenbonito))
78 - Ensure AWS env vars in local invocation made with docker ([#7349](https://github.com/serverless/serverless/issues/7349)) ([c09f718](https://github.com/serverless/serverless/commit/c09f71897a67fe8ec98d460075f0f02b397f8ee5)) ([frozenbonito](https://github.com/frozenbonito))
79 - Fix handler resolution (multi `.` case) for local invocation ([#7398](https://github.com/serverless/serverless/issues/7398)) ([d84e9e7](https://github.com/serverless/serverless/commit/d84e9e7d1e440b5bfaae39b4cfefd83f8ac2e8b9)) ([Arben Bakiu](https://github.com/arbbakbenny))
80- **Standalone:** Ensure to bundle local invocation non Node.js artifcats ([#7409](https://github.com/serverless/serverless/pull/7409)) ([506ad86](https://github.com/serverless/serverless/commit/506ad863da1ceb78d2d8a0573dbc03c0db56f098)) ([Mariusz Nowak](https://github.com/medikoo))
81- **AWS EventBridge:** Ensure AWS EventBrigde target ids fit 64 chars limit ([#7359](https://github.com/serverless/serverless/issues/7359)) ([103fdac](https://github.com/serverless/serverless/commit/103fdacc294ab87f4bd079847d05d9448fd4b494)) ([Frédéric Barthelet](https://github.com/fredericbarthelet))
82- **AWS IAM:** Ensure consistency in role and policy names ([#7357](https://github.com/serverless/serverless/issues/7357)) ([9a0aaa8](https://github.com/serverless/serverless/commit/9a0aaa843b19cb5bc0ddfe9a25b96e3c64d82749)) ([Thomas Schaaf](https://github.com/thomaschaaf))
83- **AWS SNS:** Fix handling of `redrivePolicy` ([#7277](https://github.com/serverless/serverless/issues/7277)) ([292b1ca](https://github.com/serverless/serverless/commit/292b1caf58583a7935673e22fc7f505b9f9871bc)) ([tcastelli](https://github.com/tcastelli))
84
85### [1.64.1](https://github.com/serverless/serverless/compare/v1.64.0...v1.64.1) (2020-02-26)
86
87### Bug Fixes
88
89- **AWS HTTP API:** Configure default stage explicity ([#7383](https://github.com/serverless/serverless/issues/7383)) ([3d79a7a](https://github.com/serverless/serverless/commit/3d79a7a169fdc2c43c86d6b509f9151af32665dc)) ([Mariusz Nowak](https://github.com/medikoo))
90- Follow symlinks when writing a config ([#7374](https://github.com/serverless/serverless/issues/7374)) ([3e1e1f4](https://github.com/serverless/serverless/commit/3e1e1f486c4f6e283e172c99d9a38838bfbe2ab6)) ([Neil Locketz](https://github.com/c0d3d))
91- Service state path resolution ([#7388](https://github.com/serverless/serverless/issues/7388)) ([5017f03](https://github.com/serverless/serverless/commit/5017f038d6a8f35fc25ec7a239358a30ca15b745)) ([Arben Bakiu](https://github.com/arbbakbenny))
92- When packaging do not crash on deps with no package.json ([#7368](https://github.com/serverless/serverless/issues/7368)) ([8518000](https://github.com/serverless/serverless/commit/8518000d4fbf3a6cf0a6e2f81bd6421e017a1b5f)) ([darko1979](https://github.com/darko1979))
93
94## [1.64.0](https://github.com/serverless/serverless/compare/v1.63.0...v1.64.0) (2020-02-18)
95
96### Features
97
98- **AWS HTTP API:**
99 - Support CORS configuration ([#7336](https://github.com/serverless/serverless/issues/7336)) ([ca69387](https://github.com/serverless/serverless/commit/ca693872855a59799ec22079d20d048b40ab33a1)) ([Mariusz Nowak](https://github.com/medikoo))
100 - Support JWT authorizers ([#7346](https://github.com/serverless/serverless/issues/7346)) ([fbf99fa](https://github.com/serverless/serverless/commit/fbf99fa2abf9ce3bc13fc4a6c8439a650d3eaa4e)) ([Mariusz Nowak](https://github.com/medikoo))
101- **AWS API Gateway:**
102 - Support `provider.logs.restApi.roleManagedExternally` ([#7333](https://github.com/serverless/serverless/issues/7333)) ([9b701a4](https://github.com/serverless/serverless/commit/9b701a405627273fb54e411eb4e87bc085282c6b)) ([coyoteecd](https://github.com/coyoteecd))
103 (so CloudWatch IAM role access can be handled externally)
104 - Support `authorizer.managedExternally` option for `http` event authorizers ([#7327](https://github.com/serverless/serverless/issues/7327)) ([7abb23e](https://github.com/serverless/serverless/commit/7abb23edc8dfbe5005ac716aa137330741759929)) ([Geoff Baskwill](https://github.com/glb))
105 (so permissions for lambda authorizers are handled externally)
106- **AWS IAM:** Support `provider.rolePermissionsBoundary` to set IAM boundary ([#7319](https://github.com/serverless/serverless/issues/7319)) ([09466b5](https://github.com/serverless/serverless/commit/09466b5a172a743b1c2d5c1045c08f5c2ad32a2e)) ([Thomas Schaaf](https://github.com/thomaschaaf))
107- **AWS ALB:** Support `provider.alb.targetGroupPrefix` setting ([#7322](https://github.com/serverless/serverless/issues/7322)) ([3910df1](https://github.com/serverless/serverless/commit/3910df1ba6a8b39367ce8d51adb90216251be2ba)) ([isen-ng](https://github.com/isen-ng) & [jinhong-](https://github.com/jinhong-))
108 (so ALB target groups are prefixed with common strings, and can be easily referenced externally)
109- **AWS Kinesis:** Support Enhanced Fan-out (Consumer) streams ([#7320](https://github.com/serverless/serverless/issues/7320)) ([9eba218](https://github.com/serverless/serverless/commit/9eba2187f9565b39d31e88572c06ea2ccaa4bade)) ([Zac Charles](https://github.com/zaccharles))
110- **AWS Local invocation:** Improve performance of invocations in Docker containers ([#7178](https://github.com/serverless/serverless/issues/7178)) ([f6d9bfd](https://github.com/serverless/serverless/commit/f6d9bfd6c6bb5cd49ee67ce20e35e78090c18ab3)) ([Richard Davison](https://github.com/richarddd))
111- **AWS Deploy:**
112 - Support `deploymentBucket.maxPreviousDeploymentArtifacts` customization ([#7283](https://github.com/serverless/serverless/issues/7283)) ([0241468](https://github.com/serverless/serverless/commit/024146885a913f545ebf8b0f5f6734b7650c64cc)) ([Edmundo Santos](https://github.com/rdsedmundo))
113 - Support tweaking max concurrent artifact uploads count ([#7295](https://github.com/serverless/serverless/issues/7295)) ([0592a27](https://github.com/serverless/serverless/commit/0592a27dbc084eb9b96791f24c1ef636395e42dc)) ([Edmundo Santos](https://github.com/rdsedmundo))
114
115### Bug Fixes
116
117- **AWS HTTP API:** (design fix) Instead of creating AWS stage, publish to default stage in all cases ([#7331](https://github.com/serverless/serverless/issues/7331)) ([44c2342](https://github.com/serverless/serverless/commit/44c2342aeba76bd98c097a78be1d762eeccbbfd3)) ([Mariusz Nowak](https://github.com/medikoo))
118- **AWS API Gateway:** Limit permission scope of authorizers ([#7300](https://github.com/serverless/serverless/issues/7300)) ([c05dcb3](https://github.com/serverless/serverless/commit/c05dcb3432c16fe5cf25bc3c796f9feb92e5421a)) ([Philipp Muens](https://github.com/pmuens))
119- **AWS Websocket:** Fix route names normalization ([#7294](https://github.com/serverless/serverless/issues/7294)) ([33291c8](https://github.com/serverless/serverless/commit/33291c8d08c8edd82e807b8fbe3f1796bcfdb4ac)) ([tom-marsh](https://github.com/tom-marsh))
120
121## [1.63.0](https://github.com/serverless/serverless/compare/v1.62.0...v1.63.0) (2020-02-05)
122
123### Features
124
125- **AWS HTTP API:** Initial basic routes configuration support ([69170d0](https://github.com/serverless/serverless/commit/69170d09a8595605cce9c9c8cafe0d676ea87746))
126- Support `destinations` config on stream events ([#7262](https://github.com/serverless/serverless/issues/7262)) ([ea4ac26](https://github.com/serverless/serverless/commit/ea4ac262ea4b9efdebc1fc357ffe906900295823))
127- Support rich and reusable S3 buckets configuration ([#7156](https://github.com/serverless/serverless/issues/7156)) ([382c0bf](https://github.com/serverless/serverless/commit/382c0bfc21b98fdadb8ad86340a97f6cc18ce84d))
128
129### Bug Fixes
130
131- Fix `sls logs` so it also covers output from aliases ([#7270](https://github.com/serverless/serverless/issues/7270)) ([4468805](https://github.com/serverless/serverless/commit/4468805d2a93224b63d99dc04f6c6056226af689)), closes [#7214](https://github.com/serverless/serverless/issues/7214)
132- **Standalone:** Ensure to use proper CLI params parser ([f426ed7](https://github.com/serverless/serverless/commit/f426ed7077c67eac9785452b312ca1e179c201bf))
133
134### [1.62.0](https://github.com/serverless/serverless/compare/v1.61.3...v1.62.0) (2020-01-29)
135
136### Features
137
138- Support `redrivePolicy` configuration on SNS events ([#7239](https://github.com/serverless/serverless/issues/7239)) ([4f27378](https://github.com/serverless/serverless/commit/4f273785f4b7cceaffd2fb6b9255e4187962d53c))
139- Ensure deterministic WebSockets deployment id (so deployments are skipped when no changes are detected) ([#7248](https://github.com/serverless/serverless/issues/7248)) ([9f0131f](https://github.com/serverless/serverless/commit/9f0131fedf60e9104f38702d01e103b9a3b0f629))
140- `azure-nodejs-typescript` template ([#7252](https://github.com/serverless/serverless/issues/7252)) ([0549d85](https://github.com/serverless/serverless/commit/0549d85bc0254a10d3314613892e335da2bc3722))
141
142### Bug Fixes
143
144- **Variables:** When resolving SSM parameter, ensure to retrieve status code from AWS error correctly ([bc5bbbe](https://github.com/serverless/serverless/commit/bc5bbbed3c050eb69262b3f9b6fbd53c563c9fb2)), closes [#7237](https://github.com/serverless/serverless/issues/7237)
145- Do not overwrite `go.mod` on `make` in Go template ([#7245](https://github.com/serverless/serverless/issues/7245)) ([1793cf8](https://github.com/serverless/serverless/commit/1793cf8d7a55b85fc6505ae493dcca2292e443d2))
146
147### [1.61.3](https://github.com/serverless/serverless/compare/v1.61.2...v1.61.3) (2020-01-21)
148
149### Improvements
150
151- Support `code` parameter on `ServerlessError` ([f6c5179](https://github.com/serverless/serverless/commit/f6c51796f886573679d3500b2007a314c8e4bd4d))
152
153### [1.61.2](https://github.com/serverless/serverless/compare/v1.61.1...v1.61.2) (2020-01-15)
154
155### Bug Fixes
156
157- Separate AWS region and credentials resolution concern ([91525e8](https://github.com/serverless/serverless/commit/91525e889f08eefe0451df65e1207d53978030ef)). Fixes [serverless/enterprise-plugin#340](https://github.com/serverless/enterprise-plugin/issues/340)
158
159### [1.61.1](https://github.com/serverless/serverless/compare/v1.61.0...v1.61.1) (2020-01-14)
160
161### Bug Fixes
162
163- **AWS APIGW:** Fix default resource policy configuration ([8814671](https://github.com/serverless/serverless/commit/8814671435a2b78ec281e527227e1b4a0fbbe093))
164 Fixes regression introduced with [#7138](https://github.com/serverless/serverless/issues/7138)
165 Closes [#7194](https://github.com/serverless/serverless/issues/7194) and [#7211](https://github.com/serverless/serverless/issues/7211)
166
167## [1.61.0](https://github.com/serverless/serverless/compare/v1.60.5...v1.61.0) (2020-01-13)
168
169### Features
170
171- **Standalone:** Windows Chocolatey PM integration ([85b196f](https://github.com/serverless/serverless/commit/85b196ff4dd9fb64594bc1b362f882ee350dd01e))
172- Add support for plain .git template URLs ([3cfa750](https://github.com/serverless/serverless/commit/3cfa7502e233819d060140b356483d9fd8799800))
173- Enhance configuration options of cloudFront event ([#7170](https://github.com/serverless/serverless/issues/7170)) ([9591d5a](https://github.com/serverless/serverless/commit/9591d5a232c641155613d23b0f88ca05ea51b436)), closes [#7151](https://github.com/serverless/serverless/issues/7151), addresses [#6843](https://github.com/serverless/serverless/issues/6843) [#6785](https://github.com/serverless/serverless/issues/6785)
174- Support `BisectBatchOnFunctionError` option on event streams ([#7105](https://github.com/serverless/serverless/issues/7105)) ([560ceee](https://github.com/serverless/serverless/commit/560ceee5b3abf90999c61074b8a94d5ef31e967b))
175- support `RollbackConfiguration` in service config ([#7193](https://github.com/serverless/serverless/issues/7193)) ([5973c9f](https://github.com/serverless/serverless/commit/5973c9fd58631beaea45047345cac8d348e93911))
176
177### Bug Fixes
178
179- Fix CLI params resolution (switch to `yargs-parser`) ([#7187](https://github.com/serverless/serverless/issues/7187)) ([780fb46](https://github.com/serverless/serverless/commit/780fb46e726faf147ba16d190307bf1948ee53b3)), closes [#6083](https://github.com/serverless/serverless/issues/6083)
180- **AWS Lambda:** Do not break permission resource ([5e63cee](https://github.com/serverless/serverless/commit/5e63cee340591af5aaa65828a6907fca445d76e4)), closes [#7189](https://github.com/serverless/serverless/issues/7189)
181- Ensure CF stacks are deleted on failed creation attempt ([#7158](https://github.com/serverless/serverless/issues/7158)) ([53a18cb](https://github.com/serverless/serverless/commit/53a18cbff6d3d2d6698e98cf0dd8a7eba21fdf58)), closes [#6612](https://github.com/serverless/serverless/issues/6612)
182- Fix and improve openwhisk-java-maven templates ([#7164](https://github.com/serverless/serverless/issues/7164)) ([41d7d0b](https://github.com/serverless/serverless/commit/41d7d0bf0798188284f38e0f4e3effadad1f8d42))
183- Remove hard-coded AWS partitions ([#7175](https://github.com/serverless/serverless/issues/7175)) ([3236adb](https://github.com/serverless/serverless/commit/3236adb040f186cd606e5656cf85a05bd183e822))
184
185### [1.60.5](https://github.com/serverless/serverless/compare/v1.60.4...v1.60.5) (2020-01-03)
186
187### Bug Fixes
188
189- **Standalone**
190 - Ensure dashboard plugin policies are bundled ([4b5f531](https://github.com/serverless/serverless/commit/4b5f531d9ec293f1f228d572cd265361530135f7))
191 - Ensure dashboard wrapper is bundled ([994555d](https://github.com/serverless/serverless/commit/994555d7d6eb7bf960adceed4a59a4f667a9d92d))
192 - Workaround `pkg` [#420](https://github.com/zeit/pkg/issues/420) bug ([c94a614](https://github.com/serverless/serverless/commit/c94a6146762a2d50c9d746e70a699ffc9cffd9c8))
193- **AWS Lambda:** Fix provisioned concurrency setup issues (remove no longer needed AWS issue workaround) ([4821ad2](https://github.com/serverless/serverless/commit/4821ad21a5da5622a5686a7dc6eafdcd90ffe538)), closes [#7137](https://github.com/serverless/serverless/issues/7137)
194- **CLI**
195 - Fix ambiguity of `-v` option ([074647c](https://github.com/serverless/serverless/commit/074647c50244b11573e5ece1cfd7429da0a9bf2f))
196 - Recognize CLI aliases as documented ([7a804e1](https://github.com/serverless/serverless/commit/7a804e1c06b0991e2f9371b3bb794c660e2514d4)), closes [#7106](https://github.com/serverless/serverless/issues/7106)
197- **Plugins:** Fix resolution of config when installing plugin ([b5dbdaf](https://github.com/serverless/serverless/commit/b5dbdafe5b4b03608ebb10d024fb6587e1ea7a40)), closes [#7130](https://github.com/serverless/serverless/issues/7130)
198- **AWS APIGW:** Fix handling of removal of `resourcePolicy` setting ([e662a91](https://github.com/serverless/serverless/commit/e662a91d92651111c86b6e72eed57075be95decb)), closes [#6789](https://github.com/serverless/serverless/issues/6789)
199- **Variables:** Ensure no same object instances are shared across config ([4893f7d](https://github.com/serverless/serverless/commit/4893f7d0c2168d3aa39b04ac040cd1797ed31431)), closes [#7098](https://github.com/serverless/serverless/issues/7098)
200
201### [1.60.4](https://github.com/serverless/serverless/compare/v1.60.3...v1.60.4) (2019-12-23)
202
203### Bug Fixes
204
205- **AWS APIGW:** Fix handling of provisionedConcurrency: 0 setting ([efe6d02](https://github.com/serverless/serverless/commit/efe6d02e1ad9fa760a97f2c24d427e9791bcfd45)), closes [#7133](https://github.com/serverless/serverless/issues/7133)
206
207### [1.60.3](https://github.com/serverless/serverless/compare/v1.60.2...v1.60.3) (2019-12-23)
208
209### Bug Fixes
210
211- **AWS APIGW:** Fix Rest API id detection when no API GW involved ([81096ca](https://github.com/serverless/serverless/commit/81096caf3d8e98932cd4314495a4fc107fab297a)), regression introduced with [#7126](https://github.com/serverless/serverless/issues/7126)
212
213### [1.60.2](https://github.com/serverless/serverless/compare/v1.60.1...v1.60.2) (2019-12-23)
214
215### Bug Fixes
216
217- **AWS Lambda**
218 - **Fix provisioned concurrency setup (closes [#7059](https://github.com/serverless/serverless/issues/7059)):**
219 - Fix provisioned concurrency configuration. Configure on alias, and not on version. Thanks to that it can work with versioning enabled and changes to provisioned concurrency configuration are not immune to `Internal Failure` ([04a7657](https://github.com/serverless/serverless/commit/04a765715f3bb2cd5a41a9273b0623c2fe900691))
220 - Workaround AWS issue related to alias redeployments ([56b9d3d](https://github.com/serverless/serverless/commit/56b9d3d41213f0fc90a48af1bcaf92233854acbb))
221 - Ensure API Gateway endpoints point provisioned version ([67d27ed](https://github.com/serverless/serverless/commit/67d27edbfe420e5133d2acf970979bdfaa1d5905)),
222 - Fix CloudWatch logs creation access ([a2db989](https://github.com/serverless/serverless/commit/a2db9895398d90c42a613d0b1328f1b124aada0c)), closes [#6241](https://github.com/serverless/serverless/issues/6241) [#6692](https://github.com/serverless/serverless/issues/6692)
223- **AWS API Gateway:**
224 - Ensure to apply API GW stage settings in case of services having no endpoints configured ([e93e6f4](https://github.com/serverless/serverless/commit/e93e6f4028971b210310dc60dff04bf33ca1d3b9)), closes [#7036](https://github.com/serverless/serverless/issues/7036)
225- Fix custom resource lambda artifact generation ([7132af3](https://github.com/serverless/serverless/commit/7132af3217b6b46b5098bf6f2a96c50e27b588ef))
226
227### [1.60.1](https://github.com/serverless/serverless/compare/v1.60.0...v1.60.1) (2019-12-20)
228
229### Bug Fixes
230
231- Ensure necessary IAM role for handling existing cognito pools ([5c6de5c](https://github.com/serverless/serverless/commit/5c6de5c3ace69c1c5b91f1e1698d6e65f7a0e9af)), closes [#6579](https://github.com/serverless/serverless/issues/6579)
232- Fix support for relative plugins.localPath ([10ba8cb](https://github.com/serverless/serverless/commit/10ba8cbc46b751a63a7a604140ab28549d491b5c)), closes [#7117](https://github.com/serverless/serverless/issues/7117)
233- Support different AWS partitions ([f353144](https://github.com/serverless/serverless/commit/f3531445f82276ba0bc14044452b64d240df47e9))
234
235## [1.60.0](https://github.com/serverless/serverless/compare/v1.59.3...v1.60.0) (2019-12-18)
236
237### Features
238
239- **Binary installer**
240 - `uninstall` command for installed binaries ([53e596f](https://github.com/serverless/serverless/commit/53e596fa6708aa1c3a4359c5679a898cfbd406ec))
241 - `upgrade` command for installed binaries ([c4efd66](https://github.com/serverless/serverless/commit/c4efd66e4e9a808d8c79511af6cca7bc653bdec4))
242 - Configure binaries generation ([49f6e1e](https://github.com/serverless/serverless/commit/49f6e1e8a57929862c79b6fea90c7515469bca7c))
243 - Linux & macOS binary installer ([f0f9698](https://github.com/serverless/serverless/commit/f0f96980ee94727177f9306ab5bf31ac8e7e209b))
244 - Recognise as standalone ([59bea09](https://github.com/serverless/serverless/commit/59bea09dad12bd8484042e773e5a1c716aaec4a7))
245 - Script to upload generated binaries to GitHub release ([5563b28](https://github.com/serverless/serverless/commit/5563b284f265e20db5058922e65e08425e978efc))
246- Draw CLI boxes with `boxen` package ([80f9a65](https://github.com/serverless/serverless/commit/80f9a6570fc139da1da7b0e53778d7fdc1ff507b))
247- MaximumRetryAttempts config for stream ([998b6fd](https://github.com/serverless/serverless/commit/998b6fd296f54d5a05f1609b29cc09fbc541935f)), closes [#7012](https://github.com/serverless/serverless/issues/7012)
248- Memoize resolution of dev deps exclusion paths ([#7091](https://github.com/serverless/serverless/issues/7091)) ([5143c2a](https://github.com/serverless/serverless/commit/5143c2ad3af84e198fb256b8cebf585aac3886e6))
249- Support CF instructions in awsKmsKeyArn setting ([#7083](https://github.com/serverless/serverless/issues/7083)) ([f9b6507](https://github.com/serverless/serverless/commit/f9b650782539808e796c1544a9dc7f2d02603db1))
250- Unconditionally display browser url ([c900900](https://github.com/serverless/serverless/commit/c90090048847c4280081a7b7fb1a8c3171cc7771))
251- Update and improve aws-kotlin-jvm-gradle template ([#7072](https://github.com/serverless/serverless/issues/7072)) ([0b3a08a](https://github.com/serverless/serverless/commit/0b3a08afaaf520fe6c3d4ebaac1a12fbd83c1fe4))
252
253### Bug Fixes
254
255- Ensure not to autocomplete hidden commands ([3f7f532](https://github.com/serverless/serverless/commit/3f7f532b88c9bdcc25a2b53a93e11484131c28ab))
256- Fix AWS partition reference in APIGW CloudWatch role setup ([fc74c28](https://github.com/serverless/serverless/commit/fc74c287f68deb20266d011d9376d13117c11161)), closes [#7100](https://github.com/serverless/serverless/issues/7100)
257- Fix credentials validation in EC2 environment ([#6977](https://github.com/serverless/serverless/issues/6977)) ([f8ee027](https://github.com/serverless/serverless/commit/f8ee0279037ba35b4c32f5872fcff4e741898db1))
258- Prevent uncaught exception in case of `open` util issue ([f29d169](https://github.com/serverless/serverless/commit/f29d1697dd89a418ca4aacac23b64b928e68f643))
259- Recognize falsy values as CLI options defaults ([#7071](https://github.com/serverless/serverless/issues/7071)) ([7e0e903](https://github.com/serverless/serverless/commit/7e0e903c798cc6c5370a74048202cd0480e2be3d))
260
261### [1.59.3](https://github.com/serverless/serverless/compare/v1.59.2...v1.59.3) (2019-12-09)
262
263### Bug Fixes
264
265- Do not set optional ParallelizationFactor when not explicitly set ([e74d1a0](https://github.com/serverless/serverless/commit/e74d1a0a6486fba1ca09c5eb54b36fcf552d60f4)), closes [#7049](https://github.com/serverless/serverless/issues/7049)
266- Fix provisioned concurrency support ([be0ebb7](https://github.com/serverless/serverless/commit/be0ebb76e7d3860587a986c9da48209870e7990d)), closes [#7059](https://github.com/serverless/serverless/issues/7059)
267
268### [1.59.2](https://github.com/serverless/serverless/compare/v1.59.1...v1.59.2) (2019-12-06)
269
270### Bug Fixes
271
272- Ensure to not create cognito pools marked as 'existing' ([fe546c5](https://github.com/serverless/serverless/commit/fe546c50d35b88b24556257182aacd9e24f07d1b))
273
274### [1.59.1](https://github.com/serverless/serverless/compare/v1.59.0...v1.59.1) (2019-12-05)
275
276### Bug Fixes
277
278- Fix mishandling of cachedCredentials in invokeLocal ([699e78d](https://github.com/serverless/serverless/commit/699e78d251b7cbb3e6553c6d8554c2bf568be1fb)), closes [#7050](https://github.com/serverless/serverless/issues/7050), regression introduced with [#7044](https://github.com/serverless/serverless/issues/7044)
279
280# 1.59.0 (2019-12-04)
281
282- [Fix spelling and typos in docs, code variables and code comments](https://github.com/serverless/serverless/pull/6986)
283- [Code cleanup and refactoring](https://github.com/serverless/serverless/pull/6990)
284- [Add support for contentHandling - Fixes gh-6949](https://github.com/serverless/serverless/pull/6987)
285- [Fix deployment bucket SSE documentation](https://github.com/serverless/serverless/pull/7000)
286- [Make authorizer type check from #6150 case insensitive](https://github.com/serverless/serverless/pull/7001)
287- [Govcloud custom resource fix](https://github.com/serverless/serverless/pull/6996)
288- [Lint and style patches](https://github.com/serverless/serverless/pull/7004)
289- [Fix/cors omit access control allow credentials on false](https://github.com/serverless/serverless/pull/6999)
290- [Fix: remove `$context.status` from websocket access log format](https://github.com/serverless/serverless/pull/7014)
291- [Clarifying Azure setup](https://github.com/serverless/serverless/pull/7015)
292- [Expose ParallelizationFactor prop for Kinesis Streams](https://github.com/serverless/serverless/pull/7024)
293- [Replace moment with dayjs](https://github.com/serverless/serverless/pull/7025)
294- [Update AWS SQS event docs regarding FIFO queue trigger for Lambda](https://github.com/serverless/serverless/pull/7029)
295- [Awsprovider - adding support for SDK sub-classes.](https://github.com/serverless/serverless/pull/7031)
296- [Provide backoff for retryable aws requests and the option to adjust the cf status check interval via an environment variable](https://github.com/serverless/serverless/pull/6981)
297- [Add page for best practices on CI/CD](https://github.com/serverless/serverless/pull/6988)
298- [Optimize custom resources generation](https://github.com/serverless/serverless/pull/7032)
299- [Update API GW stage settings only when explicitly set](https://github.com/serverless/serverless/pull/7033)
300- [Do not apply APIGW wide settings on externally referenced APIGW](https://github.com/serverless/serverless/pull/7034)
301- [Enable Content Trust checking when pulling lambci/lambda images](https://github.com/serverless/serverless/pull/6992)
302- [Fix resolution of user configured APIGW](https://github.com/serverless/serverless/pull/7039)
303- [Add option to change log level for websocket logs](https://github.com/serverless/serverless/pull/7035)
304- [Support lambda provisioned concurrency](https://github.com/serverless/serverless/pull/7043)
305- [Fix AWS creds handling](https://github.com/serverless/serverless/pull/7044)
306- [Fix lambda provisioned concurrency setup](https://github.com/serverless/serverless/pull/7045)
307
308## Meta
309
310- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.58.0...v1.59.0)
311
312# 1.58.0 (2019-11-20)
313
314- [Fix missing ALB trigger in console](https://github.com/serverless/serverless/pull/6926)
315- [Add support for vpc link integration discussed as part of #5025](https://github.com/serverless/serverless/pull/6051)
316- [Setup Codecov](https://github.com/serverless/serverless/pull/6924)
317- [Fix handling of China region in S3 bucket policy](https://github.com/serverless/serverless/pull/6934)
318- [Fix policy definition](https://github.com/serverless/serverless/pull/6937)
319- [Fix typo in Tencent docs](https://github.com/serverless/serverless/pull/6935)
320- [Add Knative provider template](https://github.com/serverless/serverless/pull/6936)
321- [Add Knative documentation](https://github.com/serverless/serverless/pull/6930)
322- [PLAT-1798 - set env vars for AWS creds from cached credentials…](https://github.com/serverless/serverless/pull/6938)
323- [Add azure python to cli](https://github.com/serverless/serverless/pull/6945)
324- [updated providers menu order in docs](https://github.com/serverless/serverless/pull/6955)
325- [Update API Gateway tagging to use partition for deployed region](https://github.com/serverless/serverless/pull/6948)
326- [Fix: use normalized maps in zipService.js](https://github.com/serverless/serverless/pull/6705)
327- [Add support for multi-value headers in ALB events](https://github.com/serverless/serverless/pull/6940)
328- [Improve config error handling](https://github.com/serverless/serverless/pull/6962)
329- [sls-flask starter kit](https://github.com/serverless/serverless/pull/6967)
330- [Add variable completion report if variable progress was reported](https://github.com/serverless/serverless/pull/6966)
331- [Update docs links](https://github.com/serverless/serverless/pull/6975)
332- [Update documentation to include information about tags](https://github.com/serverless/serverless/pull/6982)
333- [Python3.8 support!](https://github.com/serverless/serverless/pull/6978)
334- [Updates to CI/CD settings for the beta](https://github.com/serverless/serverless/pull/6972)
335- [rename output variables to outputs](https://github.com/serverless/serverless/pull/6971)
336- [Fix Tencent Template and Readme](https://github.com/serverless/serverless/pull/6984)
337- [Default to Nodejs12.x runtime](https://github.com/serverless/serverless/pull/6983)
338- [#6162: Support multiple schemas, don't overwrite RequestModels for each](https://github.com/serverless/serverless/pull/6954)
339- [Support empty deploymentPrefix](https://github.com/serverless/serverless/pull/6941)
340
341## Meta
342
343- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.57.0...v1.58.0)
344
345# 1.57.0 (2019-11-06)
346
347- [Note about how to move services to new apps](https://github.com/serverless/serverless/pull/6912)
348- [Allow casting to boolean in Serverless variables](https://github.com/serverless/serverless/pull/6869)
349- [Create distinct target groups for different ALBs](https://github.com/serverless/serverless/pull/6383)
350- [sls create --help improvements](https://github.com/serverless/serverless/pull/6919)
351- [Fix race conditions handling in stats requests](https://github.com/serverless/serverless/pull/6920)
352- [Update AWS Limits on Lambda@Edge](https://github.com/serverless/serverless/pull/6922)
353- [Fixes bug with sns-cross-region definition using psuedo params](https://github.com/serverless/serverless/pull/6879)
354- [Add tencent-plugins english version docs](https://github.com/serverless/serverless/pull/6916)
355
356## Meta
357
358- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.56.1...v1.57.0)
359
360# 1.56.1 (2019-10-31)
361
362- [Fix deployment bucket policy handling with custom bucket ](https://github.com/serverless/serverless/pull/6909)
363- [Feat: aws-nodejs-typescript template improvements](https://github.com/serverless/serverless/pull/6904)
364
365## Meta
366
367- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.56.0...v1.56.1)
368
369# 1.56.0 (2019-10-31)
370
371- [AWS - deployment bucket policy for HTTPS only](https://github.com/serverless/serverless/pull/6823)
372- [Docs on renamed outputs and expanded support](https://github.com/serverless/serverless/pull/6870)
373- [Fix minor typo](https://github.com/serverless/serverless/pull/6877)
374- [Added mock integration documentation example](https://github.com/serverless/serverless/pull/6883)
375- [Fix region error handling in Lambda@Edge implementation](https://github.com/serverless/serverless/pull/6886)
376- [Allow specifying ApiGateway logs role ARN](https://github.com/serverless/serverless/pull/6747)
377- [Adds unused memory alert](https://github.com/serverless/serverless/pull/6889)
378- [Find origin by domain name and path](https://github.com/serverless/serverless/pull/6880)
379- [fix minor typo in kubeless docs](https://github.com/serverless/serverless/pull/6896)
380- [Add tencent provider create-template](https://github.com/serverless/serverless/pull/6898)
381
382## Meta
383
384- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.55.1...v1.56.0)
385
386# 1.55.1 (2019-10-23)
387
388- [Allow plugins to customize what flags are supported during interactive cli](https://github.com/serverless/serverless/pull/6697)
389
390## Meta
391
392- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.55.0...v1.55.1)
393
394# 1.55.0 (2019-10-23)
395
396- [Allow empty arrays in overrides](https://github.com/serverless/serverless/pull/6813)
397- [Make question mark available as variables fallback](https://github.com/serverless/serverless/pull/6808)
398- [Improve plugins resolution and initialization flow](https://github.com/serverless/serverless/pull/6814)
399- [Azure Python template](https://github.com/serverless/serverless/pull/6822)
400- [Chore - stop using deprecated 'new Buffer()' method.](https://github.com/serverless/serverless/pull/6829)
401- [AWS - adding naming function for S3 compiled template file name.](https://github.com/serverless/serverless/pull/6828)
402- [Span docs! and full `serverless_sdk` docs](https://github.com/serverless/serverless/pull/6809)
403- [Fix perms with several CloudWatch log subscriptions](https://github.com/serverless/serverless/pull/6827)
404- [Fixing an Azure docs broken link](https://github.com/serverless/serverless/pull/6838)
405- [Adding note to Azure nodejs template](https://github.com/serverless/serverless/pull/6839)
406- [Updated Azure Functions documentation](https://github.com/serverless/serverless/pull/6840)
407- [Support for NotAction and NotResource in IAM role statements](https://github.com/serverless/serverless/pull/6842)
408- [added frontmatter to sdk docs](https://github.com/serverless/serverless/pull/6845)
409- [Setup <tab> completion via CLI command and interactive CLI step](https://github.com/serverless/serverless/pull/6835)
410- [Upgrade gradle version](https://github.com/serverless/serverless/pull/6855)
411- [Update Google provider documentation for functions](https://github.com/serverless/serverless/pull/6854)
412- [SNS integration tests](https://github.com/serverless/serverless/pull/6846)
413- [SQS integration tests](https://github.com/serverless/serverless/pull/6847)
414- [Streams integration tests](https://github.com/serverless/serverless/pull/6848)
415- [Improvements on SQS docs as suggested on #6516](https://github.com/serverless/serverless/pull/6853)
416- [Schedule integration tests](https://github.com/serverless/serverless/pull/6851)
417- [Update event documentation](https://github.com/serverless/serverless/pull/6857)
418- [Upgrade groovy/gradle/plugin versions and dependencies (aws-groovy-gradle)](https://github.com/serverless/serverless/pull/6862)
419- [Upgrade gradle/plugins version and dependencies (aws-clojure-gradle)](https://github.com/serverless/serverless/pull/6861)
420- [IoT integration tests](https://github.com/serverless/serverless/pull/6837)
421- [Update https-proxy-agent dependency](https://github.com/serverless/serverless/pull/6866)
422- [Allow to use Ref in stream arn property](https://github.com/serverless/serverless/pull/6856)
423- [Add Tests for resolveFilePathsFromPatterns()](https://github.com/serverless/serverless/pull/6825)
424- [Integration tests improvements and fixes](https://github.com/serverless/serverless/pull/6867)
425- [Honor cfnRole in custom resources](https://github.com/serverless/serverless/pull/6871)
426
427## Meta
428
429- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.54.0...v1.55.0)
430
431# 1.54.0 (2019-10-09)
432
433- [Fixing typos in variable names](https://github.com/serverless/serverless/pull/6746)
434- [Simplify GitHub Issue / PR templates](https://github.com/serverless/serverless/pull/6753)
435- [Capture and span docs](https://github.com/serverless/serverless/pull/6757)
436- [Automate keeping the sfe-next branch upto date](https://github.com/serverless/serverless/pull/6743)
437- [Update dependencies in aws-scala-sbt template](https://github.com/serverless/serverless/pull/6754)
438- [PR Template --> Hide useful scripts in expandable section](https://github.com/serverless/serverless/pull/6763)
439- [Doc refactoring and new features](https://github.com/serverless/serverless/pull/6758)
440- [doc: add cosmosdb events doc](https://github.com/serverless/serverless/pull/6794)
441- [Showcase how to use AWS SDK in sls helpers](https://github.com/serverless/serverless/pull/6788)
442- [Issue 4867 - Allowing InvokeBridge to find handleRequest method from super classes](https://github.com/serverless/serverless/pull/6791)
443- [Update Azure environment variable documentation](https://github.com/serverless/serverless/pull/6798)
444- [Update quick-start.md](https://github.com/serverless/serverless/pull/6802)
445- [Add Questions issue template that navigate users to forums](https://github.com/serverless/serverless/pull/6786)
446- [Update SLS Deploy Documentation](https://github.com/serverless/serverless/pull/6790)
447- [S3 Block Public Access](https://github.com/serverless/serverless/pull/6779)
448- [Documentation for CI/CD](https://github.com/serverless/serverless/pull/6767)
449- [Added logging Implementation for serverless openwhisk-nodejs template](https://github.com/serverless/serverless/pull/6806)
450
451## Meta
452
453- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.53.0...v1.54.0)
454
455# 1.53.0 (2019-09-25)
456
457- [Respect logRetentionInDays in log group for websocket](https://github.com/serverless/serverless/pull/6658)
458- [Remove requirement for an existing AWS profile on sls package command](https://github.com/serverless/serverless/pull/6564)
459- [Adding docs on using captureError](https://github.com/serverless/serverless/pull/6670)
460- [Make minor correction to CONTRIBUTING.md.](https://github.com/serverless/serverless/pull/6682)
461- [[Docs] Added clarification on specifying SNS ARN](https://github.com/serverless/serverless/pull/6678)
462- [Fix regular expression escaping in aws plugin.](https://github.com/serverless/serverless/pull/6689)
463- [Update Azure quickstart and Azure Node.js project README](https://github.com/serverless/serverless/pull/6376)
464- [Update Azure CLI Reference Docs](https://github.com/serverless/serverless/pull/6380)
465- [Docs: update and clean up hello world app documentation](https://github.com/serverless/serverless/pull/6664)
466- [Update Azure provider guide docs](https://github.com/serverless/serverless/pull/6403)
467- [Update azure nodejs template](https://github.com/serverless/serverless/pull/6626)
468- [Move common test utils to @serverless/test](https://github.com/serverless/serverless/pull/6660)
469- [Add testing docs](https://github.com/serverless/serverless/pull/6696)
470- [Add aliyun provider](https://github.com/serverless/serverless/pull/4922)
471- [Update homepage in package.json to point to the docs](https://github.com/serverless/serverless/pull/6703)
472- [Fix typo](https://github.com/serverless/serverless/pull/6712)
473- [Truncated aliyun events menuText](https://github.com/serverless/serverless/pull/6708)
474- [Added Components Versions](https://github.com/serverless/serverless/pull/6702)
475- [Add commas when specifying Google roles for legibility](https://github.com/serverless/serverless/pull/6707)
476- [Add Theodo to the consultants section of the README](https://github.com/serverless/serverless/pull/6713)
477- [Remove incorrect AWS Access Role test instruction](https://github.com/serverless/serverless/pull/6686)
478- [Feat: add qualifier option to invoke command](https://github.com/serverless/serverless/pull/6711)
479- [Upgrade @serverless/test to v2](https://github.com/serverless/serverless/pull/6714)
480- [Allow plugins not in registry to be installed](https://github.com/serverless/serverless/pull/6719)
481- [PLAT-1599 Modularize interactive AWS setup](https://github.com/serverless/serverless/pull/6639)
482- [Documented url+zip deploy strategy for serverless-kubeless](https://github.com/serverless/serverless/pull/6721)
483- [Improve message for Windows users in AWS credentials setup](https://github.com/serverless/serverless/pull/6728)
484- [Fix custom resources install](https://github.com/serverless/serverless/pull/6742)
485- [Add support for MaximumBatchingWindowInSeconds property on stream events](https://github.com/serverless/serverless/pull/6741)
486- [Alibaba Docs Update](https://github.com/serverless/serverless/pull/6744)
487- [Update Jackson versions](https://github.com/serverless/serverless/pull/6748)
488- [Improvements to stats handling](https://github.com/serverless/serverless/pull/6749)
489
490## Meta
491
492- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.52.2...v1.53.0)
493
494# 1.52.2 (2019-09-20)
495
496- [Lock graceful-fs at 4.2.1](https://github.com/serverless/serverless/pull/6717)
497
498## Meta
499
500- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.52.1...v1.52.2)
501
502# 1.52.1 (2019-09-19)
503
504- [Change how enterprise plugin async init is preformed](https://github.com/serverless/serverless/pull/6687)
505
506## Meta
507
508- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.52.0...v1.52.1)
509
510# 1.52.0 (2019-09-11)
511
512- [Add initialize lifecycle event](https://github.com/serverless/serverless/pull/6601)
513- [Fix API Gateway name not being resolved API Gateway Resource not in main stack](https://github.com/serverless/serverless/pull/6611)
514- [Support optional CloudWatch logs writing for custom resource lambdas](https://github.com/serverless/serverless/pull/6608)
515- [Ensure inquirer's chalk override works through symlinks](https://github.com/serverless/serverless/pull/6616)
516- [Fixes aws partition name in apigateway resourceArn to support GovCloud](https://github.com/serverless/serverless/pull/6615)
517- [Do not retry on AWS 403 errors](https://github.com/serverless/serverless/pull/6618)
518- [Fix overriding package settings after packaging function](https://github.com/serverless/serverless/pull/6606)
519- [null](https://github.com/serverless/serverless/pull/1)
520- [Download templates from a Bitbucket Server](https://github.com/serverless/serverless/pull/6604)
521- [Update Readme to replace SC5.io with nordcloud.com](https://github.com/serverless/serverless/pull/6622)
522- [Add plugin hooks to define config variable getters](https://github.com/serverless/serverless/pull/6566)
523- [Allow for tail on GetAtt parsing](https://github.com/serverless/serverless/pull/6624)
524- [Resolve empty config object for an empty config file](https://github.com/serverless/serverless/pull/6631)
525- [Remove enterprise from upgrade notes](https://github.com/serverless/serverless/pull/6625)
526- [Add support for Lambda@Edge](https://github.com/serverless/serverless/pull/6512)
527- [Tests for interactive CLI ](https://github.com/serverless/serverless/pull/6635)
528- [Support functions without events in CloudFront remove logging](https://github.com/serverless/serverless/pull/6645)
529- [Add support for Condition and DependsOn](https://github.com/serverless/serverless/pull/6642)
530- [Improve plugin loading error reporting](https://github.com/serverless/serverless/pull/6646)
531- [Use hooks to log Lambda@Edge removal reminder](https://github.com/serverless/serverless/pull/6652)
532- [Quickfix "too many open files" issue on Windows](https://github.com/serverless/serverless/pull/6653)
533- [Bump sfe plugin!](https://github.com/serverless/serverless/pull/6654)
534- [replace use of tenant with org in docs & templates](https://github.com/serverless/serverless/pull/6655)
535- [Update insights.md](https://github.com/serverless/serverless/pull/6663)
536
537## Meta
538
539- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.51.0...v1.52.0)
540
541# 1.51.0 (2019-08-28)
542
543- [AWS API Gateway customize log level](https://github.com/serverless/serverless/pull/6542)
544- [Fix retained layer logical id](https://github.com/serverless/serverless/pull/6545)
545- [add docs for options misused in #6546](https://github.com/serverless/serverless/pull/6547)
546- [Fix: Remove Bluebird promise warning when NODE_ENV=development](https://github.com/serverless/serverless/pull/6556)
547- [AWS API Gateway set value of provider.logRetentionInDays for log group expiration](https://github.com/serverless/serverless/pull/6548)
548- [Fix support for external websocketApiId](https://github.com/serverless/serverless/pull/6543)
549- [Ensure AWS SDK is mocked for tests that call it](https://github.com/serverless/serverless/pull/6571)
550- [do not log warnings on empty arrays](https://github.com/serverless/serverless/pull/6554)
551- [API Gateway enable/disable access/execution logs](https://github.com/serverless/serverless/pull/6578)
552- [Allow unresolved Rest API id with provider.tags setting](https://github.com/serverless/serverless/pull/6586)
553- [Improve error reporting](https://github.com/serverless/serverless/pull/6585)
554- [Fix exclusion of Yarn logs in Lambda packages](https://github.com/serverless/serverless/pull/6589)
555- [Improve Rest API id resolution for SDK updates](https://github.com/serverless/serverless/pull/6587)
556- [Fix ServerlessError handling](https://github.com/serverless/serverless/pull/6588)
557- [Style updates for docs](https://github.com/serverless/serverless/pull/6596)
558- [PLAT-1629 - Fix custom resource lambda naming](https://github.com/serverless/serverless/pull/6599)
559- [Ensure API Gateway CloudWatch role is setup via custom resource](https://github.com/serverless/serverless/pull/6591)
560
561## Meta
562
563- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.50.1...v1.51.0)
564
565# 1.50.1 (2019-08-26)
566
567- [add `interactiveCli:end lifecycle hook & bump dashboard plugin dep`](https://github.com/serverless/serverless/pull/6549)
568
569## Meta
570
571- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.50.0...v1.50.1)
572
573# 1.50.0 (2019-08-14)
574
575- [Render event information in aws-ruby handler template](https://github.com/serverless/serverless/pull/6478)
576- [Adding ap-south-1 to supported region list](https://github.com/serverless/serverless/pull/6473)
577- [Fix invalid path char in GoLang packaging on Windows](https://github.com/serverless/serverless/pull/6484)
578- [Multiple event definitions for existing S3 bucket](https://github.com/serverless/serverless/pull/6477)
579- [Remove Enterprise and Platform from log info](https://github.com/serverless/serverless/pull/6501)
580- [Allow AWS Subscription Filters to be reordered](https://github.com/serverless/serverless/pull/6471)
581- [Check if more than 1 existing bucket is configured](https://github.com/serverless/serverless/pull/6506)
582- [Multiple event definitions for existing Cognito User Pools](https://github.com/serverless/serverless/pull/6491)
583- [Improve error handling](https://github.com/serverless/serverless/pull/6502)
584- [Add PreTokenGeneration & UserMigration Cognito triggers](https://github.com/serverless/serverless/pull/6511)
585- [Add Twilio Runtime to create templates](https://github.com/serverless/serverless/pull/6467)
586- [Update kubeless guide docs](https://github.com/serverless/serverless/pull/6513)
587- [Fix ImportValue handling in existing S3 buckets #6416](https://github.com/serverless/serverless/pull/6417)
588- [Improve interactive AWS creds flow](https://github.com/serverless/serverless/pull/6449)
589- [Retain existing Cognito User Pool config](https://github.com/serverless/serverless/pull/6519)
590- [Switch integration tests runner from Jest to Mocha](https://github.com/serverless/serverless/pull/6517)
591- [Change strategy for deciding to deploy new function.](https://github.com/serverless/serverless/pull/6520)
592- [Fix support for EventBridge partner event sources](https://github.com/serverless/serverless/pull/6518)
593- [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)
594- [Do not crash CI on Coveralls error](https://github.com/serverless/serverless/pull/6535)
595- [Only add merged IAM policies for Lambda when they will be used (#6262)](https://github.com/serverless/serverless/pull/6534)
596- [Setup APIGW CloudWatch role via custom resource](https://github.com/serverless/serverless/pull/6531)
597- [Fix deploy command if package.individually set on a function-level](https://github.com/serverless/serverless/pull/6537)
598
599## Meta
600
601- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.49.0...v1.50.0)
602
603# 1.49.0 (2019-07-30)
604
605- [Remove hard coded partition when validating subscription filters](https://github.com/serverless/serverless/pull/6446)
606- [Fix cross-account/cross-regions SNS subscriptions to topics with the same name](https://github.com/serverless/serverless/pull/6445)
607- [Add EventBridge event source](https://github.com/serverless/serverless/pull/6397)
608- [Update invoke-local.md documentation](https://github.com/serverless/serverless/pull/6466)
609- [Doc new insights](https://github.com/serverless/serverless/pull/6469)
610- [New error insight alert doc update to reflect per execution inspection](https://github.com/serverless/serverless/pull/6472)
611- [Existing S3 bucket fixes](https://github.com/serverless/serverless/pull/6456)
612
613## Meta
614
615- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.48.4...v1.49.0)
616
617# 1.48.4 (2019-07-25)
618
619- [Add note for supported version of existing bucket feature](https://github.com/serverless/serverless/pull/6435)
620- [Support in interactive flow for SFE provided AWS creds](https://github.com/serverless/serverless/pull/6440)
621- [Fix sls package regression caused by cred fail fast](https://github.com/serverless/serverless/pull/6447)
622
623## Meta
624
625- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.48.3...v1.48.4)
626
627# 1.48.3 (2019-07-23)
628
629- [Issue 6364 request path](https://github.com/serverless/serverless/pull/6422)
630- [Remove spaces from Cognito Pool Name](https://github.com/serverless/serverless/pull/6419)
631- [Use slss.io for links](https://github.com/serverless/serverless/pull/6428)
632- [Fix regression in EC2 & CodeBuild caused by missing creds check](https://github.com/serverless/serverless/pull/6427<Paste>)
633
634## Meta
635
636- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.48.2...v1.48.3)
637
638# 1.48.2 (2019-07-19)
639
640- [Fix issues in post install and pre uninstall scripts](https://github.com/serverless/serverless/pull/6415)
641-
642
643## Meta
644
645- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.48.1...v1.48.2)
646
647# 1.48.1 (2019-07-19)
648
649- [Use Python3 for Python in interactive setup](https://github.com/serverless/serverless/pull/6406)
650- [Fixing broken link for Node install.](https://github.com/serverless/serverless/pull/6405)
651- [Added Cloud Build option for serverless deploy guide](https://github.com/serverless/serverless/pull/6401)
652- [Changed AWS subscription filters to use function object name](https://github.com/serverless/serverless/pull/6402)
653- [Strip trailing comment when renaming a service](https://github.com/serverless/serverless/pull/6408)
654- [Improve tracking reliability](https://github.com/serverless/serverless/pull/6410)
655
656## Meta
657
658- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.48.0...v1.48.1)
659
660# 1.48.0 (2019-07-18)
661
662- [SFE plugin & sdk version info](https://github.com/serverless/serverless/pull/6344)
663- [Allow optionally splitting SSM parameter value for StringList type](https://github.com/serverless/serverless/pull/6365)
664- [Cross region SNS Trigger](https://github.com/serverless/serverless/pull/6366)
665- [Fix typo](https://github.com/serverless/serverless/pull/6379)
666- [Add SLS_NO_WARNINGS env var](https://github.com/serverless/serverless/pull/6345)
667- [Fix async S3 test](https://github.com/serverless/serverless/pull/6385)
668- [Fix AWS secret access key validation in interactive CLI](https://github.com/serverless/serverless/pull/6387)
669- [Improve post install message](https://github.com/serverless/serverless/pull/6388)
670- [PLAT-1385 Ensure expected service name in interactively created project](https://github.com/serverless/serverless/pull/6386)
671- [Updated gradle and kotlin.js gradle plugin fixing #5598](https://github.com/serverless/serverless/pull/6372)
672- [actually update the right aws creds link interactive setup aws](https://github.com/serverless/serverless/pull/6395)
673- [Integrating Components](https://github.com/serverless/serverless/pull/6350)
674- [Add support for existing Cognito User Pools](https://github.com/serverless/serverless/pull/6362)
675- [Add the missing colon](https://github.com/serverless/serverless/pull/6398)
676
677## Meta
678
679- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.47.0...v1.48.0)
680
681# 1.47.0 (2019-07-10)
682
683- [Add Onica as a Consultant](https://github.com/serverless/serverless/pull/6300)
684- [Correct typo](https://github.com/serverless/serverless/pull/6301)
685- [Adapt new ESLint and Prettier configuration](https://github.com/serverless/serverless/pull/6284)
686- [Ensure deploy is triggered in CI](https://github.com/serverless/serverless/pull/6306)
687- [Remove jsbeautify configuration](https://github.com/serverless/serverless/pull/6309)
688- [Improve PR template](https://github.com/serverless/serverless/pull/6308)
689- [Allow users to specify API Gateway Access Log format](https://github.com/serverless/serverless/pull/6299)
690- [Fix service.provider.region resolution](https://github.com/serverless/serverless/pull/6317)
691- [Add null as a consultant](https://github.com/serverless/serverless/pull/6323)
692- [Update very minor typo in credentials.md](https://github.com/serverless/serverless/pull/6321)
693- [Expose non-errors in informative way](https://github.com/serverless/serverless/pull/6318)
694- [Fix async leaks detection conditional](https://github.com/serverless/serverless/pull/6319)
695- [Typo fix in AWS ALB event documentation](https://github.com/serverless/serverless/pull/6325)
696- [Websockets: fix passing log group ARN](https://github.com/serverless/serverless/pull/6310)
697- [Specify invoke local option in the guide](https://github.com/serverless/serverless/pull/6327)
698- [Update Webpack version and usage of aws-nodejs-ecma-script template](https://github.com/serverless/serverless/pull/6324)
699- [Make ALB event target group names unique](https://github.com/serverless/serverless/pull/6322)
700- [Improve Travis CI conf](https://github.com/serverless/serverless/pull/6330)
701- [Support for Github Entreprise in sls create](https://github.com/serverless/serverless/pull/6332)
702- [Merge patch 1.46.1 release artifacts back into master](https://github.com/serverless/serverless/pull/6343)
703- [Add support for existing S3 buckets](https://github.com/serverless/serverless/pull/6290)
704- [PLAT-1202 - Interactive `serverless` create](https://github.com/serverless/serverless/pull/6294)
705- [PLAT-1091 - message in `npm i` output about the `serverless` quickstart command](https://github.com/serverless/serverless/pull/6238)
706
707## Meta
708
709- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.46.1...v1.47.0)
710
711# 1.46.1 (2019-06-28)
712
713- [Fix service.provider.region resolution](https://github.com/serverless/serverless/pull/6317)
714- [Ensure deploy is triggered in CI](https://github.com/serverless/serverless/pull/6306)
715
716## Meta
717
718- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.46.0...v1.46.1)
719
720# 1.46.0 (2019-06-26)
721
722- [Fix formatting issue with Markdown link](https://github.com/serverless/serverless/pull/6228)
723- [Update docs | dont use provider.tags with shared API Gateway](https://github.com/serverless/serverless/pull/6225)
724- [Fix: Update azure template](https://github.com/serverless/serverless/pull/6258)
725- [Improve user message](https://github.com/serverless/serverless/pull/6254)
726- [Reference custom ApiGateway for models and request validators if conf…](https://github.com/serverless/serverless/pull/6231)
727- [Ensure integration tests do not fail when run concurrently](https://github.com/serverless/serverless/pull/6256)
728- [Improve integration test experience](https://github.com/serverless/serverless/pull/6253)
729- [Fix lambda integration timeout response template](https://github.com/serverless/serverless/pull/6255)
730- [Fix duplicate packaging issue](https://github.com/serverless/serverless/pull/6244)
731- [Fix Travis configuration for branch/tag runs](https://github.com/serverless/serverless/pull/6265)
732- [fixed a typo 🖊](https://github.com/serverless/serverless/pull/6275)
733- [Fix #6267](https://github.com/serverless/serverless/pull/6268)
734- [#6017 Allow to load plugin from path](https://github.com/serverless/serverless/pull/6261)
735- [Added correction based on community feedback](https://github.com/serverless/serverless/pull/6286)
736- [Remove package-lock.json and shrinkwrap scripts](https://github.com/serverless/serverless/pull/6280)
737- [Remove README redundant link](https://github.com/serverless/serverless/pull/6288)
738- [Remove default stage value in provider object](https://github.com/serverless/serverless/pull/6200)
739- [Use naming to get stackName](https://github.com/serverless/serverless/pull/6285)
740- [Fix typo in link to ALB docs](https://github.com/serverless/serverless/pull/6292)
741- [Add ip, method, header and query conditions to ALB events](https://github.com/serverless/serverless/pull/6293)
742- [Feature/support external websocket api](https://github.com/serverless/serverless/pull/6272)
743
744## Meta
745
746- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.45.1...v1.46.0)
747
748# 1.45.1 (2019-06-12)
749
750- [Fix IAM policies setup for functions with custom name](https://github.com/serverless/serverless/pull/6240)
751- [Fix Travis CI deploy config](https://github.com/serverless/serverless/pull/6234)
752
753## Meta
754
755- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.45.0...v1.45.1)
756
757# 1.45.0 (2019-06-12)
758
759- [Add `--config` option](https://github.com/serverless/serverless/pull/6216)
760- [Fix and improve ESlint config](https://github.com/serverless/serverless/pull/6188)
761- [Tests: Fix mocha config](https://github.com/serverless/serverless/pull/6187)
762- [Thorough integration testing](https://github.com/serverless/serverless/pull/6148)
763- [Tests: Isolation improvements](https://github.com/serverless/serverless/pull/6186)
764- [Add support for Websocket Logs](https://github.com/serverless/serverless/pull/6088)
765- [Cleanup and improve Travis CI configuration](https://github.com/serverless/serverless/pull/6178)
766- [Tests: Fix stub configuration](https://github.com/serverless/serverless/pull/6205)
767- [Tests: Upgrade Sinon](https://github.com/serverless/serverless/pull/6206)
768- [Add Application Load Balancer event source](https://github.com/serverless/serverless/pull/6073)
769- [Do not run integration tests for PR's](https://github.com/serverless/serverless/pull/6207)
770- [Adding a validation to validation.js script](https://github.com/serverless/serverless/pull/6192)
771- [Tests: Upgrade dependencies, improve isolation and experience on Windows](https://github.com/serverless/serverless/pull/6208)
772- [Add support for S3 hosted package artifacts](https://github.com/serverless/serverless/pull/6196)
773- [Remove root README generator](https://github.com/serverless/serverless/pull/6215)
774- [Myho/npm lint fix](https://github.com/serverless/serverless/pull/6217)
775- [Use common prefix for log groups permissions at Lambdas' execution roles](https://github.com/serverless/serverless/pull/6212)
776- [Update Scala version to 2.13.0 for aws-scala-sbt template](https://github.com/serverless/serverless/pull/6222)
777
778## Meta
779
780- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.44.1...v1.45.0)
781
782# 1.44.1 (2019-05-28)
783
784- [Fix enterprise plugin lookup in global yarn installs](https://github.com/serverless/serverless/pull/6183)
785
786## Meta
787
788- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.44.0...v1.44.1)
789
790# 1.44.0 (2019-05-28)
791
792- [Built in integration of Serverless Enterprise](https://github.com/serverless/serverless/pull/6074)
793- [Setup Travis Windows support / Remove AppVeyor](https://github.com/serverless/serverless/pull/6132)
794- [Update required Node.js version / Add version check](https://github.com/serverless/serverless/pull/6077)
795- [Add scopes for cognito type APIGW referenced authorizer ](https://github.com/serverless/serverless/pull/6150)
796- [Do not throw error if authorizer has empty claims](https://github.com/serverless/serverless/pull/6121)
797- [Tests: Patch mocha bugs and fix broken async flow cases](https://github.com/serverless/serverless/pull/6157)
798- [Fix tagging API Gateway stage fails if tag contains special characters like space](https://github.com/serverless/serverless/pull/6139)
799- [Solve the problem of principal format in China region](https://github.com/serverless/serverless/pull/6127)
800- [Upgrade mocha, switch from istanbul to nyc, improve tests configuration](https://github.com/serverless/serverless/pull/6169)
801
802## Meta
803
804- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.43.0...v1.44.0)
805
806# 1.43.0 (2019-05-20)
807
808- [Update services.md](https://github.com/serverless/serverless/pull/6138)
809- [Azure: exclude development dependency files when packaging functions](https://github.com/serverless/serverless/pull/6137)
810- [Update release process docs and toolings](https://github.com/serverless/serverless/pull/6113)
811- [Update AWS Node.js runtime to version 10](https://github.com/serverless/serverless/pull/6142)
812- [Fix tests setup issues](https://github.com/serverless/serverless/pull/6147)
813
814## Meta
815
816- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.42.3...v1.43.0)
817
818# 1.42.3 (2019-05-14)
819
820- [Update deploy.md](https://github.com/serverless/serverless/pull/6110)
821- [Adding a more specific example of how to package individually](https://github.com/serverless/serverless/pull/6108)
822- [Update Azure Functions Template](https://github.com/serverless/serverless/pull/6106)
823- [Update cloudflare documentation](https://github.com/serverless/serverless/pull/6105)
824- [Azure template update](https://github.com/serverless/serverless/pull/6122)
825- [Remove not used module](https://github.com/serverless/serverless/pull/6095)
826- [Support color output in tests](https://github.com/serverless/serverless/pull/6119)
827- [Fix validation after API Gateway deployment](https://github.com/serverless/serverless/pull/6128)
828- [Improve handling of custom API Gateway options](https://github.com/serverless/serverless/pull/6129)
829
830## Meta
831
832- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.42.2...v1.42.3)
833
834# 1.42.2 (2019-05-10)
835
836- [Fix restApiId resolution in post CF deployment phase](https://github.com/serverless/serverless/pull/6111)
837
838## Meta
839
840- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.42.1...v1.42.2)
841
842# 1.42.1 (2019-05-09)
843
844- [Fix bug with `cors: true`](https://github.com/serverless/serverless/pull/6104)
845
846## Meta
847
848- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.42.0...v1.42.1)
849
850# 1.42.0 (2019-05-09)
851
852- [Update cors.md](https://github.com/serverless/serverless/pull/6027)
853- [Add tags to AWS APIGateway Stage](https://github.com/serverless/serverless/pull/5851)
854- [Remove safeguards when using API Gateway Stage resource settings](https://github.com/serverless/serverless/pull/6040)
855- [Enable Setting Amazon API Gateway API Key Value](https://github.com/serverless/serverless/pull/5982)
856- [Add more specific sub command error handling](https://github.com/serverless/serverless/pull/6038)
857- [Use region pseudo parameter](https://github.com/serverless/serverless/pull/6026)
858- [Add authorization scopes support for cognito user pool integration](https://github.com/serverless/serverless/pull/6000)
859- [Merging v1.41.1 changes back into master](https://github.com/serverless/serverless/pull/6042)
860- [Support wildcard in API Gateway cors domains](https://github.com/serverless/serverless/pull/6043)
861- [Support setting both proxy and ca file for awsprovider AWS config agent](https://github.com/serverless/serverless/pull/5952)
862- [Fix doc: How to update serverless](https://github.com/serverless/serverless/pull/6052)
863- [Update event.md](https://github.com/serverless/serverless/pull/6061)
864- [Allow Fn::Join in stream event arns](https://github.com/serverless/serverless/pull/6064)
865- [Fix markup error with Authe1.42.0 (2019-05-09)ntication value](https://github.com/serverless/serverless/pull/6068)
866- [Drop duplicate paragraph in aws/guide/credentials](https://github.com/serverless/serverless/pull/6075)
867- [Improve integration test of aws-scala-sbt](https://github.com/serverless/serverless/pull/6079)
868- [Highlight skipping of deployments](https://github.com/serverless/serverless/pull/6070)
869- [Add support for API Gateway REST API Logs](https://github.com/serverless/serverless/pull/6057)
870- [Implement logging with Log4j2 for aws-scala-sbt](https://github.com/serverless/serverless/pull/6078)
871- [Update serverless.yml.md](https://github.com/serverless/serverless/pull/6085)
872- [Fixed three small typos in doc](https://github.com/serverless/serverless/pull/6092)
873- [fixed small errors in spotinst docs](https://github.com/serverless/serverless/pull/6093)
874- [Add support for API Gateway Binary Media Types](https://github.com/serverless/serverless/pull/6063)
875- [SDK based API Gateway Stage updates](https://github.com/serverless/serverless/pull/6084)
876
877## Meta
878
879- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.41.1...v1.42.0)
880
881# 1.41.1 (2019-04-23)
882
883- [Remove safeguards when using API Gateway Stage resource settings](https://github.com/serverless/serverless/pull/6040)
884
885## Meta
886
887- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.41.0...v1.41.1)
888
889# 1.41.0 (2019-04-18)
890
891- [Add error message when provider does not exist](https://github.com/serverless/serverless/pull/5964)
892- [The code for removing comments is easy to read](https://github.com/serverless/serverless/pull/5973)
893- [Added rust template for Cloudflare WASM](https://github.com/serverless/serverless/pull/5971)
894- [Remove useless variable assignment](https://github.com/serverless/serverless/pull/5991)
895- [Merge identical IF-branches](https://github.com/serverless/serverless/pull/5989)
896- [eslint: Mark as root config](https://github.com/serverless/serverless/pull/5998)
897- [#4750 Java invoke local support for handlers that implement RequestStreamHandler](https://github.com/serverless/serverless/pull/5954)
898- [#5993: Ability to pass args for docker run command during invoke local docker](https://github.com/serverless/serverless/pull/5994)
899- [Add additional Capability when Transform is detected](https://github.com/serverless/serverless/pull/5997)
900- [#5990: Fix layer download caching during invoke local docker](https://github.com/serverless/serverless/pull/5992)
901- [#5947: Ensure invoke local docker runs lambda with the dependencies](https://github.com/serverless/serverless/pull/5977)
902- [Updating Node.js runtime version](https://github.com/serverless/serverless/pull/6011)
903- [Make it easier on the eyes of serverless newcomers](https://github.com/serverless/serverless/pull/6013)
904- [Allow specifying a retention policy for lambda layers](https://github.com/serverless/serverless/pull/6010)
905- [Update quick-start.md](https://github.com/serverless/serverless/pull/6018)
906- [Add AWS x-ray support for API Gateway](https://github.com/serverless/serverless/pull/5692)
907- [Add support for multiple usage plans](https://github.com/serverless/serverless/pull/5970)
908- [#5945: Invoke local docker to pass env vars to lambda container](https://github.com/serverless/serverless/pull/5988)
909- [Update newsletter + enterprise link in readme](https://github.com/serverless/serverless/pull/6023)
910
911## Meta
912
913- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.40.0...v1.41.0)
914
915# 1.40.0 (2019-03-28)
916
917- [Align error logging](https://github.com/serverless/serverless/pull/5937)
918- [Fixing minor typo](https://github.com/serverless/serverless/pull/5943)
919- [Documentation tweak around shared authorizers](https://github.com/serverless/serverless/pull/5944)
920- [Support for asynchronous lambda invocation with integration type AWS](https://github.com/serverless/serverless/pull/5898)
921- [Add unit tests for getLocalAccessKey function](https://github.com/serverless/serverless/pull/5948)
922- [Document changes from #4951](https://github.com/serverless/serverless/pull/5949)
923- [Added ability to create custom stack names and API names](https://github.com/serverless/serverless/pull/4951)
924- [Fixes #5188 "Failed to fetch the event types list due the error: API …](https://github.com/serverless/serverless/pull/5335)
925- [Allow \* in variable string literal defaults](https://github.com/serverless/serverless/pull/5640)
926- [Add Serverless instanceId concept](https://github.com/serverless/serverless/pull/5926)
927- [Doc: Include that APIGateway status code of async events](https://github.com/serverless/serverless/pull/5957)
928- [Update npm dependencies](https://github.com/serverless/serverless/pull/5968)
929
930## Meta
931
932- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.39.1...v1.40.0)
933
934# 1.39.1 (2019-03-18)
935
936- [Revert "Fixed #4188 - Package generating incorrect package artifact path in serverless-state.json"](https://github.com/serverless/serverless/pull/5936)
937
938## Meta
939
940- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.39.0...v1.39.1)
941
942# 1.39.0 (2019-03-15)
943
944- [Add support for invoke local with docker](https://github.com/serverless/serverless/pull/5863)
945- [fix regression with golang check on windows ](https://github.com/serverless/serverless/pull/5899)
946- [Support for Cloudwatch Event InputTransformer](https://github.com/serverless/serverless/pull/5912)
947- [Allow individual packaging with TypeScript source maps](https://github.com/serverless/serverless/pull/5743)
948- [Support API Gateway stage deployment description](https://github.com/serverless/serverless/pull/5509)
949- [Allow Fn::Join in SQS arn builder](https://github.com/serverless/serverless/pull/5351)
950- [Add AWS x-ray support for Lambda](https://github.com/serverless/serverless/pull/5860)
951- [Fix CloudFormation template normalization](https://github.com/serverless/serverless/pull/5885)
952- [Fix bug when using websocket events with functions with custom roles](https://github.com/serverless/serverless/pull/5880)
953- [Print customized function names correctly in sls info output](https://github.com/serverless/serverless/pull/5883)
954- [Added websockets authorizer support](https://github.com/serverless/serverless/pull/5867)
955- [Support more route characters for websockets](https://github.com/serverless/serverless/pull/5865)
956- [kotlin jvm maven updates](https://github.com/serverless/serverless/pull/5872)
957- [Put `Custom Response Headers` into `[Responses]`](https://github.com/serverless/serverless/pull/5862)
958- [Packaging exclude only config file being used](https://github.com/serverless/serverless/pull/5840)
959
960## Meta
961
962- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.38.0...v1.39.0)
963
964# 1.38.0 (2019-02-20)
965
966- [Set timout & others on context in python invoke local](https://github.com/serverless/serverless/pull/5796)
967- [Append in Custom Syntax](https://github.com/serverless/serverless/pull/5799)
968- [Don't load config for `config`](https://github.com/serverless/serverless/pull/5798)
969- [Replace blocking fs.readFileSync with non blocking fs.readFile in checkForChanges.js](https://github.com/serverless/serverless/pull/5791)
970- [Added layer option for deploy function update-config](https://github.com/serverless/serverless/pull/5787)
971- [fix makeDeepVariable replacement](https://github.com/serverless/serverless/pull/5809)
972- [Make local ruby pry work](https://github.com/serverless/serverless/pull/5718)
973- [Replace \ with / in paths on windows before passing to nanomatch](https://github.com/serverless/serverless/pull/5808)
974- [Support deploying GoLang to AWS from Windows!](https://github.com/serverless/serverless/pull/5813)
975- [Fix windows go rework](https://github.com/serverless/serverless/pull/5816)
976- [Make use of join operator first argument in sns docs](https://github.com/serverless/serverless/pull/5826)
977- [add support for command type='container'](https://github.com/serverless/serverless/pull/5821)
978- [Add Google Python function template](https://github.com/serverless/serverless/pull/5819)
979- [Update config-credentials.md](https://github.com/serverless/serverless/pull/5827)
980- [Update bucket conf to default AES256 encryption.](https://github.com/serverless/serverless/pull/5800)
981- [Fix: override wildcard glob pattern (\*\*) in resolveFilePathsFromPatterns](https://github.com/serverless/serverless/pull/5825)
982- [Indicate unused context in aws-nodejs-typescipt](https://github.com/serverless/serverless/pull/5832)
983- [Add stack trace to aws/invokeLocal errors](https://github.com/serverless/serverless/pull/5835)
984- [Missing underscore](https://github.com/serverless/serverless/pull/5836)
985- [Updating cloudformation resource reference url](https://github.com/serverless/serverless/pull/5690)
986- [Docs: Replacing "runtimes" with "templates"](https://github.com/serverless/serverless/pull/5843)
987- [Add support for websockets event](https://github.com/serverless/serverless/pull/5824)
988- [AWS: \${ssm} resolve vairbale as JSON if it is stored as JSON in Secrets Manager](https://github.com/serverless/serverless/pull/5842)
989- [Fix service name in template install message](https://github.com/serverless/serverless/pull/5839)
990
991## Meta
992
993- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.37.1...v1.38.0)
994
995# 1.37.0 (2019-02-06)
996
997- [Fixes for AWS cors config issues](https://github.com/serverless/serverless/pull/5785)
998- [Preserve whitespaces in single-quote literal fallback](https://github.com/serverless/serverless/pull/5775)
999- [AWS: Add fallback support in ${cf} and ${s3}](https://github.com/serverless/serverless/pull/5758)
1000- [Throw an error if plugin is executed outside of a serverless directory](https://github.com/serverless/serverless/pull/5636)
1001- [Require provider.credentials vars to be resolved before s3/ssm/cf vars](https://github.com/serverless/serverless/pull/5763)
1002- [Provide multi origin cors values](https://github.com/serverless/serverless/pull/5740)
1003- [handle layers paths with trailing slash and leading ./ or just .](https://github.com/serverless/serverless/pull/5656)
1004- [Resolve profile before performing aws-sdk dependent actions](https://github.com/serverless/serverless/pull/5744)
1005- [Fix assuming a role with an AWS profile](https://github.com/serverless/serverless/pull/5739)
1006- [Allows Fn::GetAtt with Lambda DLQ-onError](https://github.com/serverless/serverless/pull/5139)
1007- [Fix #5664 - Rollback fails due to a timestamp parsing error](https://github.com/serverless/serverless/pull/5710)
1008- [AWS: Tell S3 bucket name and how to recover if deployment bucket does not exist](https://github.com/serverless/serverless/pull/5714)
1009- [Do not print logs if print command is used.](https://github.com/serverless/serverless/pull/5728)
1010- [Default to error code if message is non-existent](https://github.com/serverless/serverless/pull/4794)
1011- [Add resource count and warning to info display](https://github.com/serverless/serverless/pull/4822)
1012- [Add uploaded file name to log while AWS deploy](https://github.com/serverless/serverless/pull/5495)
1013- [Enable tab completion for slss shortcut](https://github.com/serverless/serverless/pull/4712)
1014- [Upgrade google-cloudfunctions to v2 and set defaults to node8 etc](https://github.com/serverless/serverless/pull/5311)
1015- [Convert reservedConcurrency to integer to allow use env var](https://github.com/serverless/serverless/pull/5705)
1016
1017## Meta
1018
1019- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.36.3...v1.37.0)
1020
1021# 1.36.3 (2019-01-23)
1022
1023- [AWS: Consolidates Lambda::Permission objects for cloudwatchLog events](https://github.com/serverless/serverless/pull/5531)
1024- [Suppress confusing warning "A valid undefined..." ](https://github.com/serverless/serverless/pull/5723)
1025- [Add google go template](https://github.com/serverless/serverless/pull/5726)
1026- [Provide AWS_PROFILE from configuration for invoke local](https://github.com/serverless/serverless/pull/5662)
1027- [Test that CLI does not convert numeric option to number](https://github.com/serverless/serverless/pull/5727)
1028- [Remove duplicate-handler warnings based on community feedback.](https://github.com/serverless/serverless/pull/5733)
1029- [Enable download template from a private github repo using personal access token](https://github.com/serverless/serverless/pull/5715)
1030- [Fix sls plugin install -n @scoped/package](https://github.com/serverless/serverless/pull/5736)
1031
1032## Meta
1033
1034- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.36.2...v1.36.3)
1035
1036# 1.36.2 (2019-01-21)
1037
1038- [AWS: Request cache should add region as key to prevent cross-region cache collision](https://github.com/serverless/serverless/pull/5694)
1039- [Fixed a link](https://github.com/serverless/serverless/pull/5707)
1040- [Clarify docs for the http key for GCF](https://github.com/serverless/serverless/pull/5680)
1041- [Fix awsProvider.js : "Cannot use 'in' operator to search for '0'](https://github.com/serverless/serverless/pull/5688)
1042- [Fix array notation in stream ARN](https://github.com/serverless/serverless/pull/5702)
1043- [Remove platform code](https://github.com/serverless/serverless/pull/5687)
1044- [Increase @types/aws-lambda version in aws-nodejs-typescript template](https://github.com/serverless/serverless/pull/5695)
1045- [Update aws-scala-sbt template](https://github.com/serverless/serverless/pull/5725)
1046- [docs: Kubeless secrets](https://github.com/serverless/serverless/pull/5130)
1047- [docs menu sidebar - added [Getting Started] above [Providers]](https://github.com/serverless/serverless/pull/5721)
1048- [Fix layer doc reference to functions (should be layers)](https://github.com/serverless/serverless/pull/5697)
1049
1050## Meta
1051
1052- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.36.1...v1.36.2)
1053
1054# 1.36.1 (2019-01-14)
1055
1056- [Update layers.md](https://github.com/serverless/serverless/pull/5678)
1057- [AWS: Fix stage name validation timing and allow hyphen](https://github.com/serverless/serverless/pull/5686)
1058
1059## Meta
1060
1061- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.36.0...v1.36.1)
1062
1063# 1.36.0 (2019-01-10)
1064
1065- [Log AWS SDK calls in debug mode](https://github.com/serverless/serverless/pull/5604)
1066- [Added currently supported regions for GCP functions](https://github.com/serverless/serverless/pull/5601)
1067- [Update Cloudflare Templates](https://github.com/serverless/serverless/pull/5620)
1068- [AWS: Validate rate/cron syntax before Deploy](https://github.com/serverless/serverless/pull/5635)
1069- [Fix error log output](https://github.com/serverless/serverless/pull/5378)
1070- [Support for native async/await in AWS Lambda for aws-nodejs-typescript template ](https://github.com/serverless/serverless/pull/5607)
1071- [aws-csharp create template uses handler-specific artifact](https://github.com/serverless/serverless/pull/5411)
1072- [change behaviour on initial stack create failed](https://github.com/serverless/serverless/pull/5631)
1073- [Add warning for multiple functions having same handler](https://github.com/serverless/serverless/pull/5638)
1074- [AWS: Add API Gateway stage name validation.](https://github.com/serverless/serverless/pull/5639)
1075- [fix Cloudflare template config](https://github.com/serverless/serverless/pull/5651)
1076- [AWS: Fix \${cf.REGION} syntax causes deployment in wrong region](https://github.com/serverless/serverless/pull/5650)
1077- [support for @ symbol in \${file()} variables paths](https://github.com/serverless/serverless/pull/5312)
1078- [Fix ResourceLimitExceeded for cloudwatchLog event](https://github.com/serverless/serverless/pull/5554)
1079- various documentation updates (#5625, #5613, #5628, #5659, #5618, #5437, #5623, #5627, #5665)
1080
1081## Meta
1082
1083- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.35.1...v1.36.0)
1084
1085# 1.35.1 (2018-12-18)
1086
1087- [fixed regression preventing including files outside working dir](https://github.com/serverless/serverless/pull/5602)
1088- [Update ruby template gitignore](https://github.com/serverless/serverless/pull/5599)
1089
1090## Meta
1091
1092- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.35.0...v1.35.1)
1093
1094# 1.35.0 (2018-12-13)
1095
1096- [Fix logRetentionInDays regression in AWS](https://github.com/serverless/serverless/pull/5562)
1097- [`invoke local` support for Ruby lambdas](https://github.com/serverless/serverless/pull/5559)
1098- [Set reserved concurrency in cfn template even if zero](https://github.com/serverless/serverless/pull/5566)
1099- [Fix `--env` being shadowed when using `sls invoke local`](https://github.com/serverless/serverless/pull/5565)
1100- [Preserve whitespace in variable literal defaults](https://github.com/serverless/serverless/pull/5571)
1101- [Drastically improved dev dependency exclusion performance](https://github.com/serverless/serverless/pull/5574)
1102- [Extend \${cf} syntax to get output from another region](https://github.com/serverless/serverless/pull/5579)
1103- [Upgrade aws-sdk dep to fix issues with using AWS Profiles](https://github.com/serverless/serverless/pull/5587)
1104- Documentation updates
1105
1106## Meta
1107
1108- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.34.1...v1.35.0)
1109
1110# 1.34.1 (2018-11-30)
1111
1112- [Add aws-ruby template](https://github.com/serverless/serverless/pull/5546)
1113- [Add support for API Gateway payload compression](https://github.com/serverless/serverless/pull/5529)
1114
1115## Meta
1116
1117- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.34.0...v1.34.1)
1118
1119# 1.34.0 (2018-11-29)
1120
1121- [Lambda Layers support](https://github.com/serverless/serverless/pull/5538)
1122- [Python3.7 support](https://github.com/serverless/serverless/pull/5505)
1123- [Updating roles requirement for GCF deployment](https://github.com/serverless/serverless/pull/5490)
1124- [Support returning promises from serverless.js](https://github.com/serverless/serverless/pull/4827)
1125- [update CloudFlare worker docs to new more consistent config](https://github.com/serverless/serverless/pull/5521)
1126- [fix --aws-profile so it overrides profile defined in serverless.yml](https://github.com/serverless/serverless/pull/5516)
1127- [Fix invoke local when using a callback in nodejs](https://github.com/serverless/serverless/pull/5525)
1128- [Fix parsing of --data & --context option with invoke local](https://github.com/serverless/serverless/pull/5512)
1129
1130## Meta
1131
1132- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.33.2...v1.34.0)
1133
1134# 1.33.2 (2018-11-18)
1135
1136- [fix `invoke local` with python2.7 projects](https://github.com/serverless/serverless/pull/5500)
1137- [fix `logs --tail`](https://github.com/serverless/serverless/pull/5503)
1138
1139## Meta
1140
1141- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.33.1...v1.33.2)
1142
1143# 1.33.1 (2018-11-15)
1144
1145- [fix issue with `sls deploy --verbose --stage foobar`](https://github.com/serverless/serverless/pull/5492)
1146
1147## Meta
1148
1149- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.33.0...v1.33.1)
1150
1151# 1.33.0 (2018-11-15)
1152
1153- [2116 consistent errors missing config](https://github.com/serverless/serverless/pull/5298)
1154- [Update plugin version of google-nodejs template](https://github.com/serverless/serverless/pull/5473)
1155- [insert line break to suppress warning](https://github.com/serverless/serverless/pull/5445)
1156- [Fix wrong example function name.](https://github.com/serverless/serverless/pull/5477)
1157- [Removed errant apostrophe](https://github.com/serverless/serverless/pull/5471)
1158- [Wrong error when S3 bucket name starts with an upper-case character](https://github.com/serverless/serverless/pull/5409)
1159- [Fix integration test](https://github.com/serverless/serverless/pull/5440)
1160- [Use pythonX instead of pythonX.Y in invoke local(take 3)](https://github.com/serverless/serverless/pull/5210)
1161- [update python invokeLocal to detect tty](https://github.com/serverless/serverless/pull/5355)
1162- [Fix typo in Google workflow](https://github.com/serverless/serverless/pull/5433)
1163- [Updating services.md > Invoking Serverless locally](https://github.com/serverless/serverless/pull/5425)
1164- [Assume role and MFA support for Serverless CLI](https://github.com/serverless/serverless/pull/5432)
1165- [Fix build error caused by new docs PR ](https://github.com/serverless/serverless/pull/5435)
1166- [Adding Ruby support for OpenWhisk provider plugin.](https://github.com/serverless/serverless/pull/5427)
1167- [Update Cloudflare Workers documentation](https://github.com/serverless/serverless/pull/5419)
1168- [break single general issue template into two specialized templates](https://github.com/serverless/serverless/pull/5405)
1169- [Improve language in alexa-skill documentation](https://github.com/serverless/serverless/pull/5408)
1170- [APIG ApiKeySourceType support.](https://github.com/serverless/serverless/pull/5395)
1171- [Revert "Update cognito-user-pool.md"](https://github.com/serverless/serverless/pull/5399)
1172- [Let function package.individually config override service artifact](https://github.com/serverless/serverless/pull/5364)
1173- [Added CloudWatch Proxy to examples](https://github.com/serverless/serverless/pull/5270)
1174- [Multiple cloudformation resources](https://github.com/serverless/serverless/pull/5250)
1175- [Added possibility to specify custom S3 key prefix instead of the stan…](https://github.com/serverless/serverless/pull/5299)
1176- [Doc update for openwhisk package name](https://github.com/serverless/serverless/pull/5375)
1177- [add aws-go-mod](https://github.com/serverless/serverless/pull/5393)
1178- [Fix bin process not always exiting](https://github.com/serverless/serverless/pull/5349)
1179- [Avoid args being rounded and converted to numbers](https://github.com/serverless/serverless/pull/5361)
1180- [Add CacheControl headers on the OPTIONS response in AWS API Gateway](https://github.com/serverless/serverless/pull/5328)
1181- [fix Makefile style for Go template](https://github.com/serverless/serverless/pull/5389)
1182- [Update handler name when deploy a single function](https://github.com/serverless/serverless/pull/5301)
1183- [fix: Implement context.log function for invoke local command on Python environment.](https://github.com/serverless/serverless/pull/5391)
1184- [validate if serverless.yml exists when running sls info command](https://github.com/serverless/serverless/pull/5390)
1185- [Update documentation, README.md](https://github.com/serverless/serverless/pull/5388)
1186- [Remove invalid log](https://github.com/serverless/serverless/pull/5377)
1187- [fix 3916 ](https://github.com/serverless/serverless/pull/5387)
1188- [Update cognito-user-pool.md](https://github.com/serverless/serverless/pull/5384)
1189- [add gitignore setting to Go template](https://github.com/serverless/serverless/pull/5386)
1190- [fixed anchor links in aws/guide/variables.md file](https://github.com/serverless/serverless/pull/5370)
1191- [Serverless Pipeline](https://github.com/serverless/serverless/pull/5360)
1192- [add Serverless Line Bot example](https://github.com/serverless/serverless/pull/5359)
1193- [Update invoke-local.md](https://github.com/serverless/serverless/pull/5362)
1194- [Webtask Deprecation](https://github.com/serverless/serverless/pull/5263)
1195- [Add Support for Shorthand CloudFormation Syntax](https://github.com/serverless/serverless/pull/5327)
1196- [Provide Consistent Service Path (Fix #5242)](https://github.com/serverless/serverless/pull/5314)
1197- [Add Cloudflare to docs/getting-started page.](https://github.com/serverless/serverless/pull/5342)
1198- [Invoke local override env](https://github.com/serverless/serverless/pull/5313)
1199- [more faithfully represent aws lambda python runtime context](https://github.com/serverless/serverless/pull/5291)
1200- [Update AWS TypeScript handler template](https://github.com/serverless/serverless/pull/5309)
1201- [add untildify package to handle create paths with a ~](https://github.com/serverless/serverless/pull/5062)
1202- [[Docs] - Add support information for AWS lambda and SQS](https://github.com/serverless/serverless/pull/5305)
1203- [Update README.md](https://github.com/serverless/serverless/pull/5294)
1204- [Add information on invoking Workers.](https://github.com/serverless/serverless/pull/5310)
1205- [Update quick-start.md](https://github.com/serverless/serverless/pull/5308)
1206- [Cloudflare: Specify config under provider property](https://github.com/serverless/serverless/pull/5289)
1207- [Create an HttpsProxyAgent for plugin list if necessary](https://github.com/serverless/serverless/pull/5481)
1208
1209## Meta
1210
1211- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.32.0...v1.33.0)
1212
1213# 1.32.0 (2018-09-17)
1214
1215- [Update quick-start.md](https://github.com/serverless/serverless/pull/5290)
1216- [Backend state item generation and multi-region support](https://github.com/serverless/serverless/pull/5265)
1217
1218## Meta
1219
1220- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.31.0...v1.32.0)
1221
1222# 1.31.0 (2018-09-11)
1223
1224- [Add support for Cloudflare Workers](https://github.com/serverless/serverless/pull/5258)
1225- [docs: Fix mismatch in AWS Metrics](https://github.com/serverless/serverless/pull/5276)
1226- [Add new template for AWS Alexa Typescript](https://github.com/serverless/serverless/pull/5266)
1227- [Remove `/tmp/node-dependencies*`](https://github.com/serverless/serverless/pull/5079)
1228- [Adds FilterPolicy to SNS event](https://github.com/serverless/serverless/pull/5229)
1229- [Update API Gateway Default Request Templates](https://github.com/serverless/serverless/pull/5222)
1230- [Update serverless.yml.md](https://github.com/serverless/serverless/pull/5236)
1231- [Fix for #3069 - Failing to handle schedule event body params](https://github.com/serverless/serverless/pull/5268)
1232- [Remove redundant link to same docs page](https://github.com/serverless/serverless/pull/5243)
1233
1234## Meta
1235
1236- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.30.3...v1.31.0)
1237
1238# 1.30.3 (2018-08-28)
1239
1240- [Fix CORS race condition](https://github.com/serverless/serverless/pull/5256)
1241
1242## Meta
1243
1244- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.30.2...v1.30.3)
1245
1246# 1.30.2 (2018-08-28)
1247
1248- [Fixed a bug when using DynamoDB events with Serverless Platform](https://github.com/serverless/serverless/pull/5237)
1249- [Fixed a bug when using deep variable references](https://github.com/serverless/serverless/pull/5224)
1250- [Fixed an issue with Makefile of the aws-go-dep template](https://github.com/serverless/serverless/pull/5227)
1251
1252## Meta
1253
1254- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.30.1...v1.30.2)
1255
1256# 1.30.1 (2018-08-16)
1257
1258- [Fix CI deployment to Serverless Platform](https://github.com/serverless/serverless/issues/5182)
1259- [Fix a minor resources ID issue on Serverless Platform](https://github.com/serverless/serverless/pull/5208)
1260- [Update nodejs template to 8.10](https://github.com/serverless/serverless/pull/5088)
1261
1262## Meta
1263
1264- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.30.0...v1.30.1)
1265
1266# 1.30.0 (2018-08-09)
1267
1268- [Added support for multiple access keys for multiple tenants](https://github.com/serverless/serverless/pull/5189)
1269- [Fixed a publishing bug when having more than 100 resources](https://github.com/serverless/serverless/pull/5189)
1270- [Add Windows support for spawning mvn](https://github.com/serverless/serverless/pull/5028)
1271- [Update spawn API with {shell=true}](https://github.com/serverless/serverless/pull/5192)
1272- [AWS Clojurescript Gradle Template](https://github.com/serverless/serverless/pull/5147)
1273- [Use latest dotnet runtime in AWS Lambda](https://github.com/serverless/serverless/pull/5107)
1274- [Ignore null errors to allow resolution instead of rejection on undefined SSM variables](https://github.com/serverless/serverless/pull/5119)
1275- [Fixed a bug when using deep variable references](https://github.com/serverless/serverless/pull/5156)
1276- [Add support for installing templates and boilerplates from GitLab](https://github.com/serverless/serverless/pull/5116)
1277- [Fixed that create command didn't use the service name given as -n option](https://github.com/serverless/serverless/pull/5082)
1278
1279## Meta
1280
1281- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.29.2...v1.30.0)
1282
1283# 1.29.2 (2018-07-29)
1284
1285- [Fixed a bug when using APIG lambda integration with Serverless Dashboard](https://github.com/serverless/serverless/pull/5174)
1286- [Fixed a bug by transforming env var to string when setting num value](https://github.com/serverless/serverless/pull/5166)
1287
1288## Meta
1289
1290- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.29.1...v1.29.2)
1291
1292# 1.29.1 (2018-07-28)
1293
1294- [Fixed a bug when using APIG root path with Serverless Dashboard](https://github.com/serverless/serverless/pull/5170)
1295
1296## Meta
1297
1298- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.29.0...v1.29.1)
1299
1300# 1.29.0 (2018-07-26)
1301
1302- [Fixes issue with Node 10.7.0](https://github.com/serverless/serverless/issues/5133)
1303- [Serverless Dashboard Updates: Subscriptions, Resources, Deploys and Refresh Tokens](https://github.com/serverless/serverless/pull/5127)
1304- [Support `invoke local` of AWS Lambda Async Functions](https://github.com/serverless/serverless/pull/4912)
1305- [Improve aws-scala-sbt template](https://github.com/serverless/serverless/pull/5086)
1306
1307## Meta
1308
1309- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.28.0...v1.29.0)
1310
1311# 1.28.0 (2018-07-04)
1312
1313- [Add SQS event integration](https://github.com/serverless/serverless/pull/5074)
1314- [Integration with the Serverless Dashboard](https://github.com/serverless/serverless/pull/5043)
1315- [Add APIG resource policy](https://github.com/serverless/serverless/pull/5071)
1316- [Add PRIVATE endpoint type](https://github.com/serverless/serverless/pull/5080)
1317- [Added ability to create custom stack names and API names](https://github.com/serverless/serverless/pull/4951)
1318- [Add print options to allow digging, transforming and formatting](https://github.com/serverless/serverless/pull/5036)
1319- [only use json-cycles when opt-in, for state serialization](https://github.com/serverless/serverless/pull/5029)
1320- [Make function tags inherit provider tags](https://github.com/serverless/serverless/pull/5007)
1321- [Make local plugins folder configurable](https://github.com/serverless/serverless/pull/4892)
1322- [More flexible version constraint for AWS Lambda Go library](https://github.com/serverless/serverless/pull/5045)
1323- [Update aws-java-maven template to use Log4J2 as recommended by AWS](https://github.com/serverless/serverless/pull/5032)
1324- [Fix binary support for pre-flight requests (OPTIONS method)](https://github.com/serverless/serverless/pull/4895)
1325
1326## Meta
1327
1328- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.27.0...v1.28.0)
1329
1330# 1.27.0 (2018-05-02)
1331
1332- [Add maxAge option for CORS](https://github.com/serverless/serverless/pull/4639)
1333- [Add fn integration](https://github.com/serverless/serverless/pull/4934)
1334- [iamManagedPolicies merging with Vpc config](https://github.com/serverless/serverless/pull/4879)
1335- [Support arrays in function definition too](https://github.com/serverless/serverless/pull/4847)
1336- [Add iam managed policies](https://github.com/serverless/serverless/pull/4793)
1337- [Pass authorizer custom context to target lambda](https://github.com/serverless/serverless/pull/4773)
1338- [Allow UsagePlan's to be created without ApiKeys defined](https://github.com/serverless/serverless/pull/4768)
1339- [Added name property to cloudwatchEvent CF template](https://github.com/serverless/serverless/pull/4763)
1340- [Java maven templates for OpenWhisk](https://github.com/serverless/serverless/pull/4758)
1341- [Pass serverless variable when calling function in referenced file](https://github.com/serverless/serverless/pull/4743)
1342- [Eliminate/Report Hung Promises, Prepopulate Stage and Region, Handle Quoted Strings](https://github.com/serverless/serverless/pull/4713)
1343- [Restricting alexaSkill functions to specific Alexa skills](https://github.com/serverless/serverless/pull/4701)
1344- [Add support for concurrency option in AWS Lambda](https://github.com/serverless/serverless/pull/4694)
1345- [Fix concurrency upload](https://github.com/serverless/serverless/pull/4677)
1346- [Support AWS GovCloud and China region deployments](https://github.com/serverless/serverless/pull/4665)
1347
1348## Meta
1349
1350- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.26.1...v1.27.0)
1351
1352# 1.26.1 (2018-02-27)
1353
1354- [Fix lambda integration regression](https://github.com/serverless/serverless/pull/4775)
1355
1356## Meta
1357
1358- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.26.0...v1.26.1)
1359
1360# 1.26.0 (2018-01-29)
1361
1362- [AWS Go support](https://github.com/serverless/serverless/pull/4669)
1363- [Support for using an existing ApiGateway and Resources](https://github.com/serverless/serverless/pull/4247)
1364- [Add logRetentionInDays config](https://github.com/serverless/serverless/pull/4591)
1365- [Add support of `serverless.js` configuration file](https://github.com/serverless/serverless/pull/4590)
1366- [Add "did you mean..." CLI suggestions](https://github.com/serverless/serverless/pull/4586)
1367- [Add `--template-path` option to `serverless create`](https://github.com/serverless/serverless/pull/4576)
1368- [Add support POJO input support for Java invoke local](https://github.com/serverless/serverless/pull/4596)
1369
1370## Meta
1371
1372- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.25.0...v1.26.0)
1373
1374# 1.25.0 (2017-12-20)
1375
1376- [Improve Stage and Region Usage](https://github.com/serverless/serverless/pull/4560)
1377- [Add API Gateway endpoint configuration](https://github.com/serverless/serverless/pull/4531)
1378- [Add cache to Variables class](https://github.com/serverless/serverless/pull/4499)
1379- [Added support for circular references in the variable system](https://github.com/serverless/serverless/pull/4144)
1380- [Circular Vars Fix](https://github.com/serverless/serverless/pull/4478)
1381- [Ignore the check whether deploymentBucket exists when using "package"](https://github.com/serverless/serverless/pull/4474)
1382- [Template / AWS Kotlin JVM Gradle](https://github.com/serverless/serverless/pull/4433)
1383- [Basic logging for python invoke local](https://github.com/serverless/serverless/pull/4429)
1384- [Add Amazon S3 Transfer Acceleration support](https://github.com/serverless/serverless/pull/4293)
1385- [Updated awsProvider to allow manual specification of certificate auth](https://github.com/serverless/serverless/pull/4118)
1386- [Fix lambda version generation when only function config changes](https://github.com/serverless/serverless/pull/4510)
1387- [Added request cache and queue to AWS provider and use it from variable resolution](https://github.com/serverless/serverless/pull/4518)
1388- [Add significant variable usage corner cases](https://github.com/serverless/serverless/pull/4529)
1389
1390## Meta
1391
1392- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.24.1...v1.25.0)
1393
1394# 1.24.1 (2017-11-07)
1395
1396- [Fix this.userStats.track is not a function error when tailing function logs](https://github.com/serverless/serverless/pull/4441)
1397- [Improve variables test](https://github.com/serverless/serverless/pull/4450)
1398- [Error when file referenced in serverless.yml does not exist](https://github.com/serverless/serverless/pull/4448)
1399
1400## Meta
1401
1402- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.24.0...v1.24.1)
1403
1404# 1.24.0 (2017-11-01)
1405
1406- [Run "serverless deploy list" if timestamp is not specified in rollback command](https://github.com/serverless/serverless/pull/4297)
1407- [Add alexaSmartHome event](https://github.com/serverless/serverless/pull/4238)
1408- [Distinguish plugin initialization error from plugin not found error](https://github.com/serverless/serverless/pull/4322)
1409- [Removing private: true from function does not change it's state](https://github.com/serverless/serverless/pull/4302)
1410- [Change packaging order in zipFiles function](https://github.com/serverless/serverless/pull/4299)
1411- [Enable bluebird long stack traces only in SLS_DEBUG mode](https://github.com/serverless/serverless/pull/4333)
1412- [Create service using template from an external repository](https://github.com/serverless/serverless/pull/4133)
1413- [API Gateway timeout hardcap](https://github.com/serverless/serverless/pull/4348)
1414- [Set stdin to a TTY in invoke.py to allow PDB use](https://github.com/serverless/serverless/pull/4360)
1415- [Add function attached to API Gateway effective timeout warning](https://github.com/serverless/serverless/pull/4373)
1416- [Exclude dev dependency .bin executables](https://github.com/serverless/serverless/pull/4383)
1417- [Fix "deploy function" command by normalizing role](https://github.com/serverless/serverless/pull/4320)
1418- [Add print command to generate output of computed serverless.yml](https://github.com/serverless/serverless/pull/4169)
1419- [Print message if Serverless Framework update is available](https://github.com/serverless/serverless/pull/4301)
1420- [Allow symlinks as custom variable files in serverless.yml](https://github.com/serverless/serverless/pull/4389)
1421- [Provide option to conceal API Gateway key values from the output](https://github.com/serverless/serverless/pull/4382)
1422- [Configurable Authorizer Type](https://github.com/serverless/serverless/pull/4372)
1423
1424## Meta
1425
1426- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.23.0...v1.24.0)
1427
1428# 1.23.0 (2017-09-21)
1429
1430- [Obey VIRTUAL_ENV on Windows](https://github.com/serverless/serverless/pull/4286)
1431- [Implement pinging for the CLI login](https://github.com/serverless/serverless/pull/4206)
1432- [Fixed a bug with deploy function not inheriting provider config](https://github.com/serverless/serverless/pull/4262)
1433- [Added Auth0 Webtasks Provider Template for Nodejs](https://github.com/serverless/serverless/pull/4283)
1434- [Added Java support for invoke local](https://github.com/serverless/serverless/pull/4199)
1435
1436## Meta
1437
1438- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.22.0...v1.23.0)
1439
1440# 1.22.0 (2017-09-13)
1441
1442- [Serverless now fails if provided profile is not valid](https://github.com/serverless/serverless/pull/4245)
1443- [Removed escaping of double quotes around string values in Serverless Variables](https://github.com/serverless/serverless/pull/4224)
1444- [Added 4 new plugin commands](https://github.com/serverless/serverless/pull/4046)
1445- [Added aws-kotlin-jvm-marven template](https://github.com/serverless/serverless/pull/4220)
1446- [Added --update-config option to deploy function command](https://github.com/serverless/serverless/pull/4173)
1447- [Added description to CloudWatch Events](https://github.com/serverless/serverless/pull/4221)
1448- [Added support for aliasing commands](https://github.com/serverless/serverless/pull/4198)
1449- [Added --function option to deploy command](https://github.com/serverless/serverless/pull/4192)
1450- [Fixed a bug with Kinesis events](https://github.com/serverless/serverless/pull/4084)
1451- [Fixed a bug with packaging](https://github.com/serverless/serverless/pull/4189)
1452
1453## Meta
1454
1455- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.21.1...v1.22.0)
1456
1457# 1.21.1 (2017-09-06)
1458
1459- [Preserve file encoding during packaging process](https://github.com/serverless/serverless/pull/4189)
1460
1461## Meta
1462
1463- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.21.0...v1.21.1)
1464
1465# 1.21.0 (2017-08-30)
1466
1467- [Allow custom CLI class instances](https://github.com/serverless/serverless/pull/4160)
1468- [Add support in Spotinst Functions](https://github.com/serverless/serverless/pull/4127)
1469- [Add PHP support for OpenWhisk](https://github.com/serverless/serverless/pull/4153)
1470- [Fixed a bug with stack deletion monitoring](https://github.com/serverless/serverless/pull/4132)
1471- [Allow AWS Profile CLI option to overwrite config and env](https://github.com/serverless/serverless/pull/3980)
1472- [Improve performance of the package plugin](https://github.com/serverless/serverless/pull/3924)
1473- [Add support for custom context with Invoke Local](https://github.com/serverless/serverless/pull/4126)
1474- [Add aws-nodejs-typescript template](https://github.com/serverless/serverless/pull/4058)
1475- [Add aws-nodejs-ecma-script template](https://github.com/serverless/serverless/pull/4056)
1476- [Allow updates for AWS profiles](https://github.com/serverless/serverless/pull/3866)
1477- [Fixed a bug in Invoke Local when using Python in Windows](https://github.com/serverless/serverless/pull/3832)
1478- [Fixed a bug with the Variable System overwrites](https://github.com/serverless/serverless/pull/4097)
1479
1480## Meta
1481
1482- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.20.2...v1.21.0)
1483
1484# 1.20.2 (2017-08-17)
1485
1486- [Bump event-gateway version to 0.5.15](https://github.com/serverless/serverless/pull/4116)
1487
1488## Meta
1489
1490- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.20.1...v1.20.2)
1491
1492# 1.20.1 (2017-08-17)
1493
1494- [Rethrow original plugin error in debug mode](https://github.com/serverless/serverless/pull/4091)
1495- [Add platform gate to serverless run / emit](https://github.com/serverless/serverless/pull/4103)
1496
1497## Meta
1498
1499- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.20.0...v1.20.1)
1500
1501# 1.20.0 (2017-08-16)
1502
1503- [Add Serverless Run plugin](https://github.com/serverless/serverless/pull/4034)
1504- [Add Serverless Emit plugin](https://github.com/serverless/serverless/pull/4038)
1505- [Kubeless template for python and nodejs](https://github.com/serverless/serverless/pull/3970)
1506- [Improve deprecation hook message](https://github.com/serverless/serverless/pull/4011)
1507
1508## Meta
1509
1510- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.19.0...v1.20.0)
1511
1512# 1.19.0 (2017-08-02)
1513
1514- [Removed provider name validation](https://github.com/serverless/serverless/pull/3941)
1515- [Fixed a bug with dev dependencies exclusion](https://github.com/serverless/serverless/pull/3975)
1516- [Fixed a bug with "deploy list functions"](https://github.com/serverless/serverless/pull/3971)
1517- [Fixed a bug with Serverless Plugins loading](https://github.com/serverless/serverless/pull/3960)
1518
1519## Meta
1520
1521- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.18.1...v1.19.0)
1522
1523# 1.18.1 (2017-07-28)
1524
1525- [Fixed a bug with Serverless Variables](https://github.com/serverless/serverless/pull/3996)
1526- [Fixed a bug with dev dependencies exclusion](https://github.com/serverless/serverless/pull/3975)
1527
1528## Meta
1529
1530- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.18.0...v1.18.1)
1531
1532# 1.18.0 (2017-07-20)
1533
1534- [Added support for a new "default" property for Plugins CLI options](https://github.com/serverless/serverless/pull/3808)
1535- [Fixed a bug with dev dependencies exclusion](https://github.com/serverless/serverless/pull/3889)
1536- [Added support for a new "publish" property to opt-out from Platform publishing](https://github.com/serverless/serverless/pull/3950)
1537- [Fixed a bug with "sls remove" when the stack includes Exports](https://github.com/serverless/serverless/pull/3935)
1538- [Added support for request parameter configuration with lambda-proxy integration](https://github.com/serverless/serverless/pull/3722)
1539- [Enhanced the environment variables for invoke local to include AWS_REGION](https://github.com/serverless/serverless/pull/3908)
1540- [Updated the deploy command to ignore custom plugins in service directory during deployment](https://github.com/serverless/serverless/pull/3910)
1541- [Fixed a bug with function packaging](https://github.com/serverless/serverless/pull/3856)
1542- [Updated the package command to ignore function packaging if a custom artifact is specified](https://github.com/serverless/serverless/pull/3876)
1543- [Added support for absolute paths when using Serverless Variables file references](https://github.com/serverless/serverless/pull/3888)
1544
1545## Meta
1546
1547- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.17.0...v1.18.0)
1548
1549# 1.17.0 (2017-07-05)
1550
1551- Cleanup F# build template output on macOS - #3897
1552- Add disable flag for OpenWhisk functions - #3830
1553- Only redeploy when the code/config changes - #3838
1554- Add opt-out config for dev dependency exclusion - #3877
1555- Add infinite stack trace for errors - #3839
1556- Fixed a bug with autocomplete - #3798
1557
1558## Meta
1559
1560- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.16.1...v1.17.0)
1561
1562# 1.16.1 (2017-06-26)
1563
1564- CI/CD fix for the Serverless Platform - #3829
1565
1566## Meta
1567
1568- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.16.0...v1.16.1)
1569
1570# 1.16.0 (2017-06-21)
1571
1572- Added support for usage plans to APIG - #3819
1573- Optmizied packaging to exclude dev dependencies - #3737
1574- Added support for S3 server side encryption - #3804
1575- Improved HTTP error handling - #3752
1576- Throw an error when requsted CF variable doesn't exist - #3739
1577- Throw an error if an individual package is empty - #3729
1578
1579## Meta
1580
1581- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.15.0...v1.16.0)
1582
1583# 1.15.3 (2017-06-12)
1584
1585- Fixed autocomplete bug with help option - #3781
1586
1587## Meta
1588
1589- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.15.2...v1.15.3)
1590
1591# 1.15.2 (2017-06-10)
1592
1593- Fixed installation error - #3763
1594
1595## Meta
1596
1597- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.15.0...v1.15.2)
1598
1599# 1.15.0 (2017-06-08)
1600
1601- Added autocomplete support to the CLI - #3753
1602- Added KMS key support - #3672
1603- Added Cognito User pool support - #3657
1604- Added serverless.json support - #3647
1605- Added aws-profile support - #3701
1606- Added CloudFormation validation support - #3668
1607- Fixed S3 event race condition bug - #3705
1608- Fixed CORS origin config bug - #3692
1609
1610## Meta
1611
1612- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.14.0...v1.15.0)
1613
1614# 1.14.0 (2017-05-24)
1615
1616- Added login command - #3558
1617- Added support for DeadLetter Config with SNS - #3609
1618- Added support for S3 variables - #3592
1619- Added rollback function command - #3571
1620- Added `X-Amz-User-Agent` to list of allowed headers in CORS - #3614
1621- Added support for HTTP_PROXY API Gateway integration - #3534
1622- Added IS_LOCAL environment variable with invoke local command - #3642
1623- Removed package.json in exclude rules - #3644
1624
1625## Meta
1626
1627- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.13.2...v1.14.0)
1628
1629# 1.13.2 (2017-05-15)
1630
1631- Fixed a bug when using dot notation in YAML keys (#3620)
1632
1633## Meta
1634
1635- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.13.1...v1.13.2)
1636
1637# 1.13.1 (2017-05-12)
1638
1639- Fixed bug when referencing variables from other variable object values (#3604)
1640- Fixed bug when packaging a functions-free service (#3598)
1641
1642## Meta
1643
1644- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.13.0...v1.13.1)
1645
1646# 1.13.0 (2017-05-10)
1647
1648- Added support for cross service communication via CloudFormation outputs (#3575)
1649- Add Lambda tagging functionality (#3548)
1650- Added support for Promises in the variable system (#3554)
1651- Added hello-world template (#3445)
1652- Improved Info plugins lifecylce events for plugin authors (#3507)
1653- Allow service to be specified as object in serverless.yml (#3521)
1654
1655## Meta
1656
1657- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.12.0...v1.13.0)
1658
1659# 1.12.1 (2017-04-27)
1660
1661- Fix bug when using the package command with the variable system (#3527)
1662
1663## Meta
1664
1665- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.12.0...v1.12.1)
1666
1667# 1.12.0 (2017-04-26)
1668
1669- Separated packaging and deployment with a new package command (#3344)
1670- Extend OpenWhisk runtime support (#3454)
1671- Upgrade gradle wrapper to 3.5 (#3466)
1672- Fixed bug when using event streams with custom roles (#3457)
1673- Fixed bug with SNS events (#3443)
1674- Fixed bug when using custom deployment bucket (#3479)
1675- Added support for Python 3.6 for Lambda (#3483)
1676- Added new syntax to specify ARN for SNS events (#3505)
1677
1678# 1.11.0 (2017-04-12)
1679
1680- Add CloudWatch Logs Event Source (#3407)
1681- Add version description from function (#3429)
1682- Add support for packaging functions individually (#3433)
1683
1684## Meta
1685
1686- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.10.2...v1.11.0)
1687
1688# 1.10.2 (3.04.2017)
1689
1690- Add support for packaging functions individually at the function level (#3433)
1691
1692# 1.10.1 (2017-03-30)
1693
1694- Update serverless-alpha detection (#3423)
1695
1696## Meta
1697
1698- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.10.0...v1.10.1)
1699
1700# 1.10.0 (2017-03-29)
1701
1702- Fixed bug with ANY http method (#3304)
1703- Reduced unit test time significantly (#3359)
1704- Added AWS Groovy Gradle Template (#3353)
1705- Reduce dependency tree depth between IAM & Log Groups (#3360)
1706- Added entrypoints for plugins (#3327)
1707- Removed pre-install script (#3385)
1708- Expose plugin hooks (#2985)
1709- Add support for Node 6 runtime in invoke local (#3403)
1710- Updated Node.js templates to include Node 6 runtime by default (#3406)
1711- Removed breaking changes warnings (#3418)
1712- Auto loading serverless-alpha plugin (#3373)
1713
1714## Meta
1715
1716- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.9.0...v1.10.0)
1717
1718# 1.9.0 (2017-03-14)
1719
1720- Fixed bug with serverless plugins lookup (#3180)
1721- Fixed bug with `serverless create` generated .gitignore (#3355)
1722- Fixed bug with authorizer claims (#3187)
1723- Added support for CloudFormation service roles (#3147)
1724- Improvements for invoke local plugin (#3037)
1725- Added Azure Functions Node.js template in `serverless create` (#3334)
1726- Allow DynamoDB and Kinesis streams to use GetAtt/ImportValue (#3111)
1727
1728## Meta
1729
1730- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.8.0...v1.9.0)
1731
1732# 1.8.0 (2017-02-28)
1733
1734## Non-Breaking Changes
1735
1736- Fixed bug with deployment progress monitoring (#3297)
1737- Fixed "too many open files" error (#3310)
1738- Fixed bug with functions lists loaded from a separate file using Serverless Variables (#3186)
1739
1740## Breaking Changes
1741
1742#### Removed IamPolicyLambdaExecution Resource
1743
1744We've removed the `IamPolicyLambdaExecution` resource template and replaced it with inline policy within the role as it's been causing issues with VPC and bloating the CF template. This is a breaking change only for users who are depending on that resource with `Ref` or similar CF intrinsic functions.
1745
1746#### Changed displayed function name for `sls info`
1747
1748The function name displayed when you run `sls info` is now the short function name as found in `serverless.yml` rather than the actual lambda name to keep it more provider agnostic. This could be breaking for any user who is depending or parsing the CLI output.
1749
1750## Meta
1751
1752- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.7.0...v1.8.0)
1753
1754# 1.7.0 (2017-02-14)
1755
1756- Added CloudWatch event source (#3102)
1757- Fixed average functions duration calculation in "sls metrics" output (#3067)
1758- Added SLS_IGNORE_WARNINGS flag and logging upcoming breaking changes (#3217)
1759- Reduced memory consumption during zipping process (#3220)
1760- Fixed bug when using LogGroup resources with custom roles (#3213)
1761
1762## Meta
1763
1764- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.6.1...v1.7.0)
1765
1766# 1.6.1 (2017-01-31)
1767
1768A minimal patch release that fixes an issue with rendering README.md on npm registry.
1769
1770# 1.6.0 (2017-01-30)
1771
1772**Important Note:** This release includes breaking changes. If your services stopped working after upgrading to v1.6.0, please read the following section.
1773
1774## Breaking Changes
1775
1776### CloudWatch logs are created explicitly
1777
1778Up until this release, CloudWatch log groups were created implicitly by AWS/Lambda by default and were not included in your service stack. However, some users were able to easily reach the CloudWatch log group limits (currently at 500 log groups), and it wasn't an easy task to clear them all. Because of that we decided to explicitly create the log groups using CloudFormation so that you can easily remove them with `sls remove`. This was also optionally possible with the `cfLogs: true` config option.
1779
1780If your service doesn't have the `cfLogs: true` set, and one of the function has been invoked at least once (hence the log groups were created implicitly by AWS), then it's very likely that you'll receive a "log group already exists" error after upgrading to v1.6.0. That's because CF is now trying to create the already created log groups from scratch to include it in the stack resources. **To fix this breaking change,** simply delete the old log group, or rename your service if you **must** keep the old logs.
1781
1782### Removed function Arns from CloudFormation outputs
1783
1784Up until this release, the output section of the generated CloudFormation template included an output resource for each function Arn. This caused deploying big services to fail because users were hitting the 60 outputs per stack limit. This effectively means that you can't have a service that has more than 60 functions. To avoid this AWS limit, we decided to remove those function output resources completely, to keep the stack clean. This also means removing the function Arns from the `sls info` command, and at the end of the deployment command.
1785
1786This is a breaking change for your project if you're depending on those function output resources in anyway, or if you're depending on function arn outputs from the deploy or info commands. Otherwise, your project shouldn't be affected by this change. Fixing this issue depends on your needs, but just remember that you can always create your own CF outputs in `serverless.yml`.
1787
1788### Moved `getStackName()` method
1789
1790This is a breaking change for plugin authors only. If your plugin used the `provider.getStackName()` method, it has been moved to `naming.js`, and should be referenced with `provider.naming.getStackName()` instead.
1791
1792### Removed the `defaults` property from `serverless.yml`
1793
1794We've finally dropped support for the `defaults` property which we introduced in v1. All child properties should now be moved to the `provider` object instead.
1795
1796## Non-breaking changes
1797
1798- Reduce memory consumption on deploy by at least 50% (#3145)
1799- Added openwhisk template to `sls create` command (#3122)
1800- Allow Role 'Fn::GetAtt' for Lambda `role` (#3083)
1801- Added Access-Control-Allow-Credentials for CORS settings (#2736)
1802- add Support for SNS Subscription to existing topics (#2796)
1803- Function version resources are now optional. (#3042)
1804- Invoke local now supports python runtime. (#2937)
1805- Fixed "deployment bucket doesn't exist" error (#3107)
1806- Allowed function events value to be variables (#2434)
1807
1808## Meta
1809
1810- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.5.1...v1.6.0)
1811
1812# 1.5.1 (2017-01-19)
1813
1814## Bug Fixes
1815
1816- Fix bug with multi line values is given in IoT events (#3095)
1817- Add support of numeric template creation path (#3064)
1818- Fix deployment bucket bug when using eu-west-1 (#3107)
1819
1820## Meta
1821
1822- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.5.0...v1.5.1)
1823
1824# 1.5.0 (2017-01-05)
1825
1826## Features
1827
1828- [Added IoT event source support](https://github.com/serverless/serverless/blob/master/docs/providers/aws/events/iot.md) (#2954)
1829- [Cognito user pool authorizer](https://serverless.com/framework/docs/providers/aws/events/apigateway/#http-endpoints-with-custom-authorizers) (#2141)
1830- Service installation with a name (#2616)
1831
1832## Bug Fixes
1833
1834- Fix VTL string escaping (#2993)
1835- Scheduled events are enabled by default (#2940)
1836- Update status code regex to match newlines (#2991)
1837- Add check for preexistent service directory (#3014)
1838- Deployment monitoring fixes (#2906)
1839- Credential handling fixes (#2820)
1840- Reduced policy statement size significantly (#2952)
1841
1842## Meta
1843
1844- [Github Milestone](https://github.com/serverless/serverless/milestone/20?closed=1)
1845- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.4.0...v1.5.0)
1846
1847# 1.4.0 (2016-12-15)
1848
1849## Features
1850
1851- [Alexa event support](https://github.com/serverless/serverless/issues/2875) (#2875)
1852- [New C# service template](https://github.com/serverless/serverless/tree/master/docs/providers/aws/examples/hello-world/csharp) (#2858)
1853- [Local Invoke Improvements](https://github.com/serverless/serverless/pull/2865) (#2865)
1854- [Service wide metrics](https://github.com/serverless/serverless/blob/master/docs/providers/aws/cli-reference/metrics.md) (#2846)
1855- [Install service by pointing to a Github directory](https://github.com/serverless/serverless/issues/2721) (#2721)
1856- [Add support for stdin for invoke & invoke local](https://github.com/serverless/serverless/blob/master/docs/providers/aws/cli-reference/invoke.md#function-invocation-with-data-from-standard-input) (#2894)
1857
1858## Bug Fixes
1859
1860- Fixed exit code for failed function invocations (#2836)
1861- Stricter validation for custom IAM statements (#2132)
1862- Fixed bug in credentials setup (#2878)
1863- Removed unnecessary warnings during Serverless installation (#2811)
1864- Removed request and response config when using proxy integration (#2799)
1865- Internal refactoring
1866
1867## Meta
1868
1869- [Github Milestone](https://github.com/serverless/serverless/milestone/18?closed=1)
1870- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.3.0...v1.4.0)
1871
1872# 1.3.0 (2016-12-02)
1873
1874## Features
1875
1876- [Metrics support](https://serverless.com/framework/docs/providers/aws/cli-reference/metrics/) (#1650)
1877- [AWS credential setup command](https://serverless.com/framework/docs/providers/aws/cli-reference/config/) (#2623)
1878- Lambda versioning on each deploy (#2676)
1879
1880## Improvements
1881
1882- Documentation improvements with `serverless.yml` file reference (#2703)
1883- Display info how to use SLS_DEBUG (#2690)
1884- Drop `event.json` file on service creation (#2786)
1885- Refactored test structure (#2464)
1886- Automatic test detection (#1337)
1887
1888## Bug Fixes
1889
1890- Add DependsOn for Lamda functions and IamPolicyLambdaExecution (#2743)
1891- Add JSON data parsing for invoke command (#2685)
1892- Internal refactoring
1893
1894## Meta
1895
1896- [Github Milestone](https://github.com/serverless/serverless/milestone/17?closed=1)
1897- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.2.1...v1.3.0)
1898
1899# 1.2.0 (2016-11-22)
1900
1901## Features
1902
1903- [Lambda environment variables support](https://serverless.com/framework/docs/providers/aws/guide/functions#environment-variables) (#2748)
1904- [Load Serverless variables from javascript files](https://serverless.com/framework/docs/providers/aws/guide/variables#reference-variables-in-javascript-files) (#2495)
1905- [Add support for setting custom IAM roles for functions](https://serverless.com/framework/docs/providers/aws/guide/iam#custom-iam-roles-for-each-function) (#1807)
1906- Lambda environment variables support in Invoke Local (#2757)
1907- Tighter and secure permissions for event sources (#2023)
1908
1909## Bug Fixes
1910
1911- Fix `--noDeploy` flag to generate deployment files offline without needing internet connection (#2648)
1912- Bring back the `include` packaging feature with the help of globs (#2460)
1913- Internal refactoring
1914
1915## Meta
1916
1917- [Github Milestone](https://github.com/serverless/serverless/milestone/16?closed=1)
1918- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.1.0...v1.2.0)
1919
1920# 1.1.0 (2016-11-02)
1921
1922## Future breaking changes
1923
1924We will include the LogGroup for your Lambda function in the CloudFormation template in the future. This will break deployments to existing applications because the log group was already created. You will get a warning about this if you deploy currently. We will force this behaviour in a future release, for now you can set it through the `cfLogs: true` parameter in your provider config. This change will also limit the logging rights to only this LogGroup, which should have no impact on your environment. You can read more in [our docs](https://serverless.com/framework/docs/providers/aws/guide/functions#log-group-resources).
1925
1926## Features
1927
1928- [Rollback Support](https://serverless.com/framework/docs/providers/aws/cli-reference/rollback/) (#2495)
1929- [Log Groups in Cloudformation](https://serverless.com/framework/docs/providers/aws/guide/functions#log-group-resources) (#2520)
1930- [Allow Services without functions](https://github.com/serverless/serverless/pull/2499) (#2499)
1931- [Clean up S3 Deployment bucket only after successful deployment](https://github.com/serverless/serverless/pull/2564) (#2564)
1932- [Allow Inclusion after Exclusion using ! Globs](https://serverless.com/framework/docs/providers/aws/guide/packaging/) (#2266)
1933- [Version Pinning for Serverless Services to only deploy with specified versions](https://serverless.com/framework/docs/providers/aws/guide/version/) (#2505)
1934- [Invoke local plugin](https://serverless.com/framework/docs/providers/aws/cli-reference/invoke/) (#2533)
1935- [Plugin template](https://serverless.com/framework/docs/providers/aws/cli-reference/create/) (#2581)
1936- [Simple Plugins are now installable in subfolder of the service](https://serverless.com/framework/docs/providers/aws/guide/plugins#service-local-plugin) (#2581)
1937
1938## Bugs
1939
1940- Fix variable syntax fallback if the file doesn't exist (#2565)
1941- Fix overwriting undefined variables (#2541)
1942- Fix CF deployment issue (#2576)
1943- Correctly package symlinks (#2266)
1944
1945## Other
1946
1947- [Large documentation refactoring](https://serverless.com/framework/docs/) (#2527)
1948
1949## Meta
1950
1951- [Github Milestone](https://github.com/serverless/serverless/milestone/15)
1952- [Comparison since last release](https://github.com/serverless/serverless/compare/v1.0.3...v1.1.0)
1953
1954# 1.0.3 (2016-10-21)
1955
1956Following is a selection of features, bug fixes and other changes we did since 1.0.2.
1957You can also check out all changes in the [Github Compare View](https://github.com/serverless/serverless/compare/v1.0.2...v1.0.3)
1958
1959## Features
1960
1961- [Stack Tags and Policy](https://serverless.com/framework/docs/providers/aws/) (#2158)
1962- [CF Stack Output Variables in Verbose deploy output](https://serverless.com/framework/docs/cli-reference/deploy/) (#2253)
1963- [Custom Status code for non-proxy APIG integration](https://serverless.com/framework/docs/providers/aws/events/apigateway/) (#2014)
1964- [Function Runtime can now be configured per function](https://serverless.com/framework/docs/providers/aws/) (#2425)
1965- [Allow absolute path for invoke command event file](https://serverless.com/framework/docs/cli-reference/invoke/) (#2443)
1966- [Add list deployments command to show last deployments stored in S3 bucket](https://serverless.com/framework/docs/cli-reference/deploy/) (#2439)
1967
1968## Bugs
1969
1970- Fix not thrown error after failed ResourceStatus bug (#2367)
1971- Fix overwrite resources and custom resource merge bug (#2385)
1972- Clean up after deployment works correctly now (#2436)
1973
1974## Other
1975
1976- Migrate Integration tests into main repository (#2438)
1977
1978# 1.0.2 (2016-10-13)
1979
1980- Clean up NPM package (#2352)
1981- Clean up Stats functionality (#2345)
1982
1983# 1.0.1 (2016-10-12)
1984
1985Accidentally released 1.0.1 to NPM, so we have to skip this version (added here to remove confusion)
1986
1987# 1.0.0 (2016-10-12)
1988
1989## Breaking Changes
1990
1991- The HTTP Event now uses the [recently released Lambda Proxy](http://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-set-up-simple-proxy.html#api-gateway-proxy-integration-types) by default. This requires you to change your handler result to fit the new proxy integration. You can also switch back to the old integration type.
1992- The Cloudformation Name of APIG paths that have a variable have changed, so if you have a variable in a path and redeploy CF will throw an error. To fix this remove the path and readd it a second deployment.
1993
1994## Release Highlights
1995
1996Following is a selection of the most important Features of the 1.0.0 since 1.0.0-rc.1.
1997
1998You can see all features of 1.0.0-rc.1 in the [release blogpost](https://serverless.com/blog/serverless-v1-0-rc-1/)
1999
2000### Documentation
2001
2002- New documentation website https://serverless.com/framework/docs
2003
2004### Events
2005
2006- API Gateway Improvements
2007 - [Supporting API Gateway Lambda Proxy](https://serverless.com/framework/docs/providers/aws/events/apigateway/) (#2185)
2008 - [Support HTTP request parameters](https://serverless.com/framework/docs/providers/aws/events/apigateway/) (#2056)
2009- [S3 Event Rules](https://serverless.com/framework/docs/providers/aws/events/s3/) (#2068)
2010- [Built-in Stream Event support (Dynamo & Kinesis)](https://serverless.com/framework/docs/providers/aws/events/streams/) (#2250)
2011
2012### Other
2013
2014- [Configurable deployment bucket outside of CF stack](https://github.com/serverless/serverless/pull/2189) (#2189)
2015- [Install command to get services from Github](https://serverless.com/framework/docs/cli-reference/install/) (#2161)
2016- [Extended AWS credentials support](https://serverless.com/framework/docs/providers/aws/setup/) (#2229)
2017- [Extended the Serverless integration test suite](https://github.com/serverless/integration-test-suite)