Skip to content

Commit b68ebb9

Browse files
committed
Merge remote-tracking branch 'upstream/main' into client
2 parents 10fd021 + 1872cf7 commit b68ebb9

File tree

26 files changed

+151
-106
lines changed

26 files changed

+151
-106
lines changed

.changes/3.52.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"date" : "2025-02-06",
3+
"version" : "3.52",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Adds event listener for notifying UI that AB feature configurations have been resolved"
7+
}, {
8+
"type" : "feature",
9+
"description" : "Amazon Q /review: Code issues can now be grouped by severity or file location."
10+
}, {
11+
"type" : "feature",
12+
"description" : "Inline suggestions: Pre-fetch recommendations to reduce suggestion latency."
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "fix(amazonq): Citation links are not clickable as numbers, but appear as non-clickable texts"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Amazon Q: Prevent IndexOutOfBoundsException by adding boundary checks for invalid range markers (#5187)"
19+
}, {
20+
"type" : "bugfix",
21+
"description" : "/test placeholder text aligned across IDEs"
22+
} ]
23+
}

.changes/3.53.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"date" : "2025-02-07",
3+
"version" : "3.53",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Amazon Q: Fixed an issue where in a specific scenario when receiving multiple suggestions with JetBrains suggestions visible, users are not able to accept the suggestion."
7+
} ]
8+
}

.changes/next-release/bugfix-12a3f427-f34b-49aa-b36f-5335039ef0be.json

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

.changes/next-release/bugfix-24d6621e-32d3-45c5-a996-66232724e425.json

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

.changes/next-release/bugfix-8c569cf5-1a06-4bdc-b39b-91e04a6084b7.json

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

.changes/next-release/feature-634f17f8-0782-4c9b-a57e-0c9431eb4eb4.json

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

.changes/next-release/feature-6565a79c-90f3-4d49-abb6-ca4d5c0ff679.json

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "feature",
3+
"description" : "/transform: support transformations to Java 21"
4+
}

.changes/next-release/feature-af284b37-980e-4f98-a653-5fef6a71519b.json

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

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# _3.53_ (2025-02-07)
2+
- **(Bug Fix)** Amazon Q: Fixed an issue where in a specific scenario when receiving multiple suggestions with JetBrains suggestions visible, users are not able to accept the suggestion.
3+
4+
# _3.52_ (2025-02-06)
5+
- **(Feature)** Adds event listener for notifying UI that AB feature configurations have been resolved
6+
- **(Feature)** Amazon Q /review: Code issues can now be grouped by severity or file location.
7+
- **(Feature)** Inline suggestions: Pre-fetch recommendations to reduce suggestion latency.
8+
- **(Bug Fix)** fix(amazonq): Citation links are not clickable as numbers, but appear as non-clickable texts
9+
- **(Bug Fix)** Amazon Q: Prevent IndexOutOfBoundsException by adding boundary checks for invalid range markers ([#5187](https://github.com/aws/aws-toolkit-jetbrains/issues/5187))
10+
- **(Bug Fix)** /test placeholder text aligned across IDEs
11+
112
# _3.51_ (2025-01-29)
213
- **(Feature)** Amazon Q: Now the Amazon Q suggestions can co-exist with Jetbrains suggestions, with tab behavior configurable in the settings.
314
- **(Feature)** Amazon Q: Amazon Q inline now has configurable shortcuts for various actions including accept and browsing through suggestions.

0 commit comments

Comments
 (0)