Skip to content
Closed
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
1,784 changes: 70 additions & 1,714 deletions LICENSE-THIRD-PARTY

Large diffs are not rendered by default.

379 changes: 322 additions & 57 deletions package-lock.json

Large diffs are not rendered by default.

14 changes: 14 additions & 0 deletions packages/toolkit/.changes/3.84.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"date": "2025-11-15",
"version": "3.84.0",
"entries": [
{
"type": "Feature",
"description": "SageMaker: Improved UX for connecting to running spaces with better progress indicators and streamlined remote access handling"
},
{
"type": "Feature",
"description": "Deeplink support for SageMaker Unified Studio"
}
]
}

This file was deleted.

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.84.0 2025-11-15

- **Feature** SageMaker: Improved UX for connecting to running spaces with better progress indicators and streamlined remote access handling
- **Feature** Deeplink support for SageMaker Unified Studio

## 3.83.0 2025-11-06

- Miscellaneous non-user-facing changes
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.84.0-SNAPSHOT",
"version": "3.85.0-SNAPSHOT",
"extensionKind": [
"workspace"
],
Expand Down
Loading