Skip to content

Commit

Permalink
Release 1.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Jan 15, 2025
1 parent 73c0926 commit e7341f2
Show file tree
Hide file tree
Showing 13 changed files with 57 additions and 39 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 42 additions & 0 deletions packages/amazonq/.changes/1.43.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"date": "2025-01-15",
"version": "1.43.0",
"entries": [
{
"type": "Bug Fix",
"description": "Auth: Valid StartURL not accepted at login"
},
{
"type": "Bug Fix",
"description": "Fix inline completion supplementalContext length exceeding maximum in certain cases"
},
{
"type": "Bug Fix",
"description": "Amazon Q /test: Unit test generation completed message shows after accept/reject action"
},
{
"type": "Bug Fix",
"description": "/test: for unsupported languages was sometimes unreliable"
},
{
"type": "Bug Fix",
"description": "User-selected customizations are sometimes not being persisted."
},
{
"type": "Bug Fix",
"description": "Amazon q /dev: Remove hard-coded limits and instead rely server-side data to communicate number of code generations remaining"
},
{
"type": "Feature",
"description": "Adds capability to send new context commands to AB groups"
},
{
"type": "Feature",
"description": "feat(amazonq): Add error message for updated README too large"
},
{
"type": "Feature",
"description": "Enhance Q inline completion context fetching for better suggestion quality"
}
]
}

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.

12 changes: 12 additions & 0 deletions packages/amazonq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 1.43.0 2025-01-15

- **Bug Fix** Auth: Valid StartURL not accepted at login
- **Bug Fix** Fix inline completion supplementalContext length exceeding maximum in certain cases
- **Bug Fix** Amazon Q /test: Unit test generation completed message shows after accept/reject action
- **Bug Fix** /test: for unsupported languages was sometimes unreliable
- **Bug Fix** User-selected customizations are sometimes not being persisted.
- **Bug Fix** Amazon q /dev: Remove hard-coded limits and instead rely server-side data to communicate number of code generations remaining
- **Feature** Adds capability to send new context commands to AB groups
- **Feature** feat(amazonq): Add error message for updated README too large
- **Feature** Enhance Q inline completion context fetching for better suggestion quality

## 1.42.0 2025-01-09

- **Bug Fix** Amazon Q /doc: Improve button text phrasing
Expand Down
2 changes: 1 addition & 1 deletion packages/amazonq/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "amazon-q-vscode",
"displayName": "Amazon Q",
"description": "The most capable generative AI-powered assistant for building, operating, and transforming software, with advanced capabilities for managing data and AI",
"version": "1.43.0-SNAPSHOT",
"version": "1.43.0",
"extensionKind": [
"workspace"
],
Expand Down

0 comments on commit e7341f2

Please sign in to comment.