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 1, 2020
1 parent 8f14b9c commit c120ea7
Show file tree
Hide file tree
Showing 16 changed files with 66 additions and 53 deletions.
44 changes: 44 additions & 0 deletions .changes/1.18.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"date" : "2020-09-01",
"version" : "1.18",
"entries" : [ {
"type" : "feature",
"description" : "Save update Lambda code settings"
}, {
"type" : "feature",
"description" : "Add support for Lambda runtime java8.al2"
}, {
"type" : "feature",
"description" : "Support colons (`:`) in credential profile names"
}, {
"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" : "bugfix",
"description" : "Fix issue where templates > 51200 bytes would not deploy with \"Deploy Serverless Application\" (#1973)"
}, {
"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" : "Fix removing a source_profile leading to an IDE error on profile file refresh"
}, {
"type" : "bugfix",
"description" : "Fix several cases where features not supported by the host IDE are shown (#1980)"
}, {
"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 several uncaught exceptions caused by plugins being installed but not enabled"
}, {
"type" : "bugfix",
"description" : "Fix Rider building Lambda into incorrect folders"
}, {
"type" : "bugfix",
"description" : "Fix SAM Gradle Hello World syncing twice (#2003)"
} ]
}

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.

21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# _1.18_ (2020-09-01)
- **(Feature)** Save update Lambda code settings
- **(Feature)** Add support for Lambda runtime java8.al2
- **(Feature)** Support colons (`:`) in credential profile names
- **(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
- **(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)** 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)** Fix removing a source_profile leading to an IDE error on profile file refresh
- **(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)** Improve watching of the AWS profile files to incorporate changes made to the files outisde of the IDE
- **(Bug Fix)** Fix several uncaught exceptions caused by plugins being installed but not enabled
- **(Bug Fix)** Fix Rider building Lambda into incorrect folders
- **(Bug Fix)** Fix SAM Gradle Hello World syncing twice ([#2003](https://github.com/aws/aws-toolkit-jetbrains/issues/2003))

# _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 c120ea7

Please sign in to comment.