Releases: aws/aws-toolkit-jetbrains
Releases · aws/aws-toolkit-jetbrains
AWS Toolkit 3.54-SNAPSHOT: prerelease
This is an unsupported preview build of the main
branch of AWS Toolkit.
Install
- Download the respective plugin zip from the assets below
- In the IDE, go to Settings -> Plugins
- Click on Install plugin from disk and select the downloaded zip
Changes
3.54-SNAPSHOT (2025-02-08)
- (Feature) /transform: support transformations to Java 21
AWS Toolkit 3.54-SNAPSHOT: dev-execution
This is an unsupported preview build of the feature/dev-execution
branch of AWS Toolkit.
Install
- Download the respective plugin zip from the assets below
- In the IDE, go to Settings -> Plugins
- Click on Install plugin from disk and select the downloaded zip
Changes
3.54-SNAPSHOT (2025-02-08)
- (Feature) /transform: support transformations to Java 21
3.53
AWS-Toolkit-3.53-Pre-release-candidate
3.53 (2025-02-07)
- (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.52
3.52 (2025-02-06)
- (Feature) Adds event listener for notifying UI that AB feature configurations have been resolved
- (Feature) Amazon Q /review: Code issues can now be grouped by severity or file location.
- (Feature) Inline suggestions: Pre-fetch recommendations to reduce suggestion latency.
- (Bug Fix) fix(amazonq): Citation links are not clickable as numbers, but appear as non-clickable texts
- (Bug Fix) Amazon Q: Prevent IndexOutOfBoundsException by adding boundary checks for invalid range markers (#5187)
- (Bug Fix) /test placeholder text aligned across IDEs
AWS-Toolkit-3.52-Pre-release-candidate
3.52 (2025-02-06)
- (Feature) Adds event listener for notifying UI that AB feature configurations have been resolved
- (Feature) Amazon Q /review: Code issues can now be grouped by severity or file location.
- (Feature) Inline suggestions: Pre-fetch recommendations to reduce suggestion latency.
- (Bug Fix) fix(amazonq): Citation links are not clickable as numbers, but appear as non-clickable texts
- (Bug Fix) Amazon Q: Prevent IndexOutOfBoundsException by adding boundary checks for invalid range markers (#5187)
- (Bug Fix) /test placeholder text aligned across IDEs
AWS Toolkit 3.52-SNAPSHOT: rli/remote-chat-wip
This is an unsupported preview build of the rli/remote-chat-wip
branch of AWS Toolkit.
Install
- Download the respective plugin zip from the assets below
- In the IDE, go to Settings -> Plugins
- Click on Install plugin from disk and select the downloaded zip
Changes
3.52-SNAPSHOT (2025-01-31)
- (Feature) Adds event listener for notifying UI that AB feature configurations have been resolved
3.51
3.51 (2025-01-29)
- (Feature) Amazon Q: Now the Amazon Q suggestions can co-exist with Jetbrains suggestions, with tab behavior configurable in the settings.
- (Feature) Amazon Q: Amazon Q inline now has configurable shortcuts for various actions including accept and browsing through suggestions.
- (Feature) Add setting to allow Q /dev to run code and test commands
- (Feature) Amazon Q: The suggestion popup will hide by default and will be displayed when the suggestion is being hovered over.
- (Bug Fix) Amazon Q /doc: fix open diff in a tab when another modal is open
- (Bug Fix) Amazon Q /test: Fixed an issue which incorrectly caused payload size exceeded exception when collecting project payload files
- (Bug Fix) fix(amazonq): For security reasons, disabled auto linkify for link texts coming in markdown other than TEXT format
- (Bug Fix) Fix UI freeze caused by updating workspace index on non background context
AWS-Toolkit-3.51-Pre-release-candidate
3.51 (2025-01-29)
- (Feature) Amazon Q: Now the Amazon Q suggestions can co-exist with Jetbrains suggestions, with tab behavior configurable in the settings.
- (Feature) Amazon Q: Amazon Q inline now has configurable shortcuts for various actions including accept and browsing through suggestions.
- (Feature) Add setting to allow Q /dev to run code and test commands
- (Feature) Amazon Q: The suggestion popup will hide by default and will be displayed when the suggestion is being hovered over.
- (Bug Fix) Amazon Q /doc: fix open diff in a tab when another modal is open
- (Bug Fix) Amazon Q /test: Fixed an issue which incorrectly caused payload size exceeded exception when collecting project payload files
- (Bug Fix) fix(amazonq): For security reasons, disabled auto linkify for link texts coming in markdown other than TEXT format
- (Bug Fix) Fix UI freeze caused by updating workspace index on non background context
3.50
3.50 (2025-01-23)
- (Feature) Amazon Q: Updated
/help
command to include re:invent 2024 features - (Feature) Amazon Q: UI improvements through more accurate code syntax highlighting
- (Bug Fix) Fixed an issue where Amazon Q settings did not persist across IDE restarts
- (Bug Fix) Amazon Q: Fix context menu displaying when typing
@
, even though input is disallowed - (Bug Fix) Amazon Q: Fix up/down history navigation only triggering on first/last line of prompt input
- (Bug Fix) Amazon Q /doc: Ask for user prompt if error occurs while updating documentation
- (Bug Fix) Amazon Q: cursor no longer jumps after navigating prompt history
- (Bug Fix) Improve text description of workspace index settings
- (Bug Fix) Amazon Q /doc: fix for user prompt to change folder in chat
- (Bug Fix) Amazon Q Doc README diff will re-open when the README file is clicked after it has been closed
- (Bug Fix) Amazon Q /test: Fix for test generation payload creation to not filter out target file.
- (Bug Fix) Amazon Q: word duplication when pressing tab on context selector fixed