Skip to content

Commit

Permalink
Updating version to 1.33
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Oct 14, 2021
1 parent 7e75c64 commit a45b09e
Show file tree
Hide file tree
Showing 12 changed files with 44 additions and 37 deletions.
32 changes: 32 additions & 0 deletions .changes/1.33.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"date" : "2021-10-14",
"version" : "1.33",
"entries" : [ {
"type" : "feature",
"description" : "Surface read-only support for hundreds of resources under the Resources node in the AWS Explorer"
}, {
"type" : "feature",
"description" : "Amazon DynamoDB table viewer"
}, {
"type" : "bugfix",
"description" : "Changed error message 'Command did not exist successfully' to 'Command did not exit successfully'"
}, {
"type" : "bugfix",
"description" : "Fixed spelling and grammar in MessagesBundle.properties"
}, {
"type" : "bugfix",
"description" : "Fix not being able to start Rider debugger against a Lambda running on a host ARM machine"
}, {
"type" : "bugfix",
"description" : "Fix SSO login not being triggered when the auth code is invalid (#2796)"
}, {
"type" : "removal",
"description" : "Removed support for 2020.2.x IDEs"
}, {
"type" : "removal",
"description" : "Dropped support for the no longer supported Lambda runtime Python 2.7"
}, {
"type" : "removal",
"description" : "Dropped support for the no longer supported Lambda runtime Node.js 10.x"
} ]
}

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.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# _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](https://github.com/aws/aws-toolkit-jetbrains/issues/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_ (2021-09-07)
- **(Bug Fix)** Fix IDE error about context.module being null ([#2776](https://github.com/aws/aws-toolkit-jetbrains/issues/2776))
- **(Bug Fix)** Fix NullPointerException calling isInTestSourceContent ([#2752](https://github.com/aws/aws-toolkit-jetbrains/issues/2752))
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.33-SNAPSHOT
toolkitVersion=1.33

# Publish Settings
publishToken=
Expand Down

0 comments on commit a45b09e

Please sign in to comment.