Skip to content

Commit

Permalink
Release 3.41.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Jan 9, 2025
1 parent 7019475 commit cddd870
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions packages/toolkit/.changes/3.41.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"date": "2025-01-09",
"version": "3.41.0",
"entries": [
{
"type": "Removal",
"description": "Amazon Q: No longer autoinstall Amazon Q if the user had used CodeWhisperer in old Toolkit versions."
},
{
"type": "Removal",
"description": "Auth: No longer inform users that Amazon Q and Toolkit extensions have separate auth sessions."
}
]
}

This file was deleted.

This file was deleted.

5 changes: 5 additions & 0 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.41.0 2025-01-09

- **Removal** Amazon Q: No longer autoinstall Amazon Q if the user had used CodeWhisperer in old Toolkit versions.
- **Removal** Auth: No longer inform users that Amazon Q and Toolkit extensions have separate auth sessions.

## 3.40.0 2024-12-17

- **Bug Fix** Auth: SSO failed to missing refreshToken
Expand Down
2 changes: 1 addition & 1 deletion packages/toolkit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "aws-toolkit-vscode",
"displayName": "AWS Toolkit",
"description": "Including CodeCatalyst, Infrastructure Composer, and support for Lambda, S3, CloudWatch Logs, CloudFormation, and many other services.",
"version": "3.41.0-SNAPSHOT",
"version": "3.41.0",
"extensionKind": [
"workspace"
],
Expand Down

0 comments on commit cddd870

Please sign in to comment.