Skip to content

Commit b618987

Browse files
committed
Update changelogs
1 parent 722f264 commit b618987

File tree

4 files changed

+18
-12
lines changed

4 files changed

+18
-12
lines changed

.changes/2.30.9.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,18 @@
3737
"category": "MailManager",
3838
"contributor": "",
3939
"description": "This release includes a new feature for Amazon SES Mail Manager which allows customers to specify known addresses and domains and make use of those in traffic policies and rules actions to distinguish between known and unknown entries."
40+
},
41+
{
42+
"type": "bugfix",
43+
"category": "Amazon S3",
44+
"contributor": "",
45+
"description": "Fixed an issue that could cause checksum mismatch errors when performing parallel uploads with the async S3 client and the SHA1 or SHA256 checksum algorithms selected."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "AWS SDK for Java v2",
50+
"contributor": "",
51+
"description": "Buffer input data from ContentStreamProvider in cases where content length is known."
4052
}
4153
]
4254
}

.changes/next-release/bugfix-AmazonS3-6cefd9c.json

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

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

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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
## __Amazon Simple Storage Service__
1616
- ### Features
1717
- Change the type of MpuObjectSize in CompleteMultipartUploadRequest from int to long.
18+
- ### Bugfixes
19+
- Fixed an issue that could cause checksum mismatch errors when performing parallel uploads with the async S3 client and the SHA1 or SHA256 checksum algorithms selected.
1820

1921
## __Amazon Transcribe Streaming Service__
2022
- ### Features
@@ -24,6 +26,10 @@
2426
- ### Features
2527
- This release includes a new feature for Amazon SES Mail Manager which allows customers to specify known addresses and domains and make use of those in traffic policies and rules actions to distinguish between known and unknown entries.
2628

29+
## __AWS SDK for Java v2__
30+
- ### Features
31+
- Buffer input data from ContentStreamProvider in cases where content length is known.
32+
2733
# __2.30.8__ __2025-01-28__
2834
## __AWS AppSync__
2935
- ### Features

0 commit comments

Comments
 (0)