3.7.963.0
aws-sdk-dotnet-automation
released this
15 Jan 22:29
·
28 commits
to main
since this release
3.7.963.0 (2025-01-15 20:19 UTC)
- APIGateway (3.7.401.24)
- Documentation updates for Amazon API Gateway
- BedrockAgentRuntime (3.7.415.0)
- Now supports streaming for inline agents.
- CognitoIdentity (3.7.402.0)
- corrects the dual-stack endpoint configuration
- PartnerCentralSelling (3.7.403.0)
- Add Tagging support for ResourceSnapshotJob resources
- S3 (3.7.412.0)
- 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.
- In order to improve data integrity, 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 theRequestChecksumCalculation
/ResponseChecksumValidation
options of theAmazonS3Config
toWHEN_REQUIRED
(this will instruct the SDK to only calculate checksums when the service requires one) or setting theDisableDefaultChecksumValidation
flag of thePutObject
/UploadPart
/TransferUtilityUpload
operations tofalse
(this will bypass the checksum calculations - meaning data integrity will rely only on SIGV4 payload signing and HTTPS). - BREAKING CHANGE: The
CompleteMultipartUploadRequest.AddPartETags
method now only includes ETags returned byCopyObject
andUploadPart
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 theInitiateMultipartUploadRequest
; to include additional checksums (such asChecksumCRC32
orChecksumSHA256
), use the newAddPartETagsAndChecksums
method instead.
- SecurityIR (3.7.401.0)
- Increase minimum length of Threat Actor IP 'userAgent' to 1.
- SimpleEmailV2 (3.7.407.0)
- This release introduces a new recommendation in Virtual Deliverability Manager Advisor, which detects elevated complaint rates for customer sending identities.
- WorkSpaces (3.7.408.0)
- Added GeneralPurpose.4xlarge & GeneralPurpose.8xlarge ComputeTypes.
- WorkSpacesThinClient (3.7.401.0)
- Mark type in MaintenanceWindow as required.
- Core 3.7.401.0
- Add
CRC32
implementation compatible withHashAlgorithm
without requiring a CRT dependency - Add RequestChecksumCalculation and ResponseChecksumValidation configuration options
- Updating endpoints.json file.
- All services packages updated to require new Core
- Add