Skip to content

Commit 1e12858

Browse files
author
AWS
committed
Release 2.28.28. Updated CHANGELOG.md, README.md and all pom.xml.
1 parent 0611302 commit 1e12858

File tree

483 files changed

+563
-524
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

483 files changed

+563
-524
lines changed

.changes/2.28.28.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"version": "2.28.28",
3+
"date": "2024-10-22",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "Amazon Kinesis",
8+
"contributor": "",
9+
"description": "Fix an issue where errors that should be `400` are incorrectly classified as `500`."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWSMainframeModernization",
14+
"contributor": "",
15+
"description": "Add AuthSecretsManagerArn optional parameter to batch job APIs, expand batch parameter limits, and introduce clientToken constraints."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS re:Post Private",
20+
"contributor": "",
21+
"description": "Adds the BatchAddRole and BatchRemoveRole APIs."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Bedrock Runtime",
26+
"contributor": "",
27+
"description": "Updating invoke regex to support imported models for converse API"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Relational Database Service",
32+
"contributor": "",
33+
"description": "Global clusters now expose the Endpoint attribute as one of its fields. It is a Read/Write endpoint for the global cluster which resolves to the Global Cluster writer instance."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Timestream Query",
38+
"contributor": "",
39+
"description": "This release adds support for Query Insights, a feature that provides details of query execution, enabling users to identify areas for improvement to optimize their queries, resulting in improved query performance and lower query costs."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "EC2 Image Builder",
44+
"contributor": "",
45+
"description": "Add macOS platform and instance placement options"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "AWS SDK for Java v2",
50+
"contributor": "",
51+
"description": "Updated endpoint and partition metadata."
52+
}
53+
]
54+
}

.changes/next-release/bugfix-AmazonKinesis-05d556d.json

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

.changes/next-release/feature-AWSMainframeModernization-d118f92.json

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

.changes/next-release/feature-AWSSDKforJavav2-0443982.json

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

.changes/next-release/feature-AWSrePostPrivate-a4045b9.json

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

.changes/next-release/feature-AmazonBedrockRuntime-81ab9a9.json

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

.changes/next-release/feature-AmazonRelationalDatabaseService-f334502.json

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

.changes/next-release/feature-AmazonTimestreamQuery-3d97442.json

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

.changes/next-release/feature-EC2ImageBuilder-69abcae.json

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

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,37 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.28.28__ __2024-10-22__
3+
## __AWS SDK for Java v2__
4+
- ### Features
5+
- Updated endpoint and partition metadata.
6+
7+
## __AWS re:Post Private__
8+
- ### Features
9+
- Adds the BatchAddRole and BatchRemoveRole APIs.
10+
11+
## __AWSMainframeModernization__
12+
- ### Features
13+
- Add AuthSecretsManagerArn optional parameter to batch job APIs, expand batch parameter limits, and introduce clientToken constraints.
14+
15+
## __Amazon Bedrock Runtime__
16+
- ### Features
17+
- Updating invoke regex to support imported models for converse API
18+
19+
## __Amazon Kinesis__
20+
- ### Bugfixes
21+
- Fix an issue where errors that should be `400` are incorrectly classified as `500`.
22+
23+
## __Amazon Relational Database Service__
24+
- ### Features
25+
- Global clusters now expose the Endpoint attribute as one of its fields. It is a Read/Write endpoint for the global cluster which resolves to the Global Cluster writer instance.
26+
27+
## __Amazon Timestream Query__
28+
- ### Features
29+
- This release adds support for Query Insights, a feature that provides details of query execution, enabling users to identify areas for improvement to optimize their queries, resulting in improved query performance and lower query costs.
30+
31+
## __EC2 Image Builder__
32+
- ### Features
33+
- Add macOS platform and instance placement options
34+
235
# __2.28.27__ __2024-10-21__
336
## __AWS Database Migration Service__
437
- ### Features

0 commit comments

Comments
 (0)