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 Jun 30, 2024
2 parents 5f80cb2 + 7d457f7 commit c726ba5
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 1.53.0.0 (2024-05-23)

- **Feature** The AWS Builder Id and IAM Identity Center (SSO) login flow has been improved to support authorization code + PKCE in supported regions. This new flow simplifies the login process by eliminating the need to verify a code while remaining secure. The device code flow will continue to be used in regions that do not support the authorization code + PKCE flow.

## 1.52.0.0 (2024-05-09)

- **Bug Fix** Fix issue where Amazon Q inline suggestions would appear over-indented

## 1.51.0.0 (2024-04-29)

- **Feature** Amazon CodeWhisperer functionality is now part of Amazon Q Developer. All existing CodeWhisperer features will continue to function including inline code suggestions.

## 1.50.0.0 (2024-03-28)

- **Bug Fix** Fix issue where IAM IdC sign-ins for non-US sign-in portals would not automatically refresh when using CodeWhisperer
Expand Down
2 changes: 1 addition & 1 deletion Telemetry/vs-telemetry-definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
{
"name": "languageServerSetupStage",
"type": "string",
"allowedValues": [ "getManifest", "getServer", "initialize", "all" ],
"allowedValues": [ "getManifest", "getServer", "validate", "initialize", "all" ],
"description": "Represents a phase of the language server startup sequence"
},
{
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.50.0.0"
"version": "1.53.0.0"
}

0 comments on commit c726ba5

Please sign in to comment.