Skip to content

Commit 1deb7f1

Browse files
committed
Updates changelog for version 2.4.10
1 parent 155bf58 commit 1deb7f1

File tree

3 files changed

+17
-6
lines changed

3 files changed

+17
-6
lines changed

.changes/2.4.10.json

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"type": "feature",
4+
"category": "util",
5+
"description": "Parse ini files containing comments using #"
6+
},
7+
{
8+
"type": "feature",
9+
"category": "Iot",
10+
"description": "Adds support for thing types. Thing types are entities that store a description of common features of Things that are of the same logical type. Also adds support for `:` in Thing name. Adds a separator in Firehose action."
11+
}
12+
]

.changes/next-release/feature-util-5a565afe.json

-5
This file was deleted.

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Changelog for AWS SDK for JavaScript
2-
<!--LATEST=2.4.9-->
2+
<!--LATEST=2.4.10-->
33
<!--ENTRYINSERT-->
44

5+
## 2.4.10
6+
* feature: util: Parse ini files containing comments using #
7+
* feature: Iot: Adds support for thing types. Thing types are entities that store a description of common features of Things that are of the same logical type. Also adds support for `:` in Thing name. Adds a separator in Firehose action.
8+
59
## 2.4.9
610
* feature: ACM: Adds reason for failure when describing certificates.
711
* feature: ConfigService: Adds support for RDS and ACM resources types and introduces two new APIs: DeleteEvaluationResults and StartConfigRulesEvaluation. Updated PutConfigRule API can now create Config rules that are triggered by both configuration changes and periodicity.

0 commit comments

Comments
 (0)