Skip to content

Commit

Permalink
Backfilling changelog to include signing attribute changes (#4919)
Browse files Browse the repository at this point in the history
* Backfilling changelog to include signing attribute changes

* Moved changes to release .json file and regenerated changelog
  • Loading branch information
cenedhryn authored Feb 13, 2024
1 parent d0ef89e commit b838024
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .changes/2.24.0.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,18 @@
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated endpoint and partition metadata."
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated internal core logic for signing properties with non-default values to be codegen based instead of set at runtime."
},
{
"type": "feature",
"category": "Amazon S3",
"contributor": "",
"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."
}
]
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
## __AWS SDK for Java v2__
- ### Features
- Updated endpoint and partition metadata.
- Updated internal core logic for signing properties with non-default values to be codegen based instead of set at runtime.

## __Amazon EC2 Container Service__
- ### Features
Expand All @@ -42,6 +43,9 @@
- Overall documentation updates.

## __Amazon S3__
- ### Features
- 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.

- ### Bugfixes
- 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

Expand Down

0 comments on commit b838024

Please sign in to comment.