Skip to content

Commit 24c13f9

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.86
1 parent ed84412 commit 24c13f9

7 files changed

+21
-17
lines changed

.changes/1.86.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"date" : "2023-11-08",
3+
"version" : "1.86",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Added the 'Setup Authentication for AWS Toolkit' page"
7+
}, {
8+
"type" : "feature",
9+
"description" : "Added 2023.3 support"
10+
}, {
11+
"type" : "feature",
12+
"description" : "auth: support `sso_session` for profiles in AWS shared ini files"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "CodeWhisperer: Fix an issue where an IndexOutOfBoundException could be thrown when using CodeWhisperer"
16+
} ]
17+
}

.changes/next-release/bugfix-05445066-8f16-47fc-be95-503f9a5f0743.json

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

.changes/next-release/feature-944d9b05-0125-4980-a2c5-2475061ed04d.json

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

.changes/next-release/feature-dc0ec3e4-b588-4360-84d3-8e5e45b0ae2d.json

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

.changes/next-release/feature-e6fe8ed6-d50f-4f20-bc91-11c48b6371f8.json

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

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# _1.85_ (2023-10-27)
2+
- **(Feature)** CodeWhisperer: reduce auto-suggestions when there is immediate right context
3+
14
# _1.84_ (2023-10-17)
25
- **(Feature)** Public preview for CodeWhisperer Enterprise: Enterprise customers can now customize CodeWhisperer to adopt and suggest code based on organization specific codebases.
36

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=1.86-SNAPSHOT
5+
toolkitVersion=1.86
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)