Skip to content

Commit

Permalink
Updating version to 1.35
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Nov 18, 2021
1 parent 63a6a4f commit e361d15
Show file tree
Hide file tree
Showing 13 changed files with 48 additions and 41 deletions.
35 changes: 35 additions & 0 deletions .changes/1.35.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"date" : "2021-11-18",
"version" : "1.35",
"entries" : [ {
"type" : "feature",
"description" : "Respect the `duration_seconds` property when assuming a role if set on the profile"
}, {
"type" : "feature",
"description" : "Added 2021.3 support"
}, {
"type" : "feature",
"description" : "Added support for AWS profiles that use the `credential_source` key"
}, {
"type" : "bugfix",
"description" : "Fix Python Lambda gutter icons not generating handler paths relative to the requirements.txt file (#2853)"
}, {
"type" : "bugfix",
"description" : "Fix file changes not being saved before running Local Lambda run configurations (#2889)"
}, {
"type" : "bugfix",
"description" : "Fix incorrect behavior with RDS Secrets Manager Auth when SSH tunneling is enabled (#2781)"
}, {
"type" : "bugfix",
"description" : "Fix copying out of the DynamoDB table viewer copying the in-memory representation instead of displayed value"
}, {
"type" : "bugfix",
"description" : "Fix error about write actions when opening files from the S3 browser (#2913)"
}, {
"type" : "bugfix",
"description" : "Fix NullPointerException on combobox browse components (#2866)"
}, {
"type" : "removal",
"description" : "Dropped support for the no longer supported Lambda runtime .NET Core 2.1"
} ]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# _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](https://github.com/aws/aws-toolkit-jetbrains/issues/2853))
- **(Bug Fix)** Fix file changes not being saved before running Local Lambda run configurations ([#2889](https://github.com/aws/aws-toolkit-jetbrains/issues/2889))
- **(Bug Fix)** Fix incorrect behavior with RDS Secrets Manager Auth when SSH tunneling is enabled ([#2781](https://github.com/aws/aws-toolkit-jetbrains/issues/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](https://github.com/aws/aws-toolkit-jetbrains/issues/2913))
- **(Bug Fix)** Fix NullPointerException on combobox browse components ([#2866](https://github.com/aws/aws-toolkit-jetbrains/issues/2866))
- **(Removal)** Dropped support for the no longer supported Lambda runtime .NET Core 2.1

# _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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0

# Toolkit Version
toolkitVersion=1.35-SNAPSHOT
toolkitVersion=1.35

# Publish Settings
publishToken=
Expand Down

0 comments on commit e361d15

Please sign in to comment.