Releases: aws/aws-toolkit-jetbrains
Releases · aws/aws-toolkit-jetbrains
1.46
1.45
1.45 (2022-06-23)
- (Feature) CodeWhisperer uses machine learning to generate code suggestions from the existing code and comments in your IDE. Supported languages include: Java, Python, and JavaScript.
- (Feature) Added 2022.2 support
- (Bug Fix) Fix .NET Lambda debugging regression in 2022.1.1
- (Removal) Removed support for 2021.1.x IDEs
1.44
1.44 (2022-06-01)
- (Feature) Add warning to indicate time delay in SQS queue deletion
- (Bug Fix) Fixed issue with uncaught exception in resource cache (#3098)
- (Bug Fix) Don't attempt to setup run configurations for test code (#3075)
- (Bug Fix) Fix toolWindow not running in EDT
- (Bug Fix) Handle Lambda pending states while updating function (#2984)
- (Bug Fix) Fix modality issue when opening a CloudWatch log stream in editor (#2991)
- (Bug Fix) Workaround regression with ARN console navigation in JSON files
- (Bug Fix) Fix 'The project directory does not exist!' when creating SAM/Gradle projects when the Android plugin is also installed
- (Deprecation) An upcoming release will remove support for IDEs based on the 2021.1 platform
1.43
1.42
1.42 (2022-04-13)
- (Feature) Add support for 2022.1
1.41
1.41 (2022-03-25)
- (Feature) Adding Go (Golang) as a supported language for code binding generation through the EventBridge Schemas service
1.40
1.39
1.39 (2022-03-03)
- (Feature) Added in 1.37: The toolkit will now offer to open ARNs present in your code editor in your browser
- (Feature) Added support for .NET 6 runtime for creating and debugging SAM functions
- (Bug Fix) Fix issue where console federation with long-term credentails results in session with no permissions
1.38
1.38 (2022-02-17)
- (Bug Fix) Fix StringIndexOutOfBoundsException (#3025)
- (Bug Fix) Fix regression preventing ECR repository creation
- (Bug Fix) Fix Lambda run configuration exception while setting handler architecture
- (Bug Fix) Fix image-based Lambda debugging for Python 3.6
- (Removal) Removed support for 2020.3.x IDEs