Skip to content

Commit 012a8ac

Browse files
authored
Created a new version 2.25.0 for ProxyConfiguration. Default behavior is now aligned with the Apache SDK Client. Additionally, added support for 'no_proxy' hosts in the Crt HTTP client (#4982)
1 parent a6c9092 commit 012a8ac

File tree

472 files changed

+814
-815
lines changed

Some content is hidden

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

472 files changed

+814
-815
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.

CHANGELOG.md

Lines changed: 0 additions & 359 deletions
Original file line numberDiff line numberDiff line change
@@ -1,360 +1 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2-
# __2.24.13__ __2024-02-28__
3-
## __AWS Batch__
4-
- ### Features
5-
- This release adds Batch support for configuration of multicontainer jobs in ECS, Fargate, and EKS. This support is available for all types of jobs, including both array jobs and multi-node parallel jobs.
6-
7-
## __AWS Cost Explorer Service__
8-
- ### Features
9-
- This release introduces the new API 'GetApproximateUsageRecords', which retrieves estimated usage records for hourly granularity or resource-level data at daily granularity.
10-
11-
## __AWS IoT__
12-
- ### Features
13-
- This release reduces the maximum results returned per query invocation from 500 to 100 for the SearchIndex API. This change has no implications as long as the API is invoked until the nextToken is NULL.
14-
15-
## __AWS SDK for Java v2__
16-
- ### Features
17-
- Switching remaining AWS service clients onto the new SRA (Smithy Reference Architecture) identity and auth logic that was released in v2.21.0. For a list of individual services affected, please check the committed files.
18-
19-
## __AWS WAFV2__
20-
- ### Features
21-
- AWS WAF now supports configurable time windows for request aggregation with rate-based rules. Customers can now select time windows of 1 minute, 2 minutes or 10 minutes, in addition to the previously supported 5 minutes.
22-
23-
## __Agents for Amazon Bedrock Runtime__
24-
- ### Features
25-
- This release adds support to override search strategy performed by the Retrieve and RetrieveAndGenerate APIs for Amazon Bedrock Agents
26-
27-
## __Amazon Elastic Compute Cloud__
28-
- ### Features
29-
- This release increases the range of MaxResults for GetNetworkInsightsAccessScopeAnalysisFindings to 1,000.
30-
31-
## __Amazon S3__
32-
- ### Bugfixes
33-
- Fixed an issue in S3 multipart client that could cause `BlockingInputStreamAsyncRequestBody#writeInputStream` to get stuck if any of the multipart request fails. See [#4801](https://github.com/aws/aws-sdk-java-v2/issues/4801)
34-
35-
# __2.24.12__ __2024-02-27__
36-
## __AWS Amplify UI Builder__
37-
- ### Features
38-
- We have added the ability to tag resources after they are created
39-
40-
## __AWS SDK for Java v2__
41-
- ### Bugfixes
42-
- upgrade netty version to 4.1.107.Final
43-
- Contributed by: [@sullis](https://github.com/sullis)
44-
45-
## __Amazon S3__
46-
- ### Features
47-
- Enable TransferListener when uploading with TransferManager with Java-based S3Client with multipart enabled
48-
49-
## __Contributors__
50-
Special thanks to the following contributors to this release:
51-
52-
[@sullis](https://github.com/sullis)
53-
# __2.24.11__ __2024-02-26__
54-
## __Amazon API Gateway__
55-
- ### Features
56-
- Documentation updates for Amazon API Gateway.
57-
58-
## __Amazon Relational Database Service__
59-
- ### Features
60-
- This release adds support for gp3 data volumes for Multi-AZ DB Clusters.
61-
62-
## __Elastic Disaster Recovery Service__
63-
- ### Features
64-
- Added volume status to DescribeSourceServer replicated volumes.
65-
66-
## __Managed Streaming for Kafka Connect__
67-
- ### Features
68-
- Adds support for tagging, with new TagResource, UntagResource and ListTagsForResource APIs to manage tags and updates to existing APIs to allow tag on create. This release also adds support for the new DeleteWorkerConfiguration API.
69-
70-
# __2.24.10__ __2024-02-23__
71-
## __AWS AppSync__
72-
- ### Features
73-
- Documentation only updates for AppSync
74-
75-
## __Amazon QLDB__
76-
- ### Features
77-
- Clarify possible values for KmsKeyArn and EncryptionDescription.
78-
79-
## __Amazon Relational Database Service__
80-
- ### Features
81-
- Add pattern and length based validations for DBShardGroupIdentifier
82-
83-
## __CloudWatch RUM__
84-
- ### Features
85-
- Doc-only update for new RUM metrics that were added
86-
87-
## __S3 Transfer Manager__
88-
- ### Features
89-
- Enable multipart configuration by default when creating a new S3TranferManager instance using the .create() method
90-
- Make Transfer Manager work by default with S3AsyncClient when multipart configuration is enabled.
91-
92-
# __2.24.9__ __2024-02-22__
93-
## __AWS CRT-based S3 client__
94-
- ### Bugfixes
95-
- Fixed memory leak issue when a request was cancelled in the AWS CRT-based S3 client.
96-
97-
## __Amazon CloudWatch Internet Monitor__
98-
- ### Features
99-
- This release adds IPv4 prefixes to health events
100-
101-
## __Amazon Kinesis Video Streams__
102-
- ### Features
103-
- Increasing NextToken parameter length restriction for List APIs from 512 to 1024.
104-
105-
# __2.24.8__ __2024-02-21__
106-
## __AWS Elemental MediaLive__
107-
- ### Features
108-
- MediaLive now supports the ability to restart pipelines in a running channel.
109-
110-
## __AWS IoT Events__
111-
- ### Features
112-
- Increase the maximum length of descriptions for Inputs, Detector Models, and Alarm Models
113-
114-
## __AWS SDK for Java v2__
115-
- ### Bugfixes
116-
- Add content-length header in Json and Xml Protocol Marshaller for String and Binary explicit Payloads.
117-
118-
## __Amazon Lookout for Equipment__
119-
- ### Features
120-
- This release adds a field exposing model quality to read APIs for models. It also adds a model quality field to the API response when creating an inference scheduler.
121-
122-
## __Amazon Simple Systems Manager (SSM)__
123-
- ### Features
124-
- This release adds support for sharing Systems Manager parameters with other AWS accounts.
125-
126-
# __2.24.7__ __2024-02-20__
127-
## __AWS Lambda__
128-
- ### Features
129-
- Add .NET 8 (dotnet8) Runtime support to AWS Lambda.
130-
131-
## __Amazon DynamoDB__
132-
- ### Features
133-
- Publishing quick fix for doc only update.
134-
135-
## __Amazon Kinesis Firehose__
136-
- ### Features
137-
- This release updates a few Firehose related APIs.
138-
139-
# __2.24.6__ __2024-02-19__
140-
## __AWS Amplify__
141-
- ### Features
142-
- This release contains API changes that enable users to configure their Amplify domains with their own custom SSL/TLS certificate.
143-
144-
## __AWS Config__
145-
- ### Features
146-
- Documentation updates for the AWS Config CLI
147-
148-
## __AWS MediaTailor__
149-
- ### Features
150-
- MediaTailor: marking #AdBreak.OffsetMillis as required.
151-
152-
## __Amazon Interactive Video Service__
153-
- ### Features
154-
- Changed description for latencyMode in Create/UpdateChannel and Channel/ChannelSummary.
155-
156-
## __Amazon Keyspaces__
157-
- ### Features
158-
- Documentation updates for Amazon Keyspaces
159-
160-
## __Amazon S3__
161-
- ### Features
162-
- Add support for pause/resume upload for TransferManager with Java-based S3Client that has multipart enabled
163-
164-
## __chatbot__
165-
- ### Features
166-
- This release adds support for AWS Chatbot. You can now monitor, operate, and troubleshoot your AWS resources with interactive ChatOps using the AWS SDK.
167-
168-
# __2.24.5__ __2024-02-16__
169-
## __AWS Lambda__
170-
- ### Features
171-
- Documentation-only updates for Lambda to clarify a number of existing actions and properties.
172-
173-
## __AWS SDK for Java v2__
174-
- ### Features
175-
- Updated endpoint and partition metadata.
176-
177-
## __Amazon Connect Participant Service__
178-
- ### Features
179-
- Doc only update to GetTranscript API reference guide to inform users about presence of events in the chat transcript.
180-
181-
## __Amazon EMR__
182-
- ### Features
183-
- adds fine grained control over Unhealthy Node Replacement to Amazon ElasticMapReduce
184-
185-
## __Amazon Kinesis Firehose__
186-
- ### Features
187-
- This release adds support for Data Message Extraction for decompressed CloudWatch logs, and to use a custom file extension or time zone for S3 destinations.
188-
189-
## __Amazon Relational Database Service__
190-
- ### Features
191-
- Doc only update for a valid option in DB parameter group
192-
193-
## __Amazon Simple Notification Service__
194-
- ### Features
195-
- This release marks phone numbers as sensitive inputs.
196-
197-
# __2.24.4__ __2024-02-15__
198-
## __AWS Artifact__
199-
- ### Features
200-
- This is the initial SDK release for AWS Artifact. AWS Artifact provides on-demand access to compliance and third-party compliance reports. This release includes access to List and Get reports, along with their metadata. This release also includes access to AWS Artifact notifications settings.
201-
202-
## __AWS CodePipeline__
203-
- ### Features
204-
- Add ability to override timeout on action level.
205-
206-
## __AWS SDK for Java v2__
207-
- ### Features
208-
- Updated endpoint and partition metadata.
209-
210-
## __AWS Secrets Manager__
211-
- ### Features
212-
- Doc only update for Secrets Manager
213-
214-
## __Amazon Detective__
215-
- ### Features
216-
- Doc only updates for content enhancement
217-
218-
## __Amazon GuardDuty__
219-
- ### Features
220-
- Marked fields IpAddressV4, PrivateIpAddress, Email as Sensitive.
221-
222-
## __Amazon HealthLake__
223-
- ### Features
224-
- This release adds a new response parameter, JobProgressReport, to the DescribeFHIRImportJob and ListFHIRImportJobs API operation. JobProgressReport provides details on the progress of the import job on the server.
225-
226-
## __Amazon OpenSearch Service__
227-
- ### Features
228-
- Adds additional supported instance types.
229-
230-
## __Amazon Polly__
231-
- ### Features
232-
- Amazon Polly adds 1 new voice - Burcu (tr-TR)
233-
234-
## __Amazon SageMaker Service__
235-
- ### Features
236-
- This release adds a new API UpdateClusterSoftware for SageMaker HyperPod. This API allows users to patch HyperPod clusters with latest platform softwares.
237-
238-
# __2.24.3__ __2024-02-14__
239-
## __AWS Control Tower__
240-
- ### Features
241-
- Adds support for new Baseline and EnabledBaseline APIs for automating multi-account governance.
242-
243-
## __AWS SDK for Java v2__
244-
- ### Features
245-
- Switching half of the AWS service clients onto the new SRA (Smithy Reference Architecture) identity and auth logic that was released in v2.21.0. For a list of individual services affected, please check the committed files.
246-
- Updated endpoint and partition metadata.
247-
248-
- ### Bugfixes
249-
- Fixed an issue where NPE would be thrown if there was an empty event in the input for an event streaming operation.
250-
251-
## __Amazon Lookout for Equipment__
252-
- ### Features
253-
- This feature allows customers to see pointwise model diagnostics results for their models.
254-
255-
## __Amazon Simple Storage Service__
256-
- ### Bugfixes
257-
- Fix for Issue [#4912](https://github.com/aws/aws-sdk-java-v2/issues/4912) where client region with AWS_GLOBAL calls failed for cross region access.
258-
259-
## __QBusiness__
260-
- ### Features
261-
- This release adds the metadata-boosting feature, which allows customers to easily fine-tune the underlying ranking of retrieved RAG passages in order to optimize Q&A answer relevance. It also adds new feedback reasons for the PutFeedback API.
262-
263-
# __2.24.2__ __2024-02-13__
264-
## __AWS Marketplace Catalog Service__
265-
- ### Features
266-
- AWS Marketplace Catalog API now supports setting intent on requests
267-
268-
## __AWS Resource Explorer__
269-
- ### Features
270-
- Resource Explorer now uses newly supported IPv4 'amazonaws.com' endpoints by default.
271-
272-
## __AWS SDK for Java v2__
273-
- ### Features
274-
- Updated endpoint and partition metadata.
275-
276-
## __Amazon DynamoDB__
277-
- ### Features
278-
- Add additional logical operator ('and' and 'or') methods to DynamoDB Expression
279-
- Contributed by: [@akiesler](https://github.com/akiesler)
280-
281-
## __Amazon Lightsail__
282-
- ### Features
283-
- This release adds support to upgrade the major version of a database.
284-
285-
## __Amazon S3__
286-
- ### Features
287-
- Automatically trim object metadata keys of whitespace for `PutObject` and `CreateMultipartUpload`.
288-
289-
## __Amazon Security Lake__
290-
- ### Features
291-
- Documentation updates for Security Lake
292-
293-
## __URL Connection Client__
294-
- ### Bugfixes
295-
- Fix a bug where headers with multiple values don't have all values for that header sent on the wire. This leads to signature mismatch exceptions.
296-
297-
Fixes [#4746](https://github.com/aws/aws-sdk-java-v2/issues/4746).
298-
299-
## __Contributors__
300-
Special thanks to the following contributors to this release:
301-
302-
[@akiesler](https://github.com/akiesler)
303-
# __2.24.1__ __2024-02-12__
304-
## __AWS AppSync__
305-
- ### Features
306-
- Adds support for new options on GraphqlAPIs, Resolvers and Data Sources for emitting Amazon CloudWatch metrics for enhanced monitoring of AppSync APIs.
307-
308-
## __Amazon CloudWatch__
309-
- ### Features
310-
- This release enables PutMetricData API request payload compression by default.
311-
312-
## __Amazon Neptune Graph__
313-
- ### Features
314-
- Adding a new option "parameters" for data plane api ExecuteQuery to support running parameterized query via SDK.
315-
316-
## __Amazon Route 53 Domains__
317-
- ### Features
318-
- This release adds bill contact support for RegisterDomain, TransferDomain, UpdateDomainContact and GetDomainDetail API.
319-
320-
# __2.24.0__ __2024-02-09__
321-
## __AWS Batch__
322-
- ### Features
323-
- This feature allows Batch to support configuration of repository credentials for jobs running on ECS
324-
325-
## __AWS IoT__
326-
- ### Features
327-
- This release allows AWS IoT Core users to enable Online Certificate Status Protocol (OCSP) Stapling for TLS X.509 Server Certificates when creating and updating AWS IoT Domain Configurations with Custom Domain.
328-
329-
## __AWS Price List Service__
330-
- ### Features
331-
- Add Throttling Exception to all APIs.
332-
333-
## __AWS SDK for Java v2__
334-
- ### Features
335-
- Updated endpoint and partition metadata.
336-
- Updated internal core logic for signing properties with non-default values to be codegen based instead of set at runtime.
337-
338-
## __Amazon EC2 Container Service__
339-
- ### Features
340-
- Documentation only update for Amazon ECS.
341-
342-
## __Amazon Prometheus Service__
343-
- ### Features
344-
- Overall documentation updates.
345-
346-
## __Amazon S3__
347-
- ### Features
348-
- Overriding signer properties for S3 through the deprecated non-public execution attributes in S3SignerExecutionAttribute no longer works with this release. The recommended approach is to use plugins in order to change these settings.
349-
350-
- ### Bugfixes
351-
- Fix bug where PUT fails when using SSE-C with Checksum when using S3AsyncClient with multipart enabled. Enable CRC32 for putObject when using multipart client if checksum validation is not disabled and checksum is not set by user
352-
353-
## __Braket__
354-
- ### Features
355-
- Creating a job will result in DeviceOfflineException when using an offline device, and DeviceRetiredException when using a retired device.
356-
357-
## __Cost Optimization Hub__
358-
- ### Features
359-
- Adding includeMemberAccounts field to the response of ListEnrollmentStatuses API.
360-

archetypes/archetype-app-quickstart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>archetypes</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.24.14-SNAPSHOT</version>
23+
<version>2.25.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

archetypes/archetype-lambda/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>archetypes</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.24.14-SNAPSHOT</version>
23+
<version>2.25.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetype-lambda</artifactId>

archetypes/archetype-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>archetypes</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.24.14-SNAPSHOT</version>
23+
<version>2.25.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

archetypes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>aws-sdk-java-pom</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.24.14-SNAPSHOT</version>
23+
<version>2.25.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetypes</artifactId>

0 commit comments

Comments
 (0)