Skip to content

Releases: aws/aws-toolkit-jetbrains

1.22 Release

01 Dec 21:32
Compare
Choose a tag to compare

1.22 (2020-12-01)

  • (Feature) Container Image Support in Lambda
  • (Bug Fix) Fix update Lambda code for compiled languages (#2231)

1.21 Release

24 Nov 17:43
Compare
Choose a tag to compare

1.21 (2020-11-24)

  • (Breaking Change) Remove support for 2019.3, 2020.1 is the new minimum version
  • (Feature) Add copy Logical/Physical ID actions to Stack View #2165
  • (Feature) Add SQS AWS Explorer node and the ability to send/poll for messages
  • (Feature) Add the ability to search CloudWatch Logs using CloudWatch Logs Insights
  • (Feature) Add copy actions to CloudFormation outputs (#2179)
  • (Feature) Support for the 2020.3 family of IDEs
  • (Feature) Add an AWS Explorer ECR node
  • (Bug Fix) Significantly speed up loading the list of S3 buckets (#2174)

1.20 Release

22 Oct 19:32
Compare
Choose a tag to compare

1.20 (2020-10-22)

  • (Feature) Add support for + in AWS profile names
  • (Bug Fix) Fix being unable to use a SSO profile in a credential chain
  • (Bug Fix) Fix Aurora MySQL 5.7 not showing up in the AWS Explorer
  • (Bug Fix) Improve IAM RDS connection: Fix Aurora MySQL, detect more error cases, fix database configuration validation throwing when there is no DB name
  • (Deprecation) 2019.3 support will be removed in the next release

1.19 Release

07 Oct 18:19
Compare
Choose a tag to compare

1.19 (2020-10-07)

  • (Feature) Add the ability to copy the URL to an S3 object
  • (Feature) Add support for debugging dotnet 3.1 local lambdas (requires minimum SAM CLI version of 1.4.0)

1.18 Release

21 Sep 21:33
Compare
Choose a tag to compare

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)
  • (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)
  • (Bug Fix) Fix the function selection panel not reloading when changing SAM templates (#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)
  • (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)
  • (Bug Fix) Quote template parameters when deploying a cloudformation template