Skip to content

Commit

Permalink
Release 2.19.2. Updated CHANGELOG.md, README.md and all pom.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWS committed Dec 21, 2022
1 parent c7a1e79 commit 8c4eaff
Show file tree
Hide file tree
Showing 409 changed files with 522 additions and 460 deletions.
66 changes: 66 additions & 0 deletions .changes/2.19.2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
{
"version": "2.19.2",
"date": "2022-12-21",
"entries": [
{
"type": "feature",
"category": "AWS License Manager Linux Subscriptions",
"contributor": "",
"description": "AWS License Manager now offers cross-region, cross-account tracking of commercial Linux subscriptions on AWS. This includes subscriptions purchased as part of EC2 subscription-included AMIs, on the AWS Marketplace, or brought to AWS via Red Hat Cloud Access Program."
},
{
"type": "feature",
"category": "AWS Support",
"contributor": "",
"description": "Documentation updates for the AWS Support API"
},
{
"type": "feature",
"category": "AWS Transfer Family",
"contributor": "",
"description": "This release adds support for Decrypt as a workflow step type."
},
{
"type": "feature",
"category": "Amazon Connect Participant Service",
"contributor": "",
"description": "Amazon Connect Chat now allows for JSON (application/json) message types to be sent in the SendMessage API."
},
{
"type": "feature",
"category": "Amazon Connect Service",
"contributor": "",
"description": "Amazon Connect Chat now allows for JSON (application/json) message types to be sent as part of the initial message in the StartChatContact API."
},
{
"type": "feature",
"category": "Amazon EventBridge Scheduler",
"contributor": "",
"description": "Updated the ListSchedules and ListScheduleGroups APIs to allow the NamePrefix field to start with a number. Updated the validation for executionRole field to support any role name."
},
{
"type": "feature",
"category": "Amazon Macie 2",
"contributor": "",
"description": "This release adds support for analyzing Amazon S3 objects that use the S3 Glacier Instant Retrieval (Glacier_IR) storage class."
},
{
"type": "feature",
"category": "Amazon SageMaker Service",
"contributor": "",
"description": "This release enables adding RStudio Workbench support to an existing Amazon SageMaker Studio domain. It allows setting your RStudio on SageMaker environment configuration parameters and also updating the RStudioConnectUrl and RStudioPackageManagerUrl parameters for existing domains"
},
{
"type": "feature",
"category": "Amazon Simple Systems Manager (SSM)",
"contributor": "",
"description": "Doc-only updates for December 2022."
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated endpoint and partition metadata."
}
]
}

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/next-release/feature-AWSSDKforJavav2-0443982.json

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/next-release/feature-AWSSupport-db3a95d.json

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/next-release/feature-AWSTransferFamily-c378ab1.json

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions .changes/next-release/feature-AmazonMacie2-be161a7.json

This file was deleted.

This file was deleted.

This file was deleted.

45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
# __2.19.2__ __2022-12-21__
## __AWS License Manager Linux Subscriptions__
- ### Features
- AWS License Manager now offers cross-region, cross-account tracking of commercial Linux subscriptions on AWS. This includes subscriptions purchased as part of EC2 subscription-included AMIs, on the AWS Marketplace, or brought to AWS via Red Hat Cloud Access Program.

## __AWS SDK for Java v2__
- ### Features
- Updated endpoint and partition metadata.

## __AWS Support__
- ### Features
- Documentation updates for the AWS Support API

## __AWS Transfer Family__
- ### Features
- This release adds support for Decrypt as a workflow step type.

## __Amazon Connect Participant Service__
- ### Features
- Amazon Connect Chat now allows for JSON (application/json) message types to be sent in the SendMessage API.

## __Amazon Connect Service__
- ### Features
- Amazon Connect Chat now allows for JSON (application/json) message types to be sent as part of the initial message in the StartChatContact API.

## __Amazon EventBridge Scheduler__
- ### Features
- Updated the ListSchedules and ListScheduleGroups APIs to allow the NamePrefix field to start with a number. Updated the validation for executionRole field to support any role name.

## __Amazon Macie 2__
- ### Features
- This release adds support for analyzing Amazon S3 objects that use the S3 Glacier Instant Retrieval (Glacier_IR) storage class.

## __Amazon SageMaker Service__
- ### Features
- This release enables adding RStudio Workbench support to an existing Amazon SageMaker Studio domain. It allows setting your RStudio on SageMaker environment configuration parameters and also updating the RStudioConnectUrl and RStudioPackageManagerUrl parameters for existing domains

## __Amazon Simple Systems Manager (SSM)__
- ### Features
- Doc-only updates for December 2022.

# __2.19.1__ __2022-12-20__
## __AWS Batch__
- ### Features
Expand Down Expand Up @@ -27,6 +68,10 @@
- ### Features
- Use Route 53 domain APIs to change owner, create/delete DS record, modify IPS tag, resend authorization. New: AssociateDelegationSignerToDomain, DisassociateDelegationSignerFromDomain, PushDomain, ResendOperationAuthorization. Updated: UpdateDomainContact, ListOperations, CheckDomainTransferability.

## __Amazon S3 Transfer Manager__
- ### Bugfixes
- Add `s3-transfer-manager` to bom so that users can use bom to manage its version.

## __Amazon SageMaker Service__
- ### Features
- Amazon SageMaker Autopilot adds support for new objective metrics in CreateAutoMLJob API.
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ To automatically manage module versions (currently all modules have the same ver
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.19.1</version>
<version>2.19.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -86,12 +86,12 @@ Alternatively you can add dependencies for the specific services you use only:
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>ec2</artifactId>
<version>2.19.1</version>
<version>2.19.2</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.19.1</version>
<version>2.19.2</version>
</dependency>
```

Expand All @@ -103,7 +103,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java</artifactId>
<version>2.19.1</version>
<version>2.19.2</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion archetypes/archetype-app-quickstart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>archetypes</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.19.2-SNAPSHOT</version>
<version>2.19.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion archetypes/archetype-lambda/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>archetypes</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.19.2-SNAPSHOT</version>
<version>2.19.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>archetype-lambda</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/archetype-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>archetypes</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.19.2-SNAPSHOT</version>
<version>2.19.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion archetypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>aws-sdk-java-pom</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.19.2-SNAPSHOT</version>
<version>2.19.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>archetypes</artifactId>
Expand Down
7 changes: 6 additions & 1 deletion aws-sdk-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.19.2-SNAPSHOT</version>
<version>2.19.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>aws-sdk-java</artifactId>
Expand Down Expand Up @@ -1688,6 +1688,11 @@ Amazon AutoScaling, etc).</description>
<artifactId>kinesisvideowebrtcstorage</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>licensemanagerlinuxsubscriptions</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
</dependencies>
<build>
<finalName>${project.artifactId}-${project.version}</finalName>
Expand Down
2 changes: 1 addition & 1 deletion bom-internal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>aws-sdk-java-pom</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.19.2-SNAPSHOT</version>
<version>2.19.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
7 changes: 6 additions & 1 deletion bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.19.2-SNAPSHOT</version>
<version>2.19.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>bom</artifactId>
Expand Down Expand Up @@ -1833,6 +1833,11 @@
<artifactId>kinesisvideowebrtcstorage</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>licensemanagerlinuxsubscriptions</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>
2 changes: 1 addition & 1 deletion bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.19.2-SNAPSHOT</version>
<version>2.19.2</version>
</parent>
<artifactId>bundle</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion codegen-lite-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.19.2-SNAPSHOT</version>
<version>2.19.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>codegen-lite-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codegen-lite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.19.2-SNAPSHOT</version>
<version>2.19.2</version>
</parent>
<artifactId>codegen-lite</artifactId>
<name>AWS Java SDK :: Code Generator Lite</name>
Expand Down
2 changes: 1 addition & 1 deletion codegen-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.19.2-SNAPSHOT</version>
<version>2.19.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>codegen-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codegen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.19.2-SNAPSHOT</version>
<version>2.19.2</version>
</parent>
<artifactId>codegen</artifactId>
<name>AWS Java SDK :: Code Generator</name>
Expand Down
2 changes: 1 addition & 1 deletion core/annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>core</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.19.2-SNAPSHOT</version>
<version>2.19.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/arns/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>core</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.19.2-SNAPSHOT</version>
<version>2.19.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/auth-crt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>core</artifactId>
<version>2.19.2-SNAPSHOT</version>
<version>2.19.2</version>
</parent>

<artifactId>auth-crt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>core</artifactId>
<version>2.19.2-SNAPSHOT</version>
<version>2.19.2</version>
</parent>

<artifactId>auth</artifactId>
Expand Down

0 comments on commit 8c4eaff

Please sign in to comment.