Skip to content

Commit 51df7d4

Browse files
author
AWS
committed
Release 2.32.0. Updated CHANGELOG.md, README.md and all pom.xml.
1 parent 08bb248 commit 51df7d4

File tree

523 files changed

+724
-630
lines changed

Some content is hidden

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

523 files changed

+724
-630
lines changed

.changes/2.32.0.json

Lines changed: 132 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
1+
{
2+
"version": "2.32.0",
3+
"date": "2025-07-15",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "AWS SDK for Java v2",
8+
"contributor": "",
9+
"description": "Improve error message for the error case where a request using RequestBody#fromInputStream failed to retry due to lack of mark and reset support. See [#6174](https://github.com/aws/aws-sdk-java-v2/issues/6174)"
10+
},
11+
{
12+
"type": "bugfix",
13+
"category": "AWS SDK for Java v2",
14+
"contributor": "",
15+
"description": "Improve performance for SDK service clients that don't use custom client plugins by optimizing plugin resolution logic"
16+
},
17+
{
18+
"type": "documentation",
19+
"category": "Amazon DynamoDB Enhanced Client",
20+
"contributor": "",
21+
"description": "Add documentation clarifying usage for ddb enhanced client"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Price List Service",
26+
"contributor": "",
27+
"description": "This release adds support for new filter types in GetProducts API, including EQUALS, CONTAINS, ANY_OF, and NONE_OF."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Apache HTTP Client 5",
32+
"contributor": "",
33+
"description": "Preview Release of AWS SDK Apache5 HttpClient with Apache HttpClient 5.5.x"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon DynamoDB",
38+
"contributor": "",
39+
"description": "Enable caching results to URI constructors for account-id based endpoints"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "AWS SDK for Java v2",
44+
"contributor": "",
45+
"description": "Add support for caching results to URI constructors for account-id based endpoints"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "AWS re:Post Private",
50+
"contributor": "",
51+
"description": "This release introduces Channels functionality with CreateChannel, GetChannel, ListChannels, and UpdateChannel operations. Channels provide dedicated collaboration spaces where teams can organize discussions and knowledge by projects, business units, or areas of responsibility."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Agents for Amazon Bedrock",
56+
"contributor": "",
57+
"description": "Add support for S3 Vectors as a vector store."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon DataZone",
62+
"contributor": "",
63+
"description": "Removing restriction of environment profile identifier as required field, S3 feature release"
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon DynamoDB Streams",
68+
"contributor": "",
69+
"description": "Added support for optional shard filter parameter in DescribeStream api that allows customers to fetch child shards of a read_only parent shard."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Amazon EC2 Container Service",
74+
"contributor": "",
75+
"description": "Amazon ECS supports native blue/green deployments, allowing you to validate new service revisions before directing production traffic to them."
76+
},
77+
{
78+
"type": "feature",
79+
"category": "Amazon Elastic Compute Cloud",
80+
"contributor": "",
81+
"description": "This release adds support for volume initialization status, which enables you to monitor when the initialization process for an EBS volume is completed. This release also adds IPv6 support to EC2 Instance Connect Endpoints, allowing you to connect to your EC2 Instance via a private IPv6 address."
82+
},
83+
{
84+
"type": "feature",
85+
"category": "Amazon EventBridge",
86+
"contributor": "",
87+
"description": "Add customer-facing logging for the EventBridge Event Bus, enabling customers to better observe their events and extract insights about their EventBridge usage."
88+
},
89+
{
90+
"type": "feature",
91+
"category": "Amazon OpenSearch Service",
92+
"contributor": "",
93+
"description": "AWS Opensearch adds support for enabling s3 vector engine options. After enabling this option, customers will be able to create indices with s3 vector engine."
94+
},
95+
{
96+
"type": "feature",
97+
"category": "Amazon QuickSight",
98+
"contributor": "",
99+
"description": "Introduced custom instructions for topics."
100+
},
101+
{
102+
"type": "feature",
103+
"category": "Amazon S3 Tables",
104+
"contributor": "",
105+
"description": "Adds table bucket type to ListTableBucket and GetTableBucket API operations"
106+
},
107+
{
108+
"type": "feature",
109+
"category": "Amazon S3 Vectors",
110+
"contributor": "",
111+
"description": "Amazon S3 Vectors provides cost-effective, elastic, and durable vector storage for queries based on semantic meaning and similarity."
112+
},
113+
{
114+
"type": "feature",
115+
"category": "Amazon SageMaker Service",
116+
"contributor": "",
117+
"description": "This release adds support for a new Restricted instance group type to enable a specialized environment for running Nova customization jobs on SageMaker HyperPod clusters. This release also adds support for SageMaker pipeline versioning."
118+
},
119+
{
120+
"type": "feature",
121+
"category": "Amazon Simple Storage Service",
122+
"contributor": "",
123+
"description": "Amazon S3 Metadata live inventory tables provide a queryable inventory of all the objects in your general purpose bucket so that you can determine the latest state of your data. To help minimize your storage costs, use journal table record expiration to set a retention period for your records."
124+
},
125+
{
126+
"type": "feature",
127+
"category": "AWS SDK for Java v2",
128+
"contributor": "",
129+
"description": "Updated endpoint and partition metadata."
130+
}
131+
]
132+
}

.changes/next-release/bugfix-AWSSDKforJavav2-1c39709.json

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

.changes/next-release/bugfix-AWSSDKforJavav2-1f2b503.json

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

.changes/next-release/documentation-AmazonDynamoDBEnhancedClient-8964823.json

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

.changes/next-release/feature-AWSPriceListService-60773c0.json

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

.changes/next-release/feature-AWSSDKforJavav2-0443982.json

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

.changes/next-release/feature-AWSSDKforJavav2-65d4de2.json

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

.changes/next-release/feature-AWSSDKforJavav2-b405876.json

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

.changes/next-release/feature-AWSSDKforJavav2-f6d5c46.json

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

.changes/next-release/feature-AWSrePostPrivate-6a92c03.json

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

0 commit comments

Comments
 (0)