Skip to content

Commit c66e0e7

Browse files
authored
bump minor version to 2.28.0 (#5505)
1 parent ed9e237 commit c66e0e7

File tree

475 files changed

+469
-753
lines changed

Some content is hidden

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

475 files changed

+469
-753
lines changed

.changes/2.27.0.json

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

.changes/2.27.1.json

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

.changes/2.27.2.json

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

.changes/2.27.3.json

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

.changes/2.27.4.json

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

CHANGELOG.md

Lines changed: 0 additions & 104 deletions
Original file line numberDiff line numberDiff line change
@@ -1,105 +1 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2-
# __2.27.4__ __2024-08-13__
3-
## __AWS Amplify__
4-
- ### Features
5-
- Add a new field "cacheConfig" that enables users to configure the CDN cache settings for an App
6-
7-
## __AWS Fault Injection Simulator__
8-
- ### Features
9-
- This release adds support for additional error information on experiment failure. It adds the error code, location, and account id on relevant failures to the GetExperiment and ListExperiment API responses.
10-
11-
## __AWS Glue__
12-
- ### Features
13-
- Add AttributesToGet parameter support for Glue GetTables
14-
15-
## __Amazon AppStream__
16-
- ### Features
17-
- This release includes following new APIs: CreateThemeForStack, DescribeThemeForStack, UpdateThemeForStack, DeleteThemeForStack to support custom branding programmatically.
18-
19-
## __Amazon Neptune Graph__
20-
- ### Features
21-
- Amazon Neptune Analytics provides a new option for customers to load data into a graph using the RDF (Resource Description Framework) NTRIPLES format. When loading NTRIPLES files, use the value `convertToIri` for the `blankNodeHandling` parameter.
22-
23-
# __2.27.3__ __2024-08-12__
24-
## __AWS Compute Optimizer__
25-
- ### Features
26-
- Doc only update for Compute Optimizer that fixes several customer-reported issues relating to ECS finding classifications
27-
28-
## __AWS Config__
29-
- ### Features
30-
- Documentation update for the OrganizationConfigRuleName regex pattern.
31-
32-
## __AWS Elemental MediaLive__
33-
- ### Features
34-
- AWS Elemental MediaLive now supports now supports editing the PID values for a Multiplex.
35-
36-
## __AWS Ground Station__
37-
- ### Features
38-
- Updating documentation for OEMEphemeris to link to AWS Ground Station User Guide
39-
40-
## __Amazon Elastic Compute Cloud__
41-
- ### Features
42-
- This release adds new capabilities to manage On-Demand Capacity Reservations including the ability to split your reservation, move capacity between reservations, and modify the instance eligibility of your reservation.
43-
44-
## __Amazon Elastic Kubernetes Service__
45-
- ### Features
46-
- Added support for new AL2023 GPU AMIs to the supported AMITypes.
47-
48-
## __Amazon SageMaker Service__
49-
- ### Features
50-
- Releasing large data support as part of CreateAutoMLJobV2 in SageMaker Autopilot and CreateDomain API for SageMaker Canvas.
51-
52-
# __2.27.2__ __2024-08-09__
53-
## __AWS SDK for Java v2__
54-
- ### Features
55-
- Updated endpoint and partition metadata.
56-
57-
- ### Bugfixes
58-
- Fixed an issue where invoking `abort` and then `close` on a `ResponseInputStream` would cause the `close` to fail.
59-
60-
## __Amazon Cognito Identity Provider__
61-
- ### Features
62-
- Fixed a description of AdvancedSecurityAdditionalFlows in Amazon Cognito user pool configuration.
63-
64-
## __Amazon Connect Service__
65-
- ### Features
66-
- This release supports adding RoutingCriteria via UpdateContactRoutingData public API.
67-
68-
## __Amazon Simple Systems Manager (SSM)__
69-
- ### Features
70-
- Systems Manager doc-only updates for August 2024.
71-
72-
# __2.27.1__ __2024-08-08__
73-
## __AWS Glue__
74-
- ### Features
75-
- This release adds support to retrieve the validation status when creating or updating Glue Data Catalog Views. Also added is support for BasicCatalogTarget partition keys.
76-
77-
## __AWS SDK for Java v2__
78-
- ### Bugfixes
79-
- Update ResponseTransformer so download attempts to a directory that does not exist or does not have write permissions are not retried
80-
81-
## __AWS SDK for Java v2 Migration Tool__
82-
- ### Features
83-
- Introduce the preview release of the AWS SDK for Java v2 migration tool that automatically migrates applications from the AWS SDK for Java v1 to the AWS SDK for Java v2.
84-
85-
## __Amazon Cognito Identity Provider__
86-
- ### Features
87-
- Added support for threat protection for custom authentication in Amazon Cognito user pools.
88-
89-
## __Amazon Connect Service__
90-
- ### Features
91-
- This release fixes a regression in number of access control tags that are allowed to be added to a security profile in Amazon Connect. You can now add up to four access control tags on a single security profile.
92-
93-
## __Amazon Elastic Compute Cloud__
94-
- ### Features
95-
- Launch of private IPv6 addressing for VPCs and Subnets. VPC IPAM supports the planning and monitoring of private IPv6 usage.
96-
97-
# __2.27.0__ __2024-08-07__
98-
## __AWS Glue__
99-
- ### Features
100-
- Introducing AWS Glue Data Quality anomaly detection, a new functionality that uses ML-based solutions to detect data anomalies users have not explicitly defined rules for.
101-
102-
## __Amazon AppIntegrations Service__
103-
- ### Features
104-
- Updated CreateDataIntegration and CreateDataIntegrationAssociation API to support bulk data export from Amazon Connect Customer Profiles to the customer S3 bucket.
105-

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.27.5-SNAPSHOT</version>
23+
<version>2.28.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.27.5-SNAPSHOT</version>
23+
<version>2.28.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.27.5-SNAPSHOT</version>
23+
<version>2.28.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.27.5-SNAPSHOT</version>
23+
<version>2.28.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetypes</artifactId>

aws-sdk-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>software.amazon.awssdk</groupId>
1919
<artifactId>aws-sdk-java-pom</artifactId>
20-
<version>2.27.5-SNAPSHOT</version>
20+
<version>2.28.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>

bom-internal/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.27.5-SNAPSHOT</version>
23+
<version>2.28.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>software.amazon.awssdk</groupId>
1919
<artifactId>aws-sdk-java-pom</artifactId>
20-
<version>2.27.5-SNAPSHOT</version>
20+
<version>2.28.0-SNAPSHOT</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>

bundle-logging-bridge/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.27.5-SNAPSHOT</version>
24+
<version>2.28.0-SNAPSHOT</version>
2525
</parent>
2626
<artifactId>bundle-logging-bridge</artifactId>
2727
<packaging>jar</packaging>

bundle-sdk/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.27.5-SNAPSHOT</version>
24+
<version>2.28.0-SNAPSHOT</version>
2525
</parent>
2626
<artifactId>bundle-sdk</artifactId>
2727
<packaging>jar</packaging>

bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>software.amazon.awssdk</groupId>
2323
<artifactId>aws-sdk-java-pom</artifactId>
24-
<version>2.27.5-SNAPSHOT</version>
24+
<version>2.28.0-SNAPSHOT</version>
2525
</parent>
2626
<artifactId>bundle</artifactId>
2727
<packaging>jar</packaging>

codegen-lite-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>aws-sdk-java-pom</artifactId>
25-
<version>2.27.5-SNAPSHOT</version>
25+
<version>2.28.0-SNAPSHOT</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-lite-maven-plugin</artifactId>

0 commit comments

Comments
 (0)