Skip to content

Commit f751d92

Browse files
author
AWS
committed
Release 2.18.40. Updated CHANGELOG.md, README.md and all pom.xml.
1 parent 1b48a5e commit f751d92

File tree

423 files changed

+632
-554
lines changed

Some content is hidden

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

423 files changed

+632
-554
lines changed

.changes/2.18.40.json

+162
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,162 @@
1+
{
2+
"version": "2.18.40",
3+
"date": "2022-12-15",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "Amazon S3 Transfer Manager",
8+
"contributor": "",
9+
"description": "Require setting the bytes transferred on transfer progress snapshots. This prevents programming bugs where the caller forgets to set the value and it gets defaulted to 0."
10+
},
11+
{
12+
"type": "bugfix",
13+
"category": "Amazon S3 Transfer Manager",
14+
"contributor": "",
15+
"description": "Allow pausing a resumed download, even if the resumed download hasn't started."
16+
},
17+
{
18+
"type": "bugfix",
19+
"category": "Amazon S3 Transfer Manager",
20+
"contributor": "",
21+
"description": "Fixed issues in S3 Transfer Manager resumeDownloadFile API where errors were being wrapped by SdkClientException"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Backup Gateway",
26+
"contributor": "",
27+
"description": "This release adds support for VMware vSphere tags, enabling customer to protect VMware virtual machines using tag-based policies for AWS tags mapped from vSphere tags. This release also adds support for customer-accessible gateway-hypervisor interaction log and upload bandwidth rate limit schedule."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS Glue",
32+
"contributor": "",
33+
"description": "This release adds support for AWS Glue Crawler with native DeltaLake tables, allowing Crawlers to classify Delta Lake format tables and catalog them for query engines to query against."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWSMainframeModernization",
38+
"contributor": "",
39+
"description": "Adds an optional create-only `KmsKeyId` property to Environment and Application resources."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon S3 Transfer Manager",
44+
"contributor": "",
45+
"description": "Flattened and removed OverrideConfigurations such that these can be configured directly to S3TransferManagerBuilder, upload and transfer Requests. Also refactored certain attributes and API names to represent better meaningful names."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "AWS SecurityHub",
50+
"contributor": "",
51+
"description": "Added new resource details objects to ASFF, including resources for AwsEc2LaunchTemplate, AwsSageMakerNotebookInstance, AwsWafv2WebAcl and AwsWafv2RuleGroup."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon Connect Service",
56+
"contributor": "",
57+
"description": "Added support for \"English - New Zealand\" and \"English - South African\" to be used with Amazon Connect Custom Vocabulary APIs."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon EC2 Container Service",
62+
"contributor": "",
63+
"description": "This release adds support for container port ranges in ECS, a new capability that allows customers to provide container port ranges to simplify use cases where multiple ports are in use in a container. This release updates TaskDefinition mutation APIs and the Task description APIs."
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon Elastic Kubernetes Service",
68+
"contributor": "",
69+
"description": "Add support for Windows managed nodes groups."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Amazon Kinesis",
74+
"contributor": "",
75+
"description": "Added StreamARN parameter for Kinesis Data Streams APIs. Added a new opaque pagination token for ListStreams. SDKs will auto-generate Account Endpoint when accessing Kinesis Data Streams."
76+
},
77+
{
78+
"type": "feature",
79+
"category": "Amazon Location Service",
80+
"contributor": "",
81+
"description": "This release adds support for a new style, \"VectorOpenDataStandardLight\" which can be used with the new data source, \"Open Data Maps (Preview)\"."
82+
},
83+
{
84+
"type": "feature",
85+
"category": "Amazon S3 Transfer Manager",
86+
"contributor": "",
87+
"description": "Rename `UploadDirectoryRequest.prefix` and `delimiter` to `s3Prefix` and `s3Delimiter` to make it clear these are S3 parameters, not file-system parameters."
88+
},
89+
{
90+
"type": "feature",
91+
"category": "Amazon S3 Transfer Manager",
92+
"contributor": "",
93+
"description": "Rename `DownloadDirectoryRequest.destinationDirectory` to `destination`."
94+
},
95+
{
96+
"type": "feature",
97+
"category": "Amazon S3 Transfer Manager",
98+
"contributor": "",
99+
"description": "Rename `ResumableFileDownload`'s `to` and `writeTo` methods to `serializeTo` to make it clear that these aren't affecting the download."
100+
},
101+
{
102+
"type": "feature",
103+
"category": "Amazon S3 Transfer Manager",
104+
"contributor": "",
105+
"description": "Do not base 64 encode when writing `ResumableFileDownload` to disk."
106+
},
107+
{
108+
"type": "feature",
109+
"category": "Amazon SageMaker Service",
110+
"contributor": "",
111+
"description": "SageMaker Inference Recommender now allows customers to load tests their models on various instance types using private VPC."
112+
},
113+
{
114+
"type": "feature",
115+
"category": "Amazon Translate",
116+
"contributor": "",
117+
"description": "Raised the input byte size limit of the Text field in the TranslateText API to 10000 bytes."
118+
},
119+
{
120+
"type": "feature",
121+
"category": "Amazon S3 Transfer Manager",
122+
"contributor": "",
123+
"description": "Moved POJO classes to `software.amazon.awssdk.transfer.s3.model` and moved configuration classes to `software.amazon.awssdk.transfer.s3.config`"
124+
},
125+
{
126+
"type": "removal",
127+
"category": "Amazon S3 Transfer Manager",
128+
"contributor": "",
129+
"description": "Backward incompatible changes after removing s3ClientConfiguration() from builder API of S3TransferManager Interface.\n- Added crtBuilder in S3AsyncClient Interface.\n- Backward incompatible changes after changing args of test() API in DownloadFilter Interface from DownloadFileContext to S3Object."
130+
},
131+
{
132+
"type": "removal",
133+
"category": "Amazon S3 Transfer Manager",
134+
"contributor": "",
135+
"description": "Remove `DownloadDirectoryRequest.prefix` and `delimiter`. The same functionality is already available via the `listObjectsV2RequestTransformer`."
136+
},
137+
{
138+
"type": "removal",
139+
"category": "Amazon S3 Transfer Manager",
140+
"contributor": "",
141+
"description": "Remove UploadDirectoryRequest's override configuration's `recursive` option. The same functionality can be achieved with `UploadDirectoryRequest.builder().maxDepth(1)` or S3TransferManager.builder().maxUploadDirectoryDepth(1)."
142+
},
143+
{
144+
"type": "removal",
145+
"category": "Amazon S3 Transfer Manager",
146+
"contributor": "",
147+
"description": "Removed charset options from `ResumableFileDownload`'s string options, because there's no reason to choose something other than UTF-8."
148+
},
149+
{
150+
"type": "removal",
151+
"category": "Amazon S3 Transfer Manager",
152+
"contributor": "",
153+
"description": "Make `aws-crt` an optional dependency in `s3-transfer-manager` module. Customers need to explicitly add `aws-crt` dependency if they want to use CRT-based Transfer Manager"
154+
},
155+
{
156+
"type": "feature",
157+
"category": "AWS SDK for Java v2",
158+
"contributor": "",
159+
"description": "Updated endpoint and partition metadata."
160+
}
161+
]
162+
}

.changes/next-release/bugfix-AWSS3TransferManager-6d575a5.json

-6
This file was deleted.

.changes/next-release/bugfix-AWSS3TransferManager-e849d27.json

-6
This file was deleted.

.changes/next-release/bugfix-S3TransferManager-f1c2208.json

-6
This file was deleted.

.changes/next-release/feature-AWSBackupGateway-663900b.json

-6
This file was deleted.

.changes/next-release/feature-AWSGlue-2f93182.json

-6
This file was deleted.

.changes/next-release/feature-AWSMainframeModernization-c2a7d10.json

-6
This file was deleted.

.changes/next-release/feature-AWSSDKTransferMananger-85d49ff.json

-6
This file was deleted.

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

-6
This file was deleted.

.changes/next-release/feature-AWSSecurityHub-3628c53.json

-6
This file was deleted.

.changes/next-release/feature-AmazonConnectService-fe531cf.json

-6
This file was deleted.

.changes/next-release/feature-AmazonEC2ContainerService-4d575d9.json

-6
This file was deleted.

.changes/next-release/feature-AmazonElasticKubernetesService-a77be67.json

-6
This file was deleted.

.changes/next-release/feature-AmazonKinesis-20d7db9.json

-6
This file was deleted.

.changes/next-release/feature-AmazonLocationService-0c3c2f5.json

-6
This file was deleted.

.changes/next-release/feature-AmazonS3TransferManager-0639145.json

-6
This file was deleted.

.changes/next-release/feature-AmazonS3TransferManager-345c5d4.json

-6
This file was deleted.

.changes/next-release/feature-AmazonS3TransferManager-b2e7839.json

-6
This file was deleted.

.changes/next-release/feature-AmazonS3TransferManager-fe2d57a.json

-6
This file was deleted.

.changes/next-release/feature-AmazonSageMakerService-ba22e02.json

-6
This file was deleted.

.changes/next-release/feature-AmazonTranslate-899cdbd.json

-6
This file was deleted.

.changes/next-release/feature-S3TransferManagerDeveloperPreview-f9efc42.json

-6
This file was deleted.

.changes/next-release/removal-AWSSDKTransferMananger-a684fae.json

-6
This file was deleted.

.changes/next-release/removal-AmazonS3TransferManager-20eecbb.json

-6
This file was deleted.

.changes/next-release/removal-AmazonS3TransferManager-68fc4a5.json

-6
This file was deleted.

.changes/next-release/removal-AmazonS3TransferManager-7e62a30.json

-6
This file was deleted.

.changes/next-release/removal-S3TransferManager-2c2c795.json

-6
This file was deleted.

0 commit comments

Comments
 (0)