From 7b9a8f3ba340d86d7122db5b3f020c42400bcc41 Mon Sep 17 00:00:00 2001 From: aws-toolkit-automation <> Date: Wed, 29 Apr 2020 18:19:33 +0000 Subject: [PATCH] Release 1.9.0 --- .changes/1.9.0.json | 34 +++++++++++++++++++ ...-d7152d4c-71b8-445e-8900-a1349bf01a72.json | 4 --- ...-d4a96aa8-11a0-44ff-8439-2fc0bfffddb5.json | 4 --- ...-fba170ec-42cc-4f47-8890-30557d088eba.json | 4 --- ...-b5c271a8-43ea-406d-b441-cc0ff7e135aa.json | 4 --- ...-bf18bc73-f20c-490e-8d2d-28669f945360.json | 4 --- ...-cf374e0c-5b11-41f2-a143-219227ba59f2.json | 4 --- ...-f8fd7312-74ee-44de-af95-d8a21bee8f48.json | 4 --- CHANGELOG.md | 10 ++++++ package-lock.json | 2 +- package.json | 2 +- 11 files changed, 46 insertions(+), 30 deletions(-) create mode 100644 .changes/1.9.0.json delete mode 100644 .changes/next-release/Breaking Change-d7152d4c-71b8-445e-8900-a1349bf01a72.json delete mode 100644 .changes/next-release/Bug Fix-d4a96aa8-11a0-44ff-8439-2fc0bfffddb5.json delete mode 100644 .changes/next-release/Bug Fix-fba170ec-42cc-4f47-8890-30557d088eba.json delete mode 100644 .changes/next-release/Feature-b5c271a8-43ea-406d-b441-cc0ff7e135aa.json delete mode 100644 .changes/next-release/Feature-bf18bc73-f20c-490e-8d2d-28669f945360.json delete mode 100644 .changes/next-release/Feature-cf374e0c-5b11-41f2-a143-219227ba59f2.json delete mode 100644 .changes/next-release/Feature-f8fd7312-74ee-44de-af95-d8a21bee8f48.json diff --git a/.changes/1.9.0.json b/.changes/1.9.0.json new file mode 100644 index 00000000000..539a84729f4 --- /dev/null +++ b/.changes/1.9.0.json @@ -0,0 +1,34 @@ +{ + "date": "2020-04-29", + "version": "1.9.0", + "entries": [ + { + "type": "Breaking Change", + "description": "Bumping VS Code minimum version: 1.31.1 => 1.42.0" + }, + { + "type": "Bug Fix", + "description": "Bug fixes for step functions language server.: One is related to the error when there is \"Default\" property missing on \"Choice\" state. Second, “Unreachable state” error when the default state is declared before being referenced by “Choice” state." + }, + { + "type": "Bug Fix", + "description": "Fixed a validation issue with VS Code's `settings.json` and `launch.json` files (#1027)" + }, + { + "type": "Feature", + "description": "Add context menu command to copy ARNs from the AWS Explorer" + }, + { + "type": "Feature", + "description": "Bumped maximum (exclusive) supported SAM CLI version from 0.50.0 to 0.60.0." + }, + { + "type": "Feature", + "description": "Users are shown a notification reflecting changes to how usage data is gathered. Usage data can still be configured through the editor's settings." + }, + { + "type": "Feature", + "description": "Visualising of step functions step machines will be allowed when ARN strings within ASL definition are invalid." + } + ] +} \ No newline at end of file diff --git a/.changes/next-release/Breaking Change-d7152d4c-71b8-445e-8900-a1349bf01a72.json b/.changes/next-release/Breaking Change-d7152d4c-71b8-445e-8900-a1349bf01a72.json deleted file mode 100644 index ae0264ef8d5..00000000000 --- a/.changes/next-release/Breaking Change-d7152d4c-71b8-445e-8900-a1349bf01a72.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Breaking Change", - "description": "Bumping VS Code minimum version: 1.31.1 => 1.42.0" -} diff --git a/.changes/next-release/Bug Fix-d4a96aa8-11a0-44ff-8439-2fc0bfffddb5.json b/.changes/next-release/Bug Fix-d4a96aa8-11a0-44ff-8439-2fc0bfffddb5.json deleted file mode 100644 index a2e3ffac736..00000000000 --- a/.changes/next-release/Bug Fix-d4a96aa8-11a0-44ff-8439-2fc0bfffddb5.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Bug Fix", - "description": "Bug fixes for step functions language server.: One is related to the error when there is \"Default\" property missing on \"Choice\" state. Second, “Unreachable state” error when the default state is declared before being referenced by “Choice” state." -} diff --git a/.changes/next-release/Bug Fix-fba170ec-42cc-4f47-8890-30557d088eba.json b/.changes/next-release/Bug Fix-fba170ec-42cc-4f47-8890-30557d088eba.json deleted file mode 100644 index ad8827ee986..00000000000 --- a/.changes/next-release/Bug Fix-fba170ec-42cc-4f47-8890-30557d088eba.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Bug Fix", - "description": "Fixed a validation issue with VS Code's `settings.json` and `launch.json` files (#1027)" -} diff --git a/.changes/next-release/Feature-b5c271a8-43ea-406d-b441-cc0ff7e135aa.json b/.changes/next-release/Feature-b5c271a8-43ea-406d-b441-cc0ff7e135aa.json deleted file mode 100644 index 74d184083e9..00000000000 --- a/.changes/next-release/Feature-b5c271a8-43ea-406d-b441-cc0ff7e135aa.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Feature", - "description": "Add context menu command to copy ARNs from the AWS Explorer" -} diff --git a/.changes/next-release/Feature-bf18bc73-f20c-490e-8d2d-28669f945360.json b/.changes/next-release/Feature-bf18bc73-f20c-490e-8d2d-28669f945360.json deleted file mode 100644 index 526945062ac..00000000000 --- a/.changes/next-release/Feature-bf18bc73-f20c-490e-8d2d-28669f945360.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Feature", - "description": "Bumped maximum (exclusive) supported SAM CLI version from 0.50.0 to 0.60.0." -} diff --git a/.changes/next-release/Feature-cf374e0c-5b11-41f2-a143-219227ba59f2.json b/.changes/next-release/Feature-cf374e0c-5b11-41f2-a143-219227ba59f2.json deleted file mode 100644 index 934eeb51141..00000000000 --- a/.changes/next-release/Feature-cf374e0c-5b11-41f2-a143-219227ba59f2.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Feature", - "description": "Users are shown a notification reflecting changes to how usage data is gathered. Usage data can still be configured through the editor's settings." -} diff --git a/.changes/next-release/Feature-f8fd7312-74ee-44de-af95-d8a21bee8f48.json b/.changes/next-release/Feature-f8fd7312-74ee-44de-af95-d8a21bee8f48.json deleted file mode 100644 index 07fb9c49056..00000000000 --- a/.changes/next-release/Feature-f8fd7312-74ee-44de-af95-d8a21bee8f48.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Feature", - "description": "Visualising of step functions step machines will be allowed when ARN strings within ASL definition are invalid." -} diff --git a/CHANGELOG.md b/CHANGELOG.md index 27ab3496948..dc3cfdc351b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 1.9.0 2020-04-29 + +- **Breaking Change** Bumping VS Code minimum version: 1.31.1 => 1.42.0 +- **Bug Fix** Bug fixes for step functions language server.: One is related to the error when there is "Default" property missing on "Choice" state. Second, “Unreachable state” error when the default state is declared before being referenced by “Choice” state. +- **Bug Fix** Fixed a validation issue with VS Code's `settings.json` and `launch.json` files (#1027) +- **Feature** Add context menu command to copy ARNs from the AWS Explorer +- **Feature** Bumped maximum (exclusive) supported SAM CLI version from 0.50.0 to 0.60.0. +- **Feature** Users are shown a notification reflecting changes to how usage data is gathered. Usage data can still be configured through the editor's settings. +- **Feature** Visualising of step functions step machines will be allowed when ARN strings within ASL definition are invalid. + ## 1.8.0 2020-03-31 - **Bug Fix** SAM applications deployed through the toolkit now support IAM resources with custom names diff --git a/package-lock.json b/package-lock.json index aa27f705732..04dd845eff7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "aws-toolkit-vscode", - "version": "1.9.0-SNAPSHOT", + "version": "1.9.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 43be8f7f746..806edb6b2df 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "aws-toolkit-vscode", "displayName": "AWS Toolkit", "description": "An extension for working with Amazon Web Services", - "version": "1.9.0-SNAPSHOT", + "version": "1.9.0", "publisher": "amazonwebservices", "license": "Apache-2.0", "repository": {