Skip to content

Commit 2e5240a

Browse files
author
AWS
committed
Release 2.17.43. Updated CHANGELOG.md, README.md and all pom.xml.
1 parent 7990b8c commit 2e5240a

File tree

347 files changed

+427
-388
lines changed

Some content is hidden

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

347 files changed

+427
-388
lines changed

.changes/2.17.43.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"version": "2.17.43",
3+
"date": "2021-09-21",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "S3 Transfer Manager",
8+
"contributor": "",
9+
"description": "Fix the NPE thrown when calling `S3TransferManager.create()`"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS IoT",
14+
"contributor": "",
15+
"description": "This release adds support for verifying, viewing and filtering AWS IoT Device Defender detect violations with four verification states."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "DynamoDB Enhanced Client",
20+
"contributor": "",
21+
"description": "This commit introduces DynamoDbTable#deleteItemWithResponse() that allows customers to specify additional parameters on the request such as ReturnConsumedCapacity to get additional information the service response."
22+
},
23+
{
24+
"type": "bugfix",
25+
"category": "AWS SDK for Java v2",
26+
"contributor": "",
27+
"description": "Update Sigv4a signer to include the port in the Host header, when the port does not match the standard port for the protocol. This allows requests to endpoints with non-standard ports to succeed."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Comprehend",
32+
"contributor": "",
33+
"description": "Amazon Comprehend now supports versioning of custom models, improved training with ONE_DOC_PER_FILE text documents for custom entity recognition, ability to provide specific test sets during training, and live migration to new model endpoints."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon EC2 Container Registry",
38+
"contributor": "",
39+
"description": "This release adds additional support for repository replication"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Managed Streaming for Kafka",
44+
"contributor": "",
45+
"description": "Added StateInfo to ClusterInfo"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon Elastic Compute Cloud",
50+
"contributor": "",
51+
"description": "This update adds support for downloading configuration templates using new APIs (GetVpnConnectionDeviceTypes and GetVpnConnectionDeviceSampleConfiguration) and Internet Key Exchange version 2 (IKEv2) parameters for many popular CGW devices."
52+
}
53+
]
54+
}

.changes/next-release/bugfix-AWSSDKforJavav2-3312616.json

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

.changes/next-release/bugfix-S3TransferManager-1dee8e5.json

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

.changes/next-release/feature-AWSIoT-61ce80d.json

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

.changes/next-release/feature-AmazonComprehend-aaea3f3.json

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

.changes/next-release/feature-AmazonEC2ContainerRegistry-0a71b02.json

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

.changes/next-release/feature-AmazonElasticComputeCloud-d6aa127.json

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

.changes/next-release/feature-DynamoDBEnhancedClient-9086c03.json

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

.changes/next-release/feature-ManagedStreamingforKafka-9d8eab4.json

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

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
# __2.17.43__ __2021-09-21__
2+
## __AWS IoT__
3+
- ### Features
4+
- This release adds support for verifying, viewing and filtering AWS IoT Device Defender detect violations with four verification states.
5+
6+
## __AWS SDK for Java v2__
7+
- ### Bugfixes
8+
- Update Sigv4a signer to include the port in the Host header, when the port does not match the standard port for the protocol. This allows requests to endpoints with non-standard ports to succeed.
9+
10+
## __Amazon Comprehend__
11+
- ### Features
12+
- Amazon Comprehend now supports versioning of custom models, improved training with ONE_DOC_PER_FILE text documents for custom entity recognition, ability to provide specific test sets during training, and live migration to new model endpoints.
13+
14+
## __Amazon EC2 Container Registry__
15+
- ### Features
16+
- This release adds additional support for repository replication
17+
18+
## __Amazon Elastic Compute Cloud__
19+
- ### Features
20+
- This update adds support for downloading configuration templates using new APIs (GetVpnConnectionDeviceTypes and GetVpnConnectionDeviceSampleConfiguration) and Internet Key Exchange version 2 (IKEv2) parameters for many popular CGW devices.
21+
22+
## __DynamoDB Enhanced Client__
23+
- ### Features
24+
- This commit introduces DynamoDbTable#deleteItemWithResponse() that allows customers to specify additional parameters on the request such as ReturnConsumedCapacity to get additional information the service response.
25+
26+
## __Managed Streaming for Kafka__
27+
- ### Features
28+
- Added StateInfo to ClusterInfo
29+
30+
## __S3 Transfer Manager__
31+
- ### Bugfixes
32+
- Fix the NPE thrown when calling `S3TransferManager.create()`
33+
134
# __2.17.42__ __2021-09-17__
235
## __AWS Database Migration Service__
336
- ### Features

0 commit comments

Comments
 (0)