Skip to content

Releases: aws/aws-toolkit-jetbrains

1.35

18 Nov 23:23
Compare
Choose a tag to compare

1.35 (2021-11-18)

  • (Feature) Respect the duration_seconds property when assuming a role if set on the profile
  • (Feature) Added 2021.3 support
  • (Feature) Added support for AWS profiles that use the credential_source key
  • (Bug Fix) Fix Python Lambda gutter icons not generating handler paths relative to the requirements.txt file (#2853)
  • (Bug Fix) Fix file changes not being saved before running Local Lambda run configurations (#2889)
  • (Bug Fix) Fix incorrect behavior with RDS Secrets Manager Auth when SSH tunneling is enabled (#2781)
  • (Bug Fix) Fix copying out of the DynamoDB table viewer copying the in-memory representation instead of displayed value
  • (Bug Fix) Fix error about write actions when opening files from the S3 browser (#2913)
  • (Bug Fix) Fix NullPointerException on combobox browse components (#2866)
  • (Removal) Dropped support for the no longer supported Lambda runtime .NET Core 2.1

1.34

21 Oct 20:32
Compare
Choose a tag to compare

1.34 (2021-10-21)

  • (Bug Fix) Fix issue in Resources where some S3 Buckets fail to open
  • (Bug Fix) Fix null exception when view documentation action executed for types with missing doc urls
  • (Bug Fix) Fix uncaught exception when a resource does not support LIST in a certain region.

1.33

15 Oct 00:59
Compare
Choose a tag to compare

1.33 (2021-10-14)

  • (Feature) Surface read-only support for hundreds of resources under the Resources node in the AWS Explorer
  • (Feature) Amazon DynamoDB table viewer
  • (Bug Fix) Changed error message 'Command did not exist successfully' to 'Command did not exit successfully'
  • (Bug Fix) Fixed spelling and grammar in MessagesBundle.properties
  • (Bug Fix) Fix not being able to start Rider debugger against a Lambda running on a host ARM machine
  • (Bug Fix) Fix SSO login not being triggered when the auth code is invalid (#2796)
  • (Removal) Removed support for 2020.2.x IDEs
  • (Removal) Dropped support for the no longer supported Lambda runtime Python 2.7
  • (Removal) Dropped support for the no longer supported Lambda runtime Node.js 10.x

1.32

08 Sep 20:13
Compare
Choose a tag to compare

1.32 (2021-09-07)

  • (Bug Fix) Fix IDE error about context.module being null (#2776)
  • (Bug Fix) Fix NullPointerException calling isInTestSourceContent (#2752)

1.31

18 Aug 18:21
Compare
Choose a tag to compare

1.31 (2021-08-17)

  • (Feature) Add support for Python 3.9 Lambdas
  • (Bug Fix) Fix regression in SAM run configurations using file-based input (#2762)
  • (Bug Fix) Fix CloudWatch sorting (#2737)

1.30

05 Aug 22:20
Compare
Choose a tag to compare

1.30 (2021-08-05)

  • (Feature) Add ability to view bucket by entering bucket name/URI
  • (Bug Fix) Fix CWL last event sorting (#2737)
  • (Bug Fix) Fix Go Lambda handler resolving into Go standard library (#2730)
  • (Bug Fix) Fix ActionPlaces.isPopupPlace error after opening the AWS connection settings menu (#2736)
  • (Bug Fix) Fix some warnings due to slow operations on EDT (#2735)
  • (Bug Fix) Fix Java Lambda run marker issues and disable runmarker processing in tests and language-injected text fragments

1.29

21 Jul 22:15
Compare
Choose a tag to compare

1.29 (2021-07-20)

  • (Feature) When uploading a file to S3, the content type is now set accoriding to the files extension
  • (Bug Fix) Fix being unable to update Lambda configuration if the Image packaging type

1.28

12 Jul 20:58
Compare
Choose a tag to compare

1.28 (2021-07-12)

  • (Breaking Change) Python 2.7 Lambda template removed from New Project Wizard
  • (Feature) Adding the ability to inject credentials/region into existing IntelliJ IDEA and PyCharm Run Configurations (e.g Application, JUnit, Python, PyTest). This requires experiments aws.feature.javaRunConfigurationExtension / aws.feature.pythonRunConfigurationExtension, see Enabling Experiments
  • (Feature) Add support for updating tags during SAM deployment
  • (Feature) (Experimental) Adding ability to create a local terminal using the currently selected AWS connection (experiment ID aws.feature.connectedLocalTerminal, see Enabling Experiments) #2151
  • (Feature) Add support for pulling images from ECR
  • (Bug Fix) Fix missing text in the View S3 bucket with prefix dialog
  • (Bug Fix) Improved performance of listing S3 buckets in certain situations
  • (Bug Fix) Fix copying action in CloudWatch Logs Stream and Event Time providing epoch time instead of displayed value
  • (Bug Fix) Fix using message bus after project has been closed (Fixes #2615)
  • (Bug Fix) Fix S3 bucket viewer actions being triggered by short cuts even if it is not focused
  • (Bug Fix) Don't show Lambda run configuration suggestions on Go test code
  • (Bug Fix) Fix being unable to create Python 3.8 Image-based Lambdas in New Project wizard
  • (Bug Fix) Fixed showing templates that were not for Image-based Lambdas when Image is selected in New Project wizard
  • (Deprecation) An upcoming release will remove support for IDEs based on the 2020.2 platform

1.27

26 May 18:09
Compare
Choose a tag to compare

1.27 (2021-05-24)

  • (Feature) Add support for AppRunner. Create/delete/pause/resume/deploy and view logs for your AppRunner services.
  • (Feature) Add support for building and pushing local images to ECR
  • (Feature) Add support for running/debugging Typescript Lambdas
  • (Bug Fix) Fix Rider locking up when right clicking a Lambda in the AWS Explorer with a dotnet runtime in 2021.1
  • (Bug Fix) While debugging a Lambda function locally, make sure stopping the debugger will always stop the underlying SAM cli process (#2564)

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