Skip to content

Commit 3ffd338

Browse files
author
AWS
committed
Release 2.25.53. Updated CHANGELOG.md, README.md and all pom.xml.
1 parent dadd82c commit 3ffd338

File tree

473 files changed

+553
-514
lines changed

Some content is hidden

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

473 files changed

+553
-514
lines changed

.changes/2.25.53.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"version": "2.25.53",
3+
"date": "2024-05-15",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "Amazon CloudFront",
8+
"contributor": "",
9+
"description": "Fixes bug where SignedUrl strips the port number from the url."
10+
},
11+
{
12+
"type": "bugfix",
13+
"category": "AWS SDK for Java v2",
14+
"contributor": "",
15+
"description": "Fixed a bug in file-based AsyncResponseTransformer that could cause a streaming request to hang if an exception was thrown from `onStream`"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS CodeBuild",
20+
"contributor": "",
21+
"description": "CodeBuild Reserved Capacity VPC Support"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS DataSync",
26+
"contributor": "",
27+
"description": "Task executions now display a CANCELLING status when an execution is in the process of being cancelled."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS Health Imaging",
32+
"contributor": "",
33+
"description": "Added support for importing medical imaging data from Amazon S3 buckets across accounts and regions."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS SecurityHub",
38+
"contributor": "",
39+
"description": "Documentation-only update for AWS Security Hub"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Agents for Amazon Bedrock Runtime",
44+
"contributor": "",
45+
"description": "Updating Bedrock Knowledge Base Metadata & Filters feature with two new filters listContains and stringContains"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon Managed Grafana",
50+
"contributor": "",
51+
"description": "This release adds new ServiceAccount and ServiceAccountToken APIs."
52+
}
53+
]
54+
}

.changes/next-release/bugfix-CloudFront-4ae6e11.json

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

.changes/next-release/bugfix-bugfix-23ca6e2.json

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

.changes/next-release/feature-AWSCodeBuild-105d3a9.json

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

.changes/next-release/feature-AWSDataSync-0983fb6.json

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

.changes/next-release/feature-AWSHealthImaging-2533664.json

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

.changes/next-release/feature-AWSSecurityHub-a2ad519.json

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

.changes/next-release/feature-AgentsforAmazonBedrockRuntime-f289710.json

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

.changes/next-release/feature-AmazonManagedGrafana-8d1291b.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.25.53__ __2024-05-15__
3+
## __AWS CodeBuild__
4+
- ### Features
5+
- CodeBuild Reserved Capacity VPC Support
6+
7+
## __AWS DataSync__
8+
- ### Features
9+
- Task executions now display a CANCELLING status when an execution is in the process of being cancelled.
10+
11+
## __AWS Health Imaging__
12+
- ### Features
13+
- Added support for importing medical imaging data from Amazon S3 buckets across accounts and regions.
14+
15+
## __AWS SDK for Java v2__
16+
- ### Bugfixes
17+
- Fixed a bug in file-based AsyncResponseTransformer that could cause a streaming request to hang if an exception was thrown from `onStream`
18+
19+
## __AWS SecurityHub__
20+
- ### Features
21+
- Documentation-only update for AWS Security Hub
22+
23+
## __Agents for Amazon Bedrock Runtime__
24+
- ### Features
25+
- Updating Bedrock Knowledge Base Metadata & Filters feature with two new filters listContains and stringContains
26+
27+
## __Amazon CloudFront__
28+
- ### Bugfixes
29+
- Fixes bug where SignedUrl strips the port number from the url.
30+
31+
## __Amazon Managed Grafana__
32+
- ### Features
33+
- This release adds new ServiceAccount and ServiceAccountToken APIs.
34+
235
# __2.25.52__ __2024-05-14__
336
## __AWS SDK for Java v2__
437
- ### Features

0 commit comments

Comments
 (0)