Skip to content

Releases: aws/aws-toolkit-jetbrains

1.26

14 Apr 21:28
Compare
Choose a tag to compare

1.26 (2021-04-14)

  • (Feature) Add support for creating/debugging Golang Lambdas (#649)
  • (Bug Fix) Fix breaking run configuration gutter icons when the IDE has no languages installed that support Lambda local runtime (#2504)
  • (Bug Fix) Fix issue preventing deployment of CloudFormation templates with empty values (#1498)
  • (Bug Fix) Fix cloudformation stack events failing to update after reaching a final state (#2519)
  • (Bug Fix) Fix the Local Lambda run configuration always reseting the environemnt variables to defaults when using templates (#2509)
  • (Bug Fix) Fix being able to interact with objects from deleted buckets (#1601)
  • (Removal) Remove support for 2020.1
  • (Removal) Lambda gutter icons no longer take deployed Lambdas into account due to accuracy and performance issues

1.25

10 Mar 21:54
Compare
Choose a tag to compare

1.25 (2021-03-10)

  • (Breaking Change) Minimum SAM CLI version is now 1.0.0
  • (Feature) Debugging Python based Lambdas locally now have the Python interactive console enabled (Fixes #1165)
  • (Feature) Add a setting for how the AWS profiles notification is shown (#2408)
  • (Feature) Deleting resources now requires typing "delete me" instead of the resource name
  • (Feature) Add support for 2021.1
  • (Feature) Allow deploying SAM templates from the CloudFormaton node (#2166)
  • (Bug Fix) Improve error messages when properties are not found in templates (#2449)
  • (Bug Fix) Fix resource selectors assuming every region has every service (#2435)
  • (Bug Fix) Docker is now validated before building the Lambda when running and debugging locally (Fixes #2418)
  • (Bug Fix) Fixed several UI inconsistencies in the S3 bucket viewer actions
  • (Bug Fix) Fix showing stack status notification on opening existing CloudFormation stack (#2157)
  • (Bug Fix) Processes using the Step system (e.g. SAM build) can now be stopped (#2418)
  • (Bug Fix) Fixed the Remote Lambda Run Configuration failing to load the list of functions if not in active region
  • (Deprecation) 2020.1 support will be removed in the next release

1.24 Release

17 Feb 20:40
Compare
Choose a tag to compare

1.24 (2021-02-17)

  • (Feature) RDS serverless databases are now visible in the RDS node in the explorer
  • (Bug Fix) Fix transient 'Aborted!' message on successful SAM CLI local Lambda execution
  • (Bug Fix) Fix being unable to open the file browser in the Schemas download panel
  • (Bug Fix) Fix being unable to type/copy paste into the SAM local run config's template path textbox
  • (Bug Fix) Fix Secrets Manager-based databse auth throwing NullPointer when editing settings in 2020.3.2 (Fixes #2403)
  • (Bug Fix) Fix making an un-needed service call on IDE startup (#2426)

1.23 Release

04 Feb 19:09
Compare
Choose a tag to compare

1.23 (2021-02-04)

  • (Feature) Add "Copy S3 URI" to S3 objects (#2208)
  • (Feature) Add Dotnet5 Lambda support (Image only)
  • (Feature) Add option to view past object versions in S3 file editor
  • (Feature) Nodejs14.x Lambda support
  • (Feature) Update Lambda max memory to 10240
  • (Bug Fix) Re-add environment variable settings to SAM template based run configurations (#2282)
  • (Bug Fix) Fix error thrown on profile refresh if removing a profile that uses source_profile (#2309)
  • (Bug Fix) Fix NodeJS and Python breakpoints failing to hit sometimes
  • (Bug Fix) Speed up loading CloudFormation resources
  • (Bug Fix) Fix not invalidating credentials when a source_profile is updated
  • (Bug Fix) Fix cell based copying in CloudWatch Logs (#2333)
  • (Bug Fix) Fix certain S3 buckets being unable to be shown in the explorer (#2342)
  • (Bug Fix) Fix exception thrown in the new project wizard when run immediately after the toolkit is installed
  • (Bug Fix) Fixing issue with SSO refresh locking UI thread (#2224)

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