Skip to content

Commit bc2bbb3

Browse files
author
aws-toolkit-automation
committed
Updating version to 3.48
1 parent 5e5ba0e commit bc2bbb3

12 files changed

+44
-37
lines changed

.changes/3.48.json

+32
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"date" : "2025-01-16",
3+
"version" : "3.48",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Enhance Q inline completion context fetching for better suggestion quality"
7+
}, {
8+
"type" : "feature",
9+
"description" : "/doc: Add error message if updated README is too large"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "/transform: always include button to start a new transformation at the end of a job"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Amazon Q can update mvn and gradle build files"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Fix doc generation for modules that are a part of the project"
19+
}, {
20+
"type" : "bugfix",
21+
"description" : "Amazon Q /dev: Remove hard-coded limits and instead rely server-side data to communicate number of code generations remaining"
22+
}, {
23+
"type" : "bugfix",
24+
"description" : "/transform: automatically open pre-build error logs when available"
25+
}, {
26+
"type" : "bugfix",
27+
"description" : "/doc: Fix code generation error when cancelling a documentation task"
28+
}, {
29+
"type" : "bugfix",
30+
"description" : "Amazon Q - update messaging for /doc agent"
31+
} ]
32+
}

.changes/next-release/bugfix-28ad12be-ac9d-4ece-b538-48613ab94969.json

-4
This file was deleted.

.changes/next-release/bugfix-2df57233-310e-4788-be6c-f3b37767e60a.json

-4
This file was deleted.

.changes/next-release/bugfix-6362e624-b4c5-4a7a-80c7-5d52fcb4d78f.json

-4
This file was deleted.

.changes/next-release/bugfix-693e3f08-15f7-4453-b304-e473c58bf46b.json

-4
This file was deleted.

.changes/next-release/bugfix-7d7b40c2-100b-4a4b-bbe5-8790db1e9056.json

-4
This file was deleted.

.changes/next-release/bugfix-b99698f8-eb82-4820-b5f7-002e0ed82827.json

-4
This file was deleted.

.changes/next-release/bugfix-fdd46982-bddb-431b-a20f-3ea7960fbf55.json

-4
This file was deleted.

.changes/next-release/feature-ccbbe2b3-2bad-443b-9cf1-7708eb6f77d9.json

-4
This file was deleted.

.changes/next-release/feature-d6e1bcfb-6d81-4b3a-af08-828ff10c02b1.json

-4
This file was deleted.

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# _3.48_ (2025-01-16)
2+
- **(Feature)** Enhance Q inline completion context fetching for better suggestion quality
3+
- **(Feature)** /doc: Add error message if updated README is too large
4+
- **(Bug Fix)** /transform: always include button to start a new transformation at the end of a job
5+
- **(Bug Fix)** Amazon Q can update mvn and gradle build files
6+
- **(Bug Fix)** Fix doc generation for modules that are a part of the project
7+
- **(Bug Fix)** Amazon Q /dev: Remove hard-coded limits and instead rely server-side data to communicate number of code generations remaining
8+
- **(Bug Fix)** /transform: automatically open pre-build error logs when available
9+
- **(Bug Fix)** /doc: Fix code generation error when cancelling a documentation task
10+
- **(Bug Fix)** Amazon Q - update messaging for /doc agent
11+
112
# _3.47_ (2025-01-09)
213
- **(Bug Fix)** Fix issue where users are unable to login to Amazon Q if they have previously authenticated ([#5214](https://github.com/aws/aws-toolkit-jetbrains/issues/5214))
314
- **(Bug Fix)** Fix incorrect text shown while updating documentation in /doc

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.48-SNAPSHOT
5+
toolkitVersion=3.48
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)