|
| 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 | + |
1 | 28 | # _1.17_ (2020-07-16)
|
2 | 29 | - **(Feature)** Wrap logstream entries when they are selected ([#1863](https://github.com/aws/aws-toolkit-jetbrains/issues/1863))
|
3 | 30 | - **(Feature)** Adding 'Outputs' tab to the CloudFormation Stack Viewer
|
|
0 commit comments