UNPKG

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