Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

10 changes: 10 additions & 0 deletions packages/amazonq/.changes/1.95.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"date": "2025-09-19",
"version": "1.95.0",
"entries": [
{
"type": "Bug Fix",
"description": "Amazon Q automatically refreshes expired IAM Credentials in Sagemaker instances"
}
]
}

This file was deleted.

4 changes: 4 additions & 0 deletions packages/amazonq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.95.0 2025-09-19

- **Bug Fix** Amazon Q automatically refreshes expired IAM Credentials in Sagemaker instances

## 1.94.0 2025-09-11

- Miscellaneous non-user-facing changes
Expand Down
2 changes: 1 addition & 1 deletion packages/amazonq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "amazon-q-vscode",
"displayName": "Amazon Q",
"description": "The most capable generative AI–powered assistant for software development.",
"version": "1.95.0-SNAPSHOT",
"version": "1.96.0-SNAPSHOT",
"extensionKind": [
"workspace"
],
Expand Down
5 changes: 5 additions & 0 deletions packages/toolkit/.changes/3.75.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"date": "2025-09-19",
"version": "3.75.0",
"entries": []
}
4 changes: 4 additions & 0 deletions packages/toolkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.75.0 2025-09-19

- Miscellaneous non-user-facing changes

## 3.74.0 2025-09-10

- **Feature** Feature to support the access of SageMakerUnified Studio resources from the local VSCode IDE
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.75.0-SNAPSHOT",
"version": "3.76.0-SNAPSHOT",
"extensionKind": [
"workspace"
],
Expand Down
Loading