Skip to content

Commit

Permalink
Merge branch 'aws:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Asmodeusxxx85 authored Aug 9, 2024
2 parents c4ae25d + c131b84 commit 54d6c5a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 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.
- **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)
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "1.55.1.0"
"version": "1.56.0.0"
}

0 comments on commit 54d6c5a

Please sign in to comment.