Skip to content

Commit c164d4b

Browse files
author
aws-toolkit-automation
committed
Updating version to 3.52
1 parent 17dcd44 commit c164d4b

9 files changed

+32
-25
lines changed

.changes/3.52.json

+23
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/next-release/bugfix-12a3f427-f34b-49aa-b36f-5335039ef0be.json

-4
This file was deleted.

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

-4
This file was deleted.

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

-4
This file was deleted.

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

-4
This file was deleted.

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

-4
This file was deleted.

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

-4
This file was deleted.

CHANGELOG.md

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

gradle.properties

+1-1
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.52-SNAPSHOT
5+
toolkitVersion=3.52
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)