Skip to content

Commit 9da2d56

Browse files
author
AWS
committed
Release 2.21.0. Updated CHANGELOG.md, README.md and all pom.xml.
1 parent 2ce4653 commit 9da2d56

File tree

456 files changed

+674
-572
lines changed

Some content is hidden

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

456 files changed

+674
-572
lines changed

.changes/2.21.0.json

Lines changed: 144 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,144 @@
1+
{
2+
"version": "2.21.0",
3+
"date": "2023-10-12",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "DynamoDB Enhanced Client",
8+
"contributor": "",
9+
"description": "Fix an issue where the presence of a `MappedTableResource` was being unnecessarily asserted when building a `WriteBatch` or `ReadBatch`."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Audit Manager",
14+
"contributor": "",
15+
"description": "This release introduces a new limit to the awsAccounts parameter. When you create or update an assessment, there is now a limit of 200 AWS accounts that can be specified in the assessment scope."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Config",
20+
"contributor": "",
21+
"description": "Add enums for resource types supported by Config"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Control Tower",
26+
"contributor": "",
27+
"description": "Added new EnabledControl resource details to ListEnabledControls API and added new GetEnabledControl API."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS Glue",
32+
"contributor": "",
33+
"description": "Extending version control support to GitLab and Bitbucket from AWSGlue"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS Lambda",
38+
"contributor": "",
39+
"description": "Adds support for Lambda functions to access Dual-Stack subnets over IPv6, via an opt-in flag in CreateFunction and UpdateFunctionConfiguration APIs"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "AWS Price List Service",
44+
"contributor": "",
45+
"description": "Documentation updates for Price List"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "AWS SDK for Java v2",
50+
"contributor": "",
51+
"description": "This release contains a major internal refactor of authentication. The refactor is part of moving the SDK to a standardized AWS SDK architecture.\n\nIt paves the way for new features to be released over the coming months: SDK plugins to provide a unified interface to add third-party functionality to the SDK and the ability to define additional ways of authenticating with services. \n\nWith this release, custom 3rd party credential providers can be created with fewer SDK dependencies (with the new `identity-spi` module), and AWS signers can be used with fewer SDK dependencies (with the new `http-auth-aws` module).\n\nBecause this is a major refactor that may result in backwards-compatible behavior changes, this release bumps the minor version of the SDK to 2.21."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "Amazon Connect Customer Profiles",
56+
"contributor": "",
57+
"description": "Adds sensitive trait to various shapes in Customer Profiles Calculated Attribute API model."
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon Elastic Compute Cloud",
62+
"contributor": "",
63+
"description": "This release adds Ubuntu Pro as a supported platform for On-Demand Capacity Reservations and adds support for setting an Amazon Machine Image (AMI) to disabled state. Disabling the AMI makes it private if it was previously shared, and prevents new EC2 instance launches from it."
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon Interactive Video Service RealTime",
68+
"contributor": "",
69+
"description": "Update GetParticipant to return additional metadata."
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Amazon Location Service",
74+
"contributor": "",
75+
"description": "This release adds endpoint updates for all AWS Location resource operations."
76+
},
77+
{
78+
"type": "feature",
79+
"category": "Amazon Machine Learning",
80+
"contributor": "",
81+
"description": "This release marks Password field as sensitive"
82+
},
83+
{
84+
"type": "feature",
85+
"category": "Amazon Rekognition",
86+
"contributor": "",
87+
"description": "Amazon Rekognition introduces support for Custom Moderation. This allows the enhancement of accuracy for detect moderation labels operations by creating custom adapters tuned on customer data."
88+
},
89+
{
90+
"type": "feature",
91+
"category": "Amazon Relational Database Service",
92+
"contributor": "",
93+
"description": "This release adds support for adding a dedicated log volume to open-source RDS instances."
94+
},
95+
{
96+
"type": "feature",
97+
"category": "Amazon SageMaker Service",
98+
"contributor": "",
99+
"description": "Amazon SageMaker Canvas adds KendraSettings and DirectDeploySettings support for CanvasAppSettings"
100+
},
101+
{
102+
"type": "feature",
103+
"category": "Amazon Textract",
104+
"contributor": "",
105+
"description": "This release adds 9 new APIs for adapter and adapter version management, 3 new APIs for tagging, and updates AnalyzeDocument and StartDocumentAnalysis API parameters for using adapters."
106+
},
107+
{
108+
"type": "feature",
109+
"category": "Amazon Transcribe Service",
110+
"contributor": "",
111+
"description": "This release is to enable m4a format to customers"
112+
},
113+
{
114+
"type": "feature",
115+
"category": "Amazon WorkSpaces",
116+
"contributor": "",
117+
"description": "Updated the CreateWorkspaces action documentation to clarify that the PCoIP protocol is only available for Windows bundles."
118+
},
119+
{
120+
"type": "feature",
121+
"category": "Auto Scaling",
122+
"contributor": "",
123+
"description": "Update the NotificationMetadata field to only allow visible ascii characters. Add paginators to DescribeInstanceRefreshes, DescribeLoadBalancers, and DescribeLoadBalancerTargetGroups"
124+
},
125+
{
126+
"type": "feature",
127+
"category": "Elastic Load Balancing",
128+
"contributor": "",
129+
"description": "This release enables routing policies with Availability Zone affinity for Network Load Balancers."
130+
},
131+
{
132+
"type": "feature",
133+
"category": "Inspector2",
134+
"contributor": "",
135+
"description": "Add MacOs ec2 platform support"
136+
},
137+
{
138+
"type": "feature",
139+
"category": "AWS SDK for Java v2",
140+
"contributor": "",
141+
"description": "Updated endpoint and partition metadata."
142+
}
143+
]
144+
}

.changes/next-release/bugfix-DynamoDBEnhancedClient-88bd6d9.json

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

.changes/next-release/feature-AWSAuditManager-bc9ff74.json

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

.changes/next-release/feature-AWSConfig-8d07334.json

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

.changes/next-release/feature-AWSControlTower-5d1a6c2.json

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

.changes/next-release/feature-AWSGlue-3b3d149.json

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

.changes/next-release/feature-AWSLambda-9e12179.json

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

.changes/next-release/feature-AWSPriceListService-4a3426a.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-07cf633.json

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

.changes/next-release/feature-AmazonConnectCustomerProfiles-7a3c356.json

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

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

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

.changes/next-release/feature-AmazonInteractiveVideoServiceRealTime-7412514.json

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

.changes/next-release/feature-AmazonLocationService-1baa25d.json

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

.changes/next-release/feature-AmazonMachineLearning-b942e65.json

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

.changes/next-release/feature-AmazonRekognition-8883262.json

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

.changes/next-release/feature-AmazonRelationalDatabaseService-a0af6ad.json

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

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

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

.changes/next-release/feature-AmazonTextract-e071ebb.json

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

.changes/next-release/feature-AmazonTranscribeService-b03cc4d.json

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

.changes/next-release/feature-AmazonWorkSpaces-f84a760.json

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

.changes/next-release/feature-AutoScaling-40df45b.json

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

.changes/next-release/feature-ElasticLoadBalancing-3edc699.json

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

.changes/next-release/feature-Inspector2-3e05158.json

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

0 commit comments

Comments
 (0)