Skip to content

Commit 77b40aa

Browse files
Release 2.53.0. Updated CHANGELOG.md, README.md and all pom.xml.
1 parent 1513f89 commit 77b40aa

540 files changed

Lines changed: 683 additions & 616 deletions

File tree

Some content is hidden

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

.changes/2.53.0.json

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
{
2+
"version": "2.53.0",
3+
"date": "2026-08-13",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Apache HTTP Client 5",
8+
"contributor": "",
9+
"description": "Upgrade httpcomponents.client5 to 5.6.4 to address CVE-2026-71290"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Auto Scaling",
14+
"contributor": "",
15+
"description": "Amazon EC2 Auto Scaling now supports terminating multiple instances in a single TerminateInstanceInAutoScalingGroup call via the new InstanceIds parameter, returning an Activities list. LaunchInstances now returns IdempotentCallInProgressFault for duplicate client tokens."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Security Agent",
20+
"contributor": "",
21+
"description": "Add support for setting a maximum task-hour budget cap on penetration tests and code reviews, and for revalidating previously reported findings via a new REVALIDATION job type."
22+
},
23+
{
24+
"type": "bugfix",
25+
"category": "Apache 5 HTTP Client",
26+
"contributor": "",
27+
"description": "Trimmed surrounding whitespace from `nonProxyHosts` / `no_proxy` entries so comma- or pipe-separated values with spaces (e.g. `no_proxy=a.com, *.foo.com`) are honored. Previously an entry with a leading or trailing space was treated as part of the host name and never matched, so the host was routed through the proxy instead of bypassing it."
28+
},
29+
{
30+
"type": "bugfix",
31+
"category": "Apache HTTP Client",
32+
"contributor": "",
33+
"description": "Trimmed surrounding whitespace from `nonProxyHosts` / `no_proxy` entries so comma- or pipe-separated values with spaces (e.g. `no_proxy=a.com, *.foo.com`) are honored. Previously an entry with a leading or trailing space was treated as part of the host name and never matched, so the host was routed through the proxy instead of bypassing it."
34+
},
35+
{
36+
"type": "bugfix",
37+
"category": "AWS CRT HTTP Client",
38+
"contributor": "",
39+
"description": "Honor wildcard `nonProxyHosts` entries in CRT-based HTTP clients (`AwsCrtHttpClient`, `AwsCrtAsyncHttpClient`, and the S3/CRT client). Previously a `*.suffix` wildcard or a bare `*` from `http.nonProxyHosts`/`no_proxy` was silently ignored, so matching hosts were routed through the proxy instead of bypassing it. Supported forms are an exact host, a `*.suffix` wildcard (matches the domain and its subdomains), a single `*` for all hosts, and CIDR ranges. Entries must not contain surrounding whitespace."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "AWS Clean Rooms Service",
44+
"contributor": "",
45+
"description": "This release adds support for minimum aggregation thresholds and comparison controls to the Custom analysis rule type."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon Connect Service",
50+
"contributor": "",
51+
"description": "Adds the StartAssistantContact API to start chat contacts handled by an AI agent. Adds SegmentAttributes to StartWebRTCContact, and corrects its error response to now receive AccessDeniedException (previously returned as an internal server error due to a missing error declaration)."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "AWS SDK for Java v2",
56+
"contributor": "",
57+
"description": "Removed ServiceMetadata usages from client creation and request processing code paths to improve cold start performance. Endpoint and signing region resolution now uses Endpoints 2.0 directly instead of triggering eager initialization of all service metadata classes. Service client artifacts must be version 2.28.1 or later to be compatible with this change."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon CloudFront",
62+
"contributor": "",
63+
"description": "Adds SHA256 support to CloudFrontUtilities"
64+
},
65+
{
66+
"type": "bugfix",
67+
"category": "URL Connection HTTP Client",
68+
"contributor": "",
69+
"description": "Trimmed surrounding whitespace from `nonProxyHosts` / `no_proxy` entries so comma- or pipe-separated values with spaces (e.g. `no_proxy=a.com, *.foo.com`) are honored. Previously an entry with a leading or trailing space was treated as part of the host name and never matched, so the host was routed through the proxy instead of bypassing it."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "AWS CodeCommit",
74+
"contributor": "",
75+
"description": "Added the GetBlobDifferences API operation, which returns line-level diffs between two blob versions without requiring a local clone. Returns structured hunks with context, additions, and deletions. Supports pagination for large diffs."
76+
},
77+
{
78+
"type": "bugfix",
79+
"category": "Netty NIO HTTP Client",
80+
"contributor": "",
81+
"description": "Trimmed surrounding whitespace from `nonProxyHosts` / `no_proxy` entries so comma- or pipe-separated values with spaces (e.g. `no_proxy=a.com, *.foo.com`) are honored. Previously an entry with a leading or trailing space was treated as part of the host name and never matched, so the host was routed through the proxy instead of bypassing it."
82+
},
83+
{
84+
"type": "bugfix",
85+
"category": "Amazon DynamoDB Enhanced Client",
86+
"contributor": "",
87+
"description": "Fix AutoGeneratedTimestampRecordExtension failing when TableSchema.converterForAttribute throws UnsupportedOperationException for custom schemas; expand dynamodb-enhanced functional test coverage"
88+
},
89+
{
90+
"type": "feature",
91+
"category": "AWS Certificate Manager",
92+
"contributor": "",
93+
"description": "This change allows customers to update their existing email-validated certificates to use the DNS validation method."
94+
}
95+
]
96+
}

.changes/next-release/bugfix-AWSCRTHTTPClient-931b1de.json

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

.changes/next-release/bugfix-AmazonDynamoDBEnhancedClient-a423163.json

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

.changes/next-release/bugfix-Apache5HTTPClient-6c80c24.json

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

.changes/next-release/bugfix-ApacheHTTPClient-97e1afc.json

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

.changes/next-release/bugfix-NettyNIOHTTPClient-93bb990.json

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

.changes/next-release/bugfix-URLConnectionHTTPClient-da3b3e2.json

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

.changes/next-release/feature-AWSCertificateManager-76558b8.json

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

.changes/next-release/feature-AWSCleanRoomsService-d5091b8.json

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

.changes/next-release/feature-AWSCodeCommit-83559a1.json

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

0 commit comments

Comments
 (0)