Skip to content

Commit

Permalink
Updating version to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Sep 21, 2020
1 parent f35272d commit c0965f7
Show file tree
Hide file tree
Showing 22 changed files with 90 additions and 77 deletions.
62 changes: 62 additions & 0 deletions .changes/1.18.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"date" : "2020-09-21",
"version" : "1.18",
"entries" : [ {
"type" : "feature",
"description" : "Add support for AWS SSO based credential profiles"
}, {
"type" : "feature",
"description" : "Support colons (`:`) in credential profile names"
}, {
"type" : "feature",
"description" : "Add support for Lambda runtime java8.al2"
}, {
"type" : "feature",
"description" : "Allow connecting to RDS/Redshift databases with temporary IAM AWS credentials or a SecretsManager secret"
}, {
"type" : "feature",
"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"
}, {
"type" : "feature",
"description" : "Save update Lambda code settings"
}, {
"type" : "bugfix",
"description" : "Fix several cases where features not supported by the host IDE are shown (#1980)"
}, {
"type" : "bugfix",
"description" : "Start generating SAM project before the IDE is done indexing"
}, {
"type" : "bugfix",
"description" : "Fix several uncaught exceptions caused by plugins being installed but not enabled"
}, {
"type" : "bugfix",
"description" : "Fix removing a source_profile leading to an IDE error on profile file refresh"
}, {
"type" : "bugfix",
"description" : "Fix issue where templates > 51200 bytes would not deploy with \"Deploy Serverless Application\" (#1973)"
}, {
"type" : "bugfix",
"description" : "Fix the function selection panel not reloading when changing SAM templates (#955)"
}, {
"type" : "bugfix",
"description" : "Fix remote terminal start issue on 2020.2"
}, {
"type" : "bugfix",
"description" : "Fix Rider building Lambda into incorrect folders"
}, {
"type" : "bugfix",
"description" : "Improved rendering speed of wrapped text in CloudWatch logs and CloudFormation events tables"
}, {
"type" : "bugfix",
"description" : "Fix the CloudWatch Logs table breaking when the service returns an exception during loading more entries (#1951)"
}, {
"type" : "bugfix",
"description" : "Improve watching of the AWS profile files to incorporate changes made to the files outisde of the IDE"
}, {
"type" : "bugfix",
"description" : "Fix SAM Gradle Hello World syncing twice (#2003)"
}, {
"type" : "bugfix",
"description" : "Quote template parameters when deploying a cloudformation template"
} ]
}

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.

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.

27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
# _1.18_ (2020-09-21)
- **(Feature)** Add support for AWS SSO based credential profiles
- **(Feature)** Support colons (`:`) in credential profile names
- **(Feature)** Add support for Lambda runtime java8.al2
- **(Feature)** Allow connecting to RDS/Redshift databases with temporary IAM AWS credentials or a SecretsManager secret
- **(Feature)** Several enhancements to the UX around connecting to AWS including:
- Making connection settings more visible (now visible in the AWS Explorer)
- Automatically selecting 'default' profile if it exists
- Better visibility of connection validation workflow (more information when unable to connect)
- Handling of default regions on credential profile
- Better UX around partitions
- Adding ability to refresh connection from the UI
- **(Feature)** Save update Lambda code settings
- **(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))
- **(Bug Fix)** Start generating SAM project before the IDE is done indexing
- **(Bug Fix)** Fix several uncaught exceptions caused by plugins being installed but not enabled
- **(Bug Fix)** Fix removing a source_profile leading to an IDE error on profile file refresh
- **(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))
- **(Bug Fix)** Fix the function selection panel not reloading when changing SAM templates ([#955](https://github.com/aws/aws-toolkit-jetbrains/issues/955))
- **(Bug Fix)** Fix remote terminal start issue on 2020.2
- **(Bug Fix)** Fix Rider building Lambda into incorrect folders
- **(Bug Fix)** Improved rendering speed of wrapped text in CloudWatch logs and CloudFormation events tables
- **(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))
- **(Bug Fix)** Improve watching of the AWS profile files to incorporate changes made to the files outisde of the IDE
- **(Bug Fix)** Fix SAM Gradle Hello World syncing twice ([#2003](https://github.com/aws/aws-toolkit-jetbrains/issues/2003))
- **(Bug Fix)** Quote template parameters when deploying a cloudformation template

# _1.17_ (2020-07-16)
- **(Feature)** Wrap logstream entries when they are selected ([#1863](https://github.com/aws/aws-toolkit-jetbrains/issues/1863))
- **(Feature)** Adding 'Outputs' tab to the CloudFormation Stack Viewer
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

# Toolkit Version
toolkitVersion=1.18-SNAPSHOT
toolkitVersion=1.18

# Publish Settings
publishToken=
Expand Down

0 comments on commit c0965f7

Please sign in to comment.