Skip to content

Commit

Permalink
Updating version to 3.48
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Jan 16, 2025
1 parent 5e5ba0e commit bc2bbb3
Show file tree
Hide file tree
Showing 12 changed files with 44 additions and 37 deletions.
32 changes: 32 additions & 0 deletions .changes/3.48.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"date" : "2025-01-16",
"version" : "3.48",
"entries" : [ {
"type" : "feature",
"description" : "Enhance Q inline completion context fetching for better suggestion quality"
}, {
"type" : "feature",
"description" : "/doc: Add error message if updated README is too large"
}, {
"type" : "bugfix",
"description" : "/transform: always include button to start a new transformation at the end of a job"
}, {
"type" : "bugfix",
"description" : "Amazon Q can update mvn and gradle build files"
}, {
"type" : "bugfix",
"description" : "Fix doc generation for modules that are a part of the project"
}, {
"type" : "bugfix",
"description" : "Amazon Q /dev: Remove hard-coded limits and instead rely server-side data to communicate number of code generations remaining"
}, {
"type" : "bugfix",
"description" : "/transform: automatically open pre-build error logs when available"
}, {
"type" : "bugfix",
"description" : "/doc: Fix code generation error when cancelling a documentation task"
}, {
"type" : "bugfix",
"description" : "Amazon Q - update messaging for /doc agent"
} ]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# _3.48_ (2025-01-16)
- **(Feature)** Enhance Q inline completion context fetching for better suggestion quality
- **(Feature)** /doc: Add error message if updated README is too large
- **(Bug Fix)** /transform: always include button to start a new transformation at the end of a job
- **(Bug Fix)** Amazon Q can update mvn and gradle build files
- **(Bug Fix)** Fix doc generation for modules that are a part of the project
- **(Bug Fix)** Amazon Q /dev: Remove hard-coded limits and instead rely server-side data to communicate number of code generations remaining
- **(Bug Fix)** /transform: automatically open pre-build error logs when available
- **(Bug Fix)** /doc: Fix code generation error when cancelling a documentation task
- **(Bug Fix)** Amazon Q - update messaging for /doc agent

# _3.47_ (2025-01-09)
- **(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))
- **(Bug Fix)** Fix incorrect text shown while updating documentation in /doc
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

# Toolkit Version
toolkitVersion=3.48-SNAPSHOT
toolkitVersion=3.48

# Publish Settings
publishToken=
Expand Down

0 comments on commit bc2bbb3

Please sign in to comment.