Releases: aws/aws-toolkit-jetbrains
Releases · aws/aws-toolkit-jetbrains
1.31
1.30
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
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
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
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
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
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
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
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
1.22 (2020-12-01)
- (Feature) Container Image Support in Lambda
- (Bug Fix) Fix update Lambda code for compiled languages (#2231)