-
Notifications
You must be signed in to change notification settings - Fork 871
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3571 from aws/staging/7668082a-d1fc-49c2-be5f-7b6…
…b0fe4173a Pull request: release <- staging/7668082a-d1fc-49c2-be5f-7b6b0fe4173a
- Loading branch information
Showing
722 changed files
with
10,985 additions
and
7,671 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
{ | ||
"version": "2.30.0", | ||
"date": "2025-01-15", | ||
"entries": [ | ||
{ | ||
"type": "bugfix", | ||
"category": "S3 Event Notification", | ||
"contributor": "", | ||
"description": "add static modifier to fromJson(InputStream) method of S3EventNotification" | ||
}, | ||
{ | ||
"type": "bugfix", | ||
"category": "AWS SDK for Java v2 Migration Tool", | ||
"contributor": "", | ||
"description": "Transform the getter methods on the service model classes that return SdkBytes to return ByteBuffer to be compatible with v1 style getters" | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Agents for Amazon Bedrock Runtime", | ||
"contributor": "", | ||
"description": "Now supports streaming for inline agents." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Amazon API Gateway", | ||
"contributor": "", | ||
"description": "Documentation updates for Amazon API Gateway" | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Amazon Cognito Identity", | ||
"contributor": "", | ||
"description": "corrects the dual-stack endpoint configuration" | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Amazon Simple Email Service", | ||
"contributor": "", | ||
"description": "This release introduces a new recommendation in Virtual Deliverability Manager Advisor, which detects elevated complaint rates for customer sending identities." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Amazon Simple Storage Service", | ||
"contributor": "", | ||
"description": "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." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Amazon WorkSpaces", | ||
"contributor": "", | ||
"description": "Added GeneralPurpose.4xlarge & GeneralPurpose.8xlarge ComputeTypes." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Amazon WorkSpaces Thin Client", | ||
"contributor": "", | ||
"description": "Mark type in MaintenanceWindow as required." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Partner Central Selling API", | ||
"contributor": "", | ||
"description": "Add Tagging support for ResourceSnapshotJob resources" | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "Security Incident Response", | ||
"contributor": "", | ||
"description": "Increase minimum length of Threat Actor IP 'userAgent' to 1." | ||
}, | ||
{ | ||
"type": "feature", | ||
"category": "AWS SDK for Java v2", | ||
"contributor": "", | ||
"description": "Updated endpoint and partition metadata." | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"type": "feature", | ||
"category": "Amazon S3", | ||
"contributor": "", | ||
"description": "S3 client behavior is updated to always calculate a checksum by default for operations that support it (such as PutObject or UploadPart), or require it (such as DeleteObjects). The checksum algorithm used by default is CRC32. The S3 client attempts to validate response checksums for all S3 API operations that support checksums. However, if the SDK has not implemented the specified checksum algorithm then this validation is skipped. See [Dev Guide](https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/s3-checksums.html) for more information" | ||
} |
Oops, something went wrong.