Skip to content

Releases: aws/aws-toolkit-jetbrains

AWS Toolkit 3.58-SNAPSHOT-ASBX_TEST_0228: rli/remote-chat-wip

28 Feb 23:16
a878739
Compare
Choose a tag to compare

This is an unsupported preview build of the rli/remote-chat-wip branch of AWS Toolkit.

Install

  1. Download the respective plugin zip from the assets below
  2. In the IDE, go to Settings -> Plugins
  3. Click on Install plugin from disk and select the downloaded zip

Changes

3.58-SNAPSHOT-ASBX_TEST_0228 (2025-02-28)

AWS-Toolkit-3.57-Pre-release-candidate

28 Feb 17:42
Compare
Choose a tag to compare
Pre-release

3.57 (2025-02-28)

  • (Bug Fix) Fix suggestion not visible in remote for 2024.3
  • (Bug Fix) /test: update capability card text
  • (Bug Fix) Amazon Q /doc: update workspace too large error message
  • (Bug Fix) Amazon Q /doc: Fix uploading file method throwing incorrect workspace too large error message
  • (Bug Fix) /transform: skip running tests locally when user chooses to do so

3.56

20 Feb 21:40
Compare
Choose a tag to compare

3.56 (2025-02-20)

  • (Feature) Amazon Q /doc: support making changes to architecture diagrams

3.55

13 Feb 23:13
Compare
Choose a tag to compare

3.55 (2025-02-13)

  • (Feature) /transform: support transformations to Java 21
  • (Bug Fix) Enable syntax highlighting when viewing diff for /test
  • (Bug Fix) Amazon Q /test: Truncating user input to 4096 characters for unit test generation.
  • (Bug Fix) Amazon Q /review: Unable to navigate to code location when selecting issues
  • (Bug Fix) Amazon Q /test: Q identify active test file and infer source file for test generation.
  • (Removal) Amazon Q: Revert prefetch logic to enable more stable inline completion.

AWS-Toolkit-3.55-Pre-release-candidate

13 Feb 22:13
Compare
Choose a tag to compare
Pre-release

3.55 (2025-02-13)

  • (Feature) /transform: support transformations to Java 21
  • (Bug Fix) Enable syntax highlighting when viewing diff for /test
  • (Bug Fix) Amazon Q /test: Truncating user input to 4096 characters for unit test generation.
  • (Bug Fix) Amazon Q /review: Unable to navigate to code location when selecting issues
  • (Bug Fix) Amazon Q /test: Q identify active test file and infer source file for test generation.
  • (Removal) Amazon Q: Revert prefetch logic to enable more stable inline completion.

3.54

11 Feb 03:40
Compare
Choose a tag to compare

3.54 (2025-02-11)

  • (Bug Fix) Amazon Q: Reverting the behavior of making JetBrains suggestions(IntelliSense) and Q suggestions co-exist

AWS-Toolkit-3.54-Pre-release-candidate

11 Feb 03:18
Compare
Choose a tag to compare
Pre-release

3.54 (2025-02-11)

  • (Bug Fix) Amazon Q: Reverting the behavior of making JetBrains suggestions(IntelliSense) and Q suggestions co-exist

3.53

07 Feb 22:10
Compare
Choose a tag to compare

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.

AWS-Toolkit-3.53-Pre-release-candidate

07 Feb 21:42
Compare
Choose a tag to compare
Pre-release

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

06 Feb 21:27
Compare
Choose a tag to compare

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