Skip to content

Commit

Permalink
Updating version to 1.30
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-toolkit-automation committed Aug 5, 2021
1 parent 404db1d commit 4d72a57
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 25 deletions.
23 changes: 23 additions & 0 deletions .changes/1.30.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"date" : "2021-08-05",
"version" : "1.30",
"entries" : [ {
"type" : "feature",
"description" : "Add ability to view bucket by entering bucket name/URI"
}, {
"type" : "bugfix",
"description" : "Fix CWL last event sorting (#2737)"
}, {
"type" : "bugfix",
"description" : "Fix Go Lambda handler resolving into Go standard library (#2730)"
}, {
"type" : "bugfix",
"description" : "Fix `ActionPlaces.isPopupPlace` error after opening the AWS connection settings menu (#2736)"
}, {
"type" : "bugfix",
"description" : "Fix some warnings due to slow operations on EDT (#2735)"
}, {
"type" : "bugfix",
"description" : "Fix Java Lambda run marker issues and disable runmarker processing in tests and language-injected text fragments"
} ]
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# _1.30_ (2021-08-05)
- **(Feature)** Add ability to view bucket by entering bucket name/URI
- **(Bug Fix)** Fix CWL last event sorting ([#2737](https://github.com/aws/aws-toolkit-jetbrains/issues/2737))
- **(Bug Fix)** Fix Go Lambda handler resolving into Go standard library ([#2730](https://github.com/aws/aws-toolkit-jetbrains/issues/2730))
- **(Bug Fix)** Fix `ActionPlaces.isPopupPlace` error after opening the AWS connection settings menu ([#2736](https://github.com/aws/aws-toolkit-jetbrains/issues/2736))
- **(Bug Fix)** Fix some warnings due to slow operations on EDT ([#2735](https://github.com/aws/aws-toolkit-jetbrains/issues/2735))
- **(Bug Fix)** Fix Java Lambda run marker issues and disable runmarker processing in tests and language-injected text fragments

# _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
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.30-SNAPSHOT
toolkitVersion=1.30

# Publish Settings
publishToken=
Expand Down

0 comments on commit 4d72a57

Please sign in to comment.