Skip to content

Commit 7e955dd

Browse files
authored
Merge pull request #3571 from aws/staging/7668082a-d1fc-49c2-be5f-7b6b0fe4173a
Pull request: release <- staging/7668082a-d1fc-49c2-be5f-7b6b0fe4173a
2 parents e1a011b + 5e8d763 commit 7e955dd

File tree

722 files changed

+10985
-7671
lines changed

Some content is hidden

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

722 files changed

+10985
-7671
lines changed
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.

.changes/2.30.0.json

+78
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
{
2+
"version": "2.30.0",
3+
"date": "2025-01-15",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "S3 Event Notification",
8+
"contributor": "",
9+
"description": "add static modifier to fromJson(InputStream) method of S3EventNotification"
10+
},
11+
{
12+
"type": "bugfix",
13+
"category": "AWS SDK for Java v2 Migration Tool",
14+
"contributor": "",
15+
"description": "Transform the getter methods on the service model classes that return SdkBytes to return ByteBuffer to be compatible with v1 style getters"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Agents for Amazon Bedrock Runtime",
20+
"contributor": "",
21+
"description": "Now supports streaming for inline agents."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon API Gateway",
26+
"contributor": "",
27+
"description": "Documentation updates for Amazon API Gateway"
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Cognito Identity",
32+
"contributor": "",
33+
"description": "corrects the dual-stack endpoint configuration"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Simple Email Service",
38+
"contributor": "",
39+
"description": "This release introduces a new recommendation in Virtual Deliverability Manager Advisor, which detects elevated complaint rates for customer sending identities."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon Simple Storage Service",
44+
"contributor": "",
45+
"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."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon WorkSpaces",
50+
"contributor": "",
51+
"description": "Added GeneralPurpose.4xlarge & GeneralPurpose.8xlarge ComputeTypes."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon WorkSpaces Thin Client",
56+
"contributor": "",
57+
"description": "Mark type in MaintenanceWindow as required."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Partner Central Selling API",
62+
"contributor": "",
63+
"description": "Add Tagging support for ResourceSnapshotJob resources"
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Security Incident Response",
68+
"contributor": "",
69+
"description": "Increase minimum length of Threat Actor IP 'userAgent' to 1."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "AWS SDK for Java v2",
74+
"contributor": "",
75+
"description": "Updated endpoint and partition metadata."
76+
}
77+
]
78+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon S3",
4+
"contributor": "",
5+
"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"
6+
}

0 commit comments

Comments
 (0)