From 0fe50f7ea22ebb5bab9ce026d243aa5d50154e28 Mon Sep 17 00:00:00 2001 From: aws-toolkit-automation <43144436+aws-toolkit-automation@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:09:16 -0400 Subject: [PATCH 1/4] update version --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index dbe8aed4..e62f3d35 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "1.55.1.0" + "version": "1.55.2.0" } \ No newline at end of file From 896b6d417c703f5d66e24e3b2059295945c0af37 Mon Sep 17 00:00:00 2001 From: aws-toolkit-automation <43144436+aws-toolkit-automation@users.noreply.github.com> Date: Mon, 22 Jul 2024 14:09:40 -0400 Subject: [PATCH 2/4] CHANGELOG updates --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbf097b5..004112e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.55.2.0 (2024-07-22) + +- **Bug Fix** Fix "Unable to find an entry point named '?' in DLL 'WebView2Loader.dll" error when attempting to view Amazon Q Chat. +- **Bug Fix** Performance improvements in the Publish to AWS deployment configuration screens + ## 1.55.1.0 (2024-07-16) - **Bug Fix** Added more safeguards to extension start-up based on issues reported in version 1.54.0.0 (https://github.com/aws/aws-toolkit-visual-studio/issues/441) From 4001edc6c1ccdbdb5a5dc201a83e029e01eb240a Mon Sep 17 00:00:00 2001 From: aws-toolkit-automation <43144436+aws-toolkit-automation@users.noreply.github.com> Date: Thu, 1 Aug 2024 18:21:11 -0400 Subject: [PATCH 3/4] update version --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index e62f3d35..1072fdbb 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "1.55.2.0" + "version": "1.56.0.0" } \ No newline at end of file From c131b84c66934fd9c34e5196aa0796dbb3a818a8 Mon Sep 17 00:00:00 2001 From: aws-toolkit-automation <43144436+aws-toolkit-automation@users.noreply.github.com> Date: Thu, 1 Aug 2024 18:21:39 -0400 Subject: [PATCH 4/4] CHANGELOG updates --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 004112e0..a3d2fb0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 1.56.0.0 (2024-08-01) + +- **Feature** * Publish to AWS has been updated to use v1.22.5 of the AWS .NET deploy tool. This version of the Toolkit includes the following Deploy Tool changes: + - Performance improvements when editing deployment configurations. + - When configuring a deployment to an existing target, fewer fields will be shown when they cannot be adjusted. + - Add support for choosing between a "Public" and an "Internal" Load Balancer when deploying an Elastic Beanstalk application into a VPC + - See https://github.com/aws/aws-dotnet-deploy/releases/tag/1.20.8, https://github.com/aws/aws-dotnet-deploy/releases/tag/1.21.13, and https://github.com/aws/aws-dotnet-deploy/releases/tag/1.22.5 for more details. +- **Feature** When Amazon Q is generating an inline suggestion, a progress indicator is now shown next to the Q icon in the margin. + ## 1.55.2.0 (2024-07-22) - **Bug Fix** Fix "Unable to find an entry point named '?' in DLL 'WebView2Loader.dll" error when attempting to view Amazon Q Chat.