Skip to content

Commit 54476e1

Browse files
Merge master into feature/emr
2 parents 49f4184 + 9fd91dd commit 54476e1

16 files changed

+67
-40
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"date": "2024-10-30",
3+
"version": "1.33.0",
4+
"entries": [
5+
{
6+
"type": "Bug Fix",
7+
"description": "Amazon Q /dev: fix for stop button showing for Code Transformation"
8+
}
9+
]
10+
}

packages/amazonq/.changes/next-release/Bug Fix-9cebf072-0ebd-476d-a1bf-babd27ef9cc5.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/amazonq/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.33.0 2024-10-30
2+
3+
- **Bug Fix** Amazon Q /dev: fix for stop button showing for Code Transformation
4+
15
## 1.32.0 2024-10-29
26

37
- **Bug Fix** Remove warning when no input is provided to inline chat input box

packages/amazonq/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "amazon-q-vscode",
33
"displayName": "Amazon Q",
44
"description": "Amazon Q is your generative AI-powered assistant across the software development lifecycle.",
5-
"version": "1.33.0-SNAPSHOT",
5+
"version": "1.34.0-SNAPSHOT",
66
"extensionKind": [
77
"workspace"
88
],
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"date": "2024-10-30",
3+
"version": "3.31.0",
4+
"entries": [
5+
{
6+
"type": "Feature",
7+
"description": "SAM: Added support for Java 21 Lambda runtime"
8+
},
9+
{
10+
"type": "Feature",
11+
"description": "AWS Lambda: AWS Explorer command palette actions and hover buttons to build, local invoke, deploy, and remote invoke"
12+
},
13+
{
14+
"type": "Feature",
15+
"description": "AWS Lambda: Improved local test and debug and remote invoke to streamline creating and sharing sample events"
16+
},
17+
{
18+
"type": "Feature",
19+
"description": "AWS Lambda: 'Application Builder' is a new sidebar view for viewing application resources and links to create, build, debug, and test serverless applications"
20+
},
21+
{
22+
"type": "Feature",
23+
"description": "SAM: Added support for Ruby 3.3 Lambda runtime"
24+
},
25+
{
26+
"type": "Feature",
27+
"description": "SAM: Added support for Ruby 3.2 Lambda runtime"
28+
},
29+
{
30+
"type": "Feature",
31+
"description": "AWS Lambda: Guided walkthrough contains links to set up local IDE environment, install required tools, several starter templates, and guidance on how to get started building serverless applications"
32+
},
33+
{
34+
"type": "Feature",
35+
"description": "SAM: Added support for .NET 8.0 Lambda runtime"
36+
}
37+
]
38+
}

packages/toolkit/.changes/next-release/Feature-04e10921-d588-4529-90e6-d1c57ee70ee9.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/toolkit/.changes/next-release/Feature-336a5c62-92cc-4e73-a375-d63eaddb9cc6.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/toolkit/.changes/next-release/Feature-8e045a70-a729-4b5e-89dc-70ee5ad41075.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/toolkit/.changes/next-release/Feature-943a2e4d-fe7d-42ee-b6d2-e5b9280feb9c.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)