Skip to content

Commit e611154

Browse files
author
aws-toolkit-automation
committed
Updating version to 3.35
1 parent 4f3cd21 commit e611154

10 files changed

+36
-29
lines changed

.changes/3.35.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"date" : "2024-10-29",
3+
"version" : "3.35",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Remove read-only mode on before diff of code changes generated by agent"
7+
}, {
8+
"type" : "feature",
9+
"description" : "Provide more frequent updates about code changes made by agent"
10+
}, {
11+
"type" : "feature",
12+
"description" : "Amazon Q /dev: Add stop generation action"
13+
}, {
14+
"type" : "feature",
15+
"description" : "Added inline chat support. Select some code and hit ⌘+I on Mac or Ctrl+I on Windows to start"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Fix pointless busy loop in Amazon Q wasting CPU cycles (#5000)"
19+
}, {
20+
"type" : "bugfix",
21+
"description" : "Update `@workspace` index when adding or deleting a file"
22+
}, {
23+
"type" : "deprecation",
24+
"description" : "An upcoming release will remove support for JetBrains Gateway version 2024.2 and for IDEs based on the 2023.3 platform"
25+
} ]
26+
}

.changes/next-release/bugfix-b18a6b61-e1e9-42dd-952d-7c32ea7a3a19.json

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

.changes/next-release/bugfix-e0e23b25-959c-46ef-a9f9-13283cff5568.json

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

.changes/next-release/deprecation-a09c7f8f-fb8c-4f71-8039-f86faf4c7273.json

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

.changes/next-release/feature-08da6a67-91d3-443f-b306-c4af3f0e0191.json

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

.changes/next-release/feature-a0ded7ea-63cd-4ed0-8ab7-6cbf31623acc.json

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

.changes/next-release/feature-c5c4cc47-126a-4236-82af-70743a805ca8.json

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

.changes/next-release/feature-d2858ed1-62fc-461b-93b3-6edf82df2855.json

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

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# _3.35_ (2024-10-29)
2+
- **(Feature)** Remove read-only mode on before diff of code changes generated by agent
3+
- **(Feature)** Provide more frequent updates about code changes made by agent
4+
- **(Feature)** Amazon Q /dev: Add stop generation action
5+
- **(Feature)** Added inline chat support. Select some code and hit ⌘+I on Mac or Ctrl+I on Windows to start
6+
- **(Bug Fix)** Fix pointless busy loop in Amazon Q wasting CPU cycles ([#5000](https://github.com/aws/aws-toolkit-jetbrains/issues/5000))
7+
- **(Bug Fix)** Update `@workspace` index when adding or deleting a file
8+
- **(Deprecation)** An upcoming release will remove support for JetBrains Gateway version 2024.2 and for IDEs based on the 2023.3 platform
9+
110
# _3.34_ (2024-10-22)
211
- **(Bug Fix)** Fix issue where the plugin can't read SSO tokens from disk / always returns 'Unable to load client registration'
312

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
# Toolkit Version
5-
toolkitVersion=3.35-SNAPSHOT
5+
toolkitVersion=3.35
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)