Skip to content

Commit

Permalink
Merge release into master
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Nov 22, 2024
2 parents d624797 + efb09dc commit 0eb9012
Show file tree
Hide file tree
Showing 16 changed files with 69 additions and 49 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
# Unset NODE_OPTIONS because of https://github.com/codecov/uploader/issues/475
NODE_OPTIONS: ''
if: ${{ github.repository == 'aws/aws-toolkit-vscode' && github.ref == 'master' }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
flags: macos-toolkit-unittests
verbose: true
Expand All @@ -96,7 +96,7 @@ jobs:
# Unset NODE_OPTIONS because of https://github.com/codecov/uploader/issues/475
NODE_OPTIONS: ''
if: ${{ github.repository == 'aws/aws-toolkit-vscode' && github.ref == 'master' }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
flags: macos-amazonq-unittests
verbose: true
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
# Unset NODE_OPTIONS because of https://github.com/codecov/uploader/issues/475
NODE_OPTIONS: ''
if: ${{ github.repository == 'aws/aws-toolkit-vscode' && github.ref == 'master' }}
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
flags: windows-unittests
verbose: true
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

50 changes: 50 additions & 0 deletions packages/amazonq/.changes/1.37.0.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
{
"date": "2024-11-22",
"version": "1.37.0",
"entries": [
{
"type": "Bug Fix",
"description": "Amazon Q Feature Dev: display limit reached error message"
},
{
"type": "Bug Fix",
"description": "Amazon Q chat: `@workspace` command shown in all tab types"
},
{
"type": "Bug Fix",
"description": "Chat container exceeds width of container"
},
{
"type": "Bug Fix",
"description": "amazon q inline: skip indexing when no workspace folders are found"
},
{
"type": "Bug Fix",
"description": "file details and name unneccessary cropping"
},
{
"type": "Bug Fix",
"description": "Amazon Q /dev: update diff window behavior after a change is accepted"
},
{
"type": "Feature",
"description": "Amazon Q /dev: support `.gradle` files"
},
{
"type": "Feature",
"description": "Code Transform: Enable support for Java 17 projects."
},
{
"type": "Feature",
"description": "Notifications: Support for delivering critical alerts and product updates"
},
{
"type": "Feature",
"description": "Retrieve and display a customization name when a customization is overridden in an AB test"
},
{
"type": "Feature",
"description": "Feature(Amazon Q Code Transformation): support conversions of embedded SQL from Oracle to PostgreSQL"
}
]
}

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.

This file was deleted.

This file was deleted.

14 changes: 14 additions & 0 deletions packages/amazonq/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 1.37.0 2024-11-22

- **Bug Fix** Amazon Q Feature Dev: display limit reached error message
- **Bug Fix** Amazon Q chat: `@workspace` command shown in all tab types
- **Bug Fix** Chat container exceeds width of container
- **Bug Fix** amazon q inline: skip indexing when no workspace folders are found
- **Bug Fix** file details and name unneccessary cropping
- **Bug Fix** Amazon Q /dev: update diff window behavior after a change is accepted
- **Feature** Amazon Q /dev: support `.gradle` files
- **Feature** Code Transform: Enable support for Java 17 projects.
- **Feature** Notifications: Support for delivering critical alerts and product updates
- **Feature** Retrieve and display a customization name when a customization is overridden in an AB test
- **Feature** Feature(Amazon Q Code Transformation): support conversions of embedded SQL from Oracle to PostgreSQL

## 1.36.0 2024-11-14

- **Bug Fix** Fix broken inline suggestion auto-trigger on Systemverfilog files if users dont have systemverilog extension installed and enabled
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": "Amazon Q is your generative AI-powered assistant across the software development lifecycle.",
"version": "1.37.0-SNAPSHOT",
"version": "1.38.0-SNAPSHOT",
"extensionKind": [
"workspace"
],
Expand Down

0 comments on commit 0eb9012

Please sign in to comment.