Releases: abrooksv/aws-toolkit-jetbrains
Releases · abrooksv/aws-toolkit-jetbrains
1.18 Release
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)
- (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)
- (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)
- (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)