Skip to content

Commit

Permalink
Merge pull request #3571 from aws/staging/7668082a-d1fc-49c2-be5f-7b6…
Browse files Browse the repository at this point in the history
…b0fe4173a

Pull request: release <- staging/7668082a-d1fc-49c2-be5f-7b6b0fe4173a
  • Loading branch information
zoewangg authored Jan 15, 2025
2 parents e1a011b + 5e8d763 commit 7e955dd
Show file tree
Hide file tree
Showing 722 changed files with 10,985 additions and 7,671 deletions.
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.
78 changes: 78 additions & 0 deletions .changes/2.30.0.json
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."
}
]
}
6 changes: 6 additions & 0 deletions .changes/next-release/feature-AmazonS3-c101d4d.json
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"
}
Loading

0 comments on commit 7e955dd

Please sign in to comment.