Skip to content

Releases: aws/aws-toolkit-jetbrains

AWS-Toolkit-3.52-Pre-release-candidate

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

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

3.51

30 Jan 22:12
Compare
Choose a tag to compare

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

29 Jan 21:53
Compare
Choose a tag to compare
Pre-release

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

23 Jan 23:19
Compare
Choose a tag to compare

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

AWS-Toolkit-3.50-Pre-release-candidate

23 Jan 20:25
Compare
Choose a tag to compare
Pre-release

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

3.49

17 Jan 22:54
Compare
Choose a tag to compare

3.49 (2025-01-17)

  • (Bug Fix) /review: Improved success rate of code reviews for certain workspace configurations

AWS-Toolkit-3.49-Pre-release-candidate

17 Jan 22:30
Compare
Choose a tag to compare
Pre-release

3.49 (2025-01-17)

  • (Bug Fix) /review: Improved success rate of code reviews for certain workspace configurations

3.48

16 Jan 22:42
Compare
Choose a tag to compare

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

AWS-Toolkit-3.48-Pre-release-candidate

16 Jan 22:20
Compare
Choose a tag to compare
Pre-release

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

09 Jan 23:28
Compare
Choose a tag to compare

3.47 (2025-01-09)

  • (Bug Fix) Fix issue where users are unable to login to Amazon Q if they have previously authenticated (#5214)
  • (Bug Fix) Fix incorrect text shown while updating documentation in /doc
  • (Bug Fix) Amazon Q Code Transformation: retry initial project upload on failure
  • (Bug Fix) /transform: use correct doc link in SQL conversion help message
  • (Bug Fix) Amazon Q /dev: Fix issue when files are deleted while preparing context
  • (Bug Fix) Amazon Q /test: Test generation fails for files outside the project
  • (Bug Fix) Amazon Q Code Transformation: allow PostgreSQL as target DB for SQL conversions
  • (Bug Fix) Fix incorrect accept and reject buttons shows up while hovering over the generated file
  • (Bug Fix) Prevent customization override if user has manually selected a customization
  • (Bug Fix) Align UX text of document generation flow with vs code version