Skip to content

Commit 2f0bf37

Browse files
Commit version number update changes
1 parent d1f40a7 commit 2f0bf37

File tree

1,217 files changed

+2078
-2062
lines changed

Some content is hidden

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

1,217 files changed

+2078
-2062
lines changed

changelogs/SDK.CHANGELOG.2025.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
### 3.7.963.0 (2025-01-15 20:19 UTC)
2+
* APIGateway (3.7.401.24)
3+
* Documentation updates for Amazon API Gateway
4+
* BedrockAgentRuntime (3.7.415.0)
5+
* Now supports streaming for inline agents.
6+
* CognitoIdentity (3.7.402.0)
7+
* corrects the dual-stack endpoint configuration
8+
* PartnerCentralSelling (3.7.403.0)
9+
* Add Tagging support for ResourceSnapshotJob resources
10+
* S3 (3.7.412.0)
11+
* This change enhances integrity protections for new SDK requests to S3. S3 SDKs now support the CRC64NVME checksum algorithm, full object checksums for multipart S3 objects, and new default integrity protections for S3 requests.
12+
* In order to improve [data integrity](https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html), the AWS SDKs, including the AWS SDK for .NET, now automatically calculate checksums for all requests and responses that support it (using the `CRC32` algorithm by default). Although not recommended, you may disable the checksum validation by either: setting the `RequestChecksumCalculation` / `ResponseChecksumValidation` options of the `AmazonS3Config` to `WHEN_REQUIRED` (this will instruct the SDK to only calculate checksums when the service requires one) or setting the `DisableDefaultChecksumValidation` flag of the `PutObject` / `UploadPart` / `TransferUtilityUpload` operations to `false` (this will bypass the checksum calculations - meaning data integrity will rely only on SIGV4 payload signing and HTTPS).
13+
* BREAKING CHANGE: The `CompleteMultipartUploadRequest.AddPartETags` method now only includes ETags returned by `CopyObject` and `UploadPart` operations. This only impacts use cases where multi-part uploads were performed using the low-level APIs and a checksum algorithm was explicitly specified in the `InitiateMultipartUploadRequest`; to include additional checksums (such as `ChecksumCRC32` or `ChecksumSHA256`), use the new `AddPartETagsAndChecksums` method instead.
14+
* SecurityIR (3.7.401.0)
15+
* Increase minimum length of Threat Actor IP 'userAgent' to 1.
16+
* SimpleEmailV2 (3.7.407.0)
17+
* This release introduces a new recommendation in Virtual Deliverability Manager Advisor, which detects elevated complaint rates for customer sending identities.
18+
* WorkSpaces (3.7.408.0)
19+
* Added GeneralPurpose.4xlarge & GeneralPurpose.8xlarge ComputeTypes.
20+
* WorkSpacesThinClient (3.7.401.0)
21+
* Mark type in MaintenanceWindow as required.
22+
* Core 3.7.401.0
23+
* Add `CRC32` implementation compatible with `HashAlgorithm` without requiring a CRT dependency
24+
* Add RequestChecksumCalculation and ResponseChecksumValidation configuration options
25+
* Updating endpoints.json file.
26+
* All services packages updated to require new Core
27+
128
### 3.7.962.0 (2025-01-14 19:13 UTC)
229
* GameLift (3.7.404.0)
330
* Amazon GameLift releases a new game session placement feature: PriorityConfigurationOverride. You can now override how a game session queue prioritizes placement locations for a single StartGameSessionPlacement request.

changelogs/SDK.CHANGELOG.ALL.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
### 3.7.963.0 (2025-01-15 20:19 UTC)
2+
* APIGateway (3.7.401.24)
3+
* Documentation updates for Amazon API Gateway
4+
* BedrockAgentRuntime (3.7.415.0)
5+
* Now supports streaming for inline agents.
6+
* CognitoIdentity (3.7.402.0)
7+
* corrects the dual-stack endpoint configuration
8+
* PartnerCentralSelling (3.7.403.0)
9+
* Add Tagging support for ResourceSnapshotJob resources
10+
* S3 (3.7.412.0)
11+
* This change enhances integrity protections for new SDK requests to S3. S3 SDKs now support the CRC64NVME checksum algorithm, full object checksums for multipart S3 objects, and new default integrity protections for S3 requests.
12+
* In order to improve [data integrity](https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html), the AWS SDKs, including the AWS SDK for .NET, now automatically calculate checksums for all requests and responses that support it (using the `CRC32` algorithm by default). Although not recommended, you may disable the checksum validation by either: setting the `RequestChecksumCalculation` / `ResponseChecksumValidation` options of the `AmazonS3Config` to `WHEN_REQUIRED` (this will instruct the SDK to only calculate checksums when the service requires one) or setting the `DisableDefaultChecksumValidation` flag of the `PutObject` / `UploadPart` / `TransferUtilityUpload` operations to `false` (this will bypass the checksum calculations - meaning data integrity will rely only on SIGV4 payload signing and HTTPS).
13+
* BREAKING CHANGE: The `CompleteMultipartUploadRequest.AddPartETags` method now only includes ETags returned by `CopyObject` and `UploadPart` operations. This only impacts use cases where multi-part uploads were performed using the low-level APIs and a checksum algorithm was explicitly specified in the `InitiateMultipartUploadRequest`; to include additional checksums (such as `ChecksumCRC32` or `ChecksumSHA256`), use the new `AddPartETagsAndChecksums` method instead.
14+
* SecurityIR (3.7.401.0)
15+
* Increase minimum length of Threat Actor IP 'userAgent' to 1.
16+
* SimpleEmailV2 (3.7.407.0)
17+
* This release introduces a new recommendation in Virtual Deliverability Manager Advisor, which detects elevated complaint rates for customer sending identities.
18+
* WorkSpaces (3.7.408.0)
19+
* Added GeneralPurpose.4xlarge & GeneralPurpose.8xlarge ComputeTypes.
20+
* WorkSpacesThinClient (3.7.401.0)
21+
* Mark type in MaintenanceWindow as required.
22+
* Core 3.7.401.0
23+
* Add `CRC32` implementation compatible with `HashAlgorithm` without requiring a CRT dependency
24+
* Add RequestChecksumCalculation and ResponseChecksumValidation configuration options
25+
* Updating endpoints.json file.
26+
* All services packages updated to require new Core
27+
128
### 3.7.962.0 (2025-01-14 19:13 UTC)
229
* GameLift (3.7.404.0)
330
* Amazon GameLift releases a new game session placement feature: PriorityConfigurationOverride. You can now override how a game session queue prioritizes placement locations for a single StartGameSessionPlacement request.

generator/.DevConfigs/7936b020-e9d0-470f-b7dc-e51ceae5ba47.json

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

generator/.DevConfigs/endpoints-c590a638-4091-42e8-a854-0c92a9e8aace.json

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

0 commit comments

Comments
 (0)