Skip to content

Commit 4d72a57

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.30
1 parent 404db1d commit 4d72a57

9 files changed

+32
-25
lines changed

.changes/1.30.json

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"date" : "2021-08-05",
3+
"version" : "1.30",
4+
"entries" : [ {
5+
"type" : "feature",
6+
"description" : "Add ability to view bucket by entering bucket name/URI"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Fix CWL last event sorting (#2737)"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix Go Lambda handler resolving into Go standard library (#2730)"
13+
}, {
14+
"type" : "bugfix",
15+
"description" : "Fix `ActionPlaces.isPopupPlace` error after opening the AWS connection settings menu (#2736)"
16+
}, {
17+
"type" : "bugfix",
18+
"description" : "Fix some warnings due to slow operations on EDT (#2735)"
19+
}, {
20+
"type" : "bugfix",
21+
"description" : "Fix Java Lambda run marker issues and disable runmarker processing in tests and language-injected text fragments"
22+
} ]
23+
}

.changes/next-release/bugfix-26312753-a737-4c85-a04d-6f7df960cabb.json

-4
This file was deleted.

.changes/next-release/bugfix-70dd1507-725d-4d88-b80c-e79d015c6ada.json

-4
This file was deleted.

.changes/next-release/bugfix-c4eda125-e5d8-4a4a-b8a5-08d22ce20d50.json

-4
This file was deleted.

.changes/next-release/bugfix-cbbd8be9-0cab-4b04-ba8e-a42cc67eaf09.json

-4
This file was deleted.

.changes/next-release/bugfix-f449a5c6-181d-4a1e-a974-a9957e4901b6.json

-4
This file was deleted.

.changes/next-release/feature-281b59e6-ec54-4a07-8a91-ab6495031e19.json

-4
This file was deleted.

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# _1.30_ (2021-08-05)
2+
- **(Feature)** Add ability to view bucket by entering bucket name/URI
3+
- **(Bug Fix)** Fix CWL last event sorting ([#2737](https://github.com/aws/aws-toolkit-jetbrains/issues/2737))
4+
- **(Bug Fix)** Fix Go Lambda handler resolving into Go standard library ([#2730](https://github.com/aws/aws-toolkit-jetbrains/issues/2730))
5+
- **(Bug Fix)** Fix `ActionPlaces.isPopupPlace` error after opening the AWS connection settings menu ([#2736](https://github.com/aws/aws-toolkit-jetbrains/issues/2736))
6+
- **(Bug Fix)** Fix some warnings due to slow operations on EDT ([#2735](https://github.com/aws/aws-toolkit-jetbrains/issues/2735))
7+
- **(Bug Fix)** Fix Java Lambda run marker issues and disable runmarker processing in tests and language-injected text fragments
8+
19
# _1.29_ (2021-07-20)
210
- **(Feature)** When uploading a file to S3, the content type is now set accoriding to the files extension
311
- **(Bug Fix)** Fix being unable to update Lambda configuration if the Image packaging type

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# SPDX-License-Identifier: Apache-2.0
33

44
# Toolkit Version
5-
toolkitVersion=1.30-SNAPSHOT
5+
toolkitVersion=1.30
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)