Skip to content

Commit cc0efc8

Browse files
author
aws-toolkit-automation
committed
Updating version to 1.34
1 parent 1e28e10 commit cc0efc8

6 files changed

+20
-13
lines changed

.changes/1.34.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"date" : "2021-10-21",
3+
"version" : "1.34",
4+
"entries" : [ {
5+
"type" : "bugfix",
6+
"description" : "Fix issue in Resources where some S3 Buckets fail to open"
7+
}, {
8+
"type" : "bugfix",
9+
"description" : "Fix null exception when view documentation action executed for types with missing doc urls"
10+
}, {
11+
"type" : "bugfix",
12+
"description" : "Fix uncaught exception when a resource does not support LIST in a certain region."
13+
} ]
14+
}

.changes/next-release/bugfix-08864682-ab15-45b0-8de8-d78ecfa8b85b.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/bugfix-1856587c-070d-439f-b45b-9235ddc482b8.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

.changes/next-release/bugfix-66e9d82e-d495-4128-8547-215cedba1f32.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# _1.34_ (2021-10-21)
2+
- **(Bug Fix)** Fix issue in Resources where some S3 Buckets fail to open
3+
- **(Bug Fix)** Fix null exception when view documentation action executed for types with missing doc urls
4+
- **(Bug Fix)** Fix uncaught exception when a resource does not support LIST in a certain region.
5+
16
# _1.33_ (2021-10-14)
27
- **(Feature)** Surface read-only support for hundreds of resources under the Resources node in the AWS Explorer
38
- **(Feature)** Amazon DynamoDB table viewer

gradle.properties

Lines changed: 1 addition & 1 deletion
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.34-SNAPSHOT
5+
toolkitVersion=1.34
66

77
# Publish Settings
88
publishToken=

0 commit comments

Comments
 (0)