Skip to content

Commit b838024

Browse files
authored
Backfilling changelog to include signing attribute changes (#4919)
* Backfilling changelog to include signing attribute changes * Moved changes to release .json file and regenerated changelog
1 parent d0ef89e commit b838024

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.changes/2.24.0.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,18 @@
5555
"category": "AWS SDK for Java v2",
5656
"contributor": "",
5757
"description": "Updated endpoint and partition metadata."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "AWS SDK for Java v2",
62+
"contributor": "",
63+
"description": "Updated internal core logic for signing properties with non-default values to be codegen based instead of set at runtime."
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon S3",
68+
"contributor": "",
69+
"description": "Overriding signer properties for S3 through the deprecated non-public execution attributes in S3SignerExecutionAttribute no longer works with this release. The recommended approach is to use plugins in order to change these settings."
5870
}
5971
]
6072
}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
## __AWS SDK for Java v2__
3333
- ### Features
3434
- Updated endpoint and partition metadata.
35+
- Updated internal core logic for signing properties with non-default values to be codegen based instead of set at runtime.
3536

3637
## __Amazon EC2 Container Service__
3738
- ### Features
@@ -42,6 +43,9 @@
4243
- Overall documentation updates.
4344

4445
## __Amazon S3__
46+
- ### Features
47+
- Overriding signer properties for S3 through the deprecated non-public execution attributes in S3SignerExecutionAttribute no longer works with this release. The recommended approach is to use plugins in order to change these settings.
48+
4549
- ### Bugfixes
4650
- Fix bug where PUT fails when using SSE-C with Checksum when using S3AsyncClient with multipart enabled. Enable CRC32 for putObject when using multipart client if checksum validation is not disabled and checksum is not set by user
4751

0 commit comments

Comments
 (0)