Skip to content

Commit c0965f7

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.18
1 parent f35272d commit c0965f7

22 files changed

+90
-77
lines changed

.changes/1.18.json

+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"date" : "2020-09-21",
3+
"version" : "1.18",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Add support for AWS SSO based credential profiles"
7+
}, {
8+
"type" : "feature",
9+
"description" : "Support colons (`:`) in credential profile names"
10+
}, {
11+
"type" : "feature",
12+
"description" : "Add support for Lambda runtime java8.al2"
13+
}, {
14+
"type" : "feature",
15+
"description" : "Allow connecting to RDS/Redshift databases with temporary IAM AWS credentials or a SecretsManager secret"
16+
}, {
17+
"type" : "feature",
18+
"description" : "Several enhancements to the UX around connecting to AWS including:\n- Making connection settings more visible (now visible in the AWS Explorer)\n- Automatically selecting 'default' profile if it exists\n- Better visibility of connection validation workflow (more information when unable to connect)\n- Handling of default regions on credential profile\n- Better UX around partitions\n- Adding ability to refresh connection from the UI"
19+
}, {
20+
"type" : "feature",
21+
"description" : "Save update Lambda code settings"
22+
}, {
23+
"type" : "bugfix",
24+
"description" : "Fix several cases where features not supported by the host IDE are shown (#1980)"
25+
}, {
26+
"type" : "bugfix",
27+
"description" : "Start generating SAM project before the IDE is done indexing"
28+
}, {
29+
"type" : "bugfix",
30+
"description" : "Fix several uncaught exceptions caused by plugins being installed but not enabled"
31+
}, {
32+
"type" : "bugfix",
33+
"description" : "Fix removing a source_profile leading to an IDE error on profile file refresh"
34+
}, {
35+
"type" : "bugfix",
36+
"description" : "Fix issue where templates > 51200 bytes would not deploy with \"Deploy Serverless Application\" (#1973)"
37+
}, {
38+
"type" : "bugfix",
39+
"description" : "Fix the function selection panel not reloading when changing SAM templates (#955)"
40+
}, {
41+
"type" : "bugfix",
42+
"description" : "Fix remote terminal start issue on 2020.2"
43+
}, {
44+
"type" : "bugfix",
45+
"description" : "Fix Rider building Lambda into incorrect folders"
46+
}, {
47+
"type" : "bugfix",
48+
"description" : "Improved rendering speed of wrapped text in CloudWatch logs and CloudFormation events tables"
49+
}, {
50+
"type" : "bugfix",
51+
"description" : "Fix the CloudWatch Logs table breaking when the service returns an exception during loading more entries (#1951)"
52+
}, {
53+
"type" : "bugfix",
54+
"description" : "Improve watching of the AWS profile files to incorporate changes made to the files outisde of the IDE"
55+
}, {
56+
"type" : "bugfix",
57+
"description" : "Fix SAM Gradle Hello World syncing twice (#2003)"
58+
}, {
59+
"type" : "bugfix",
60+
"description" : "Quote template parameters when deploying a cloudformation template"
61+
} ]
62+
}

.changes/next-release/bugfix-3a9d887e-ea4b-4cd6-be75-78bf5728598c.json

-4
This file was deleted.

.changes/next-release/bugfix-44d2c717-92aa-4552-92da-c494d6b246b1.json

-4
This file was deleted.

.changes/next-release/bugfix-44f91df3-3dcf-48dd-af38-95acb6c8236f.json

-4
This file was deleted.

.changes/next-release/bugfix-538dc871-7dc2-4fbf-a185-1a69cd31dc93.json

-4
This file was deleted.

.changes/next-release/bugfix-5934d8ca-5ddb-42fb-94d6-4138e772d56b.json

-4
This file was deleted.

.changes/next-release/bugfix-70aef423-f200-4774-912a-6af2af8080db.json

-4
This file was deleted.

.changes/next-release/bugfix-c6ad4272-6b5b-4ca5-b8a2-4c6684432870.json

-4
This file was deleted.

.changes/next-release/bugfix-cb9820c2-03b5-4d8e-b28e-b6622a697bdd.json

-4
This file was deleted.

.changes/next-release/bugfix-cf15b891-593c-4493-b594-8fda9f30d031.json

-4
This file was deleted.

.changes/next-release/bugfix-d2b78feb-6a6d-4e7f-81dc-af756d3d92a0.json

-4
This file was deleted.

.changes/next-release/bugfix-e9d9fcce-86a0-4b24-87d6-39c38922f58c.json

-4
This file was deleted.

.changes/next-release/bugfix-eaed8849-efa2-4aa5-b236-57ce48eb595c.json

-4
This file was deleted.

.changes/next-release/bugfix-f0fc84aa-d075-4441-88d3-e17609b267bf.json

-4
This file was deleted.

.changes/next-release/feature-12cdfa65-4d7a-4c1e-9f61-04b388fce392.json

-4
This file was deleted.

.changes/next-release/feature-1accc446-bccb-4122-a634-4410f5b65d56.json

-4
This file was deleted.

.changes/next-release/feature-7af5f19a-45df-4a91-8a80-545cd23e1623.json

-4
This file was deleted.

.changes/next-release/feature-e27cf426-5be2-4251-8d3a-dcf934d8511b.json

-4
This file was deleted.

.changes/next-release/feature-eda3bf80-7f8a-4e30-9fff-4826e84b64ff.json

-4
This file was deleted.

.changes/next-release/feature-f6a70036-5fd8-46f5-b70f-3841a04ca0c1.json

-4
This file was deleted.

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
# _1.18_ (2020-09-21)
2+
- **(Feature)** Add support for AWS SSO based credential profiles
3+
- **(Feature)** Support colons (`:`) in credential profile names
4+
- **(Feature)** Add support for Lambda runtime java8.al2
5+
- **(Feature)** Allow connecting to RDS/Redshift databases with temporary IAM AWS credentials or a SecretsManager secret
6+
- **(Feature)** Several enhancements to the UX around connecting to AWS including:
7+
- Making connection settings more visible (now visible in the AWS Explorer)
8+
- Automatically selecting 'default' profile if it exists
9+
- Better visibility of connection validation workflow (more information when unable to connect)
10+
- Handling of default regions on credential profile
11+
- Better UX around partitions
12+
- Adding ability to refresh connection from the UI
13+
- **(Feature)** Save update Lambda code settings
14+
- **(Bug Fix)** Fix several cases where features not supported by the host IDE are shown ([#1980](https://github.com/aws/aws-toolkit-jetbrains/issues/1980))
15+
- **(Bug Fix)** Start generating SAM project before the IDE is done indexing
16+
- **(Bug Fix)** Fix several uncaught exceptions caused by plugins being installed but not enabled
17+
- **(Bug Fix)** Fix removing a source_profile leading to an IDE error on profile file refresh
18+
- **(Bug Fix)** Fix issue where templates > 51200 bytes would not deploy with "Deploy Serverless Application" ([#1973](https://github.com/aws/aws-toolkit-jetbrains/issues/1973))
19+
- **(Bug Fix)** Fix the function selection panel not reloading when changing SAM templates ([#955](https://github.com/aws/aws-toolkit-jetbrains/issues/955))
20+
- **(Bug Fix)** Fix remote terminal start issue on 2020.2
21+
- **(Bug Fix)** Fix Rider building Lambda into incorrect folders
22+
- **(Bug Fix)** Improved rendering speed of wrapped text in CloudWatch logs and CloudFormation events tables
23+
- **(Bug Fix)** Fix the CloudWatch Logs table breaking when the service returns an exception during loading more entries ([#1951](https://github.com/aws/aws-toolkit-jetbrains/issues/1951))
24+
- **(Bug Fix)** Improve watching of the AWS profile files to incorporate changes made to the files outisde of the IDE
25+
- **(Bug Fix)** Fix SAM Gradle Hello World syncing twice ([#2003](https://github.com/aws/aws-toolkit-jetbrains/issues/2003))
26+
- **(Bug Fix)** Quote template parameters when deploying a cloudformation template
27+
128
# _1.17_ (2020-07-16)
229
- **(Feature)** Wrap logstream entries when they are selected ([#1863](https://github.com/aws/aws-toolkit-jetbrains/issues/1863))
330
- **(Feature)** Adding 'Outputs' tab to the CloudFormation Stack Viewer

gradle.properties

+1-1
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.18-SNAPSHOT
5+
toolkitVersion=1.18
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)