Skip to content

Commit 858bfae

Browse files
author
aws-toolkit-automation
committed
Updating version to 2.19
1 parent e451517 commit 858bfae

6 files changed

+20
-13
lines changed

.changes/2.19.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date" : "2024-04-19",
3+
"version" : "2.19",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Enable Amazon Q feature development and Amazon Q transform capabilities (/dev and /transform) for AWS Builder ID users."
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Amazon Q Code Transformation: ensure full error message shown in notifications"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix issue with competing SDK proxy configuration (#4279)"
13+
} ]
14+
}

.changes/next-release/bugfix-7b478600-3631-41e7-98cf-4669f31ccda5.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/bugfix-c8090208-8e8a-4a41-bcdd-02579f74d40e.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/feature-5f24c25d-ed21-41db-8324-ed5ad7a2bdf5.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# _2.19_ (2024-04-19)
2+
- **(Feature)** Enable Amazon Q feature development and Amazon Q transform capabilities (/dev and /transform) for AWS Builder ID users.
3+
- **(Bug Fix)** Amazon Q Code Transformation: ensure full error message shown in notifications
4+
- **(Bug Fix)** Fix issue with competing SDK proxy configuration ([#4279](https://github.com/aws/aws-toolkit-jetbrains/issues/4279))
5+
16
# _2.18_ (2024-04-12)
27
- **(Feature)** Add support for Lambda runtime Java 21
38
- **(Feature)** Add support for Lambda runtime Node.js 20

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
# Toolkit Version
5-
toolkitVersion=2.19-SNAPSHOT
5+
toolkitVersion=2.19
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)