Skip to content

Commit 844aaa3

Browse files
author
AWS
committed
Release 2.18.17. Updated CHANGELOG.md, README.md and all pom.xml.
1 parent a852303 commit 844aaa3

File tree

390 files changed

+461
-426
lines changed

Some content is hidden

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

390 files changed

+461
-426
lines changed

.changes/2.18.17.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"version": "2.18.17",
3+
"date": "2022-11-14",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Lake Formation",
8+
"contributor": "",
9+
"description": "This release adds a new parameter \"Parameters\" in the DataLakeSettings."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Proton",
14+
"contributor": "",
15+
"description": "Add support for CodeBuild Provisioning"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS X-Ray",
20+
"contributor": "",
21+
"description": "This release enhances GetServiceGraph API to support new type of edge to represent links between SQS and Lambda in event-driven applications."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Connect Customer Profiles",
26+
"contributor": "",
27+
"description": "This release enhances the SearchProfiles API by providing functionality to search for profiles using multiple keys and logical operators."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Managed Blockchain",
32+
"contributor": "",
33+
"description": "Updating the API docs data type: NetworkEthereumAttributes, and the operations DeleteNode, and CreateNode to also include the supported Goerli network."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Relational Database Service",
38+
"contributor": "",
39+
"description": "This release adds support for restoring an RDS Multi-AZ DB cluster snapshot to a Single-AZ deployment or a Multi-AZ DB instance deployment."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "Amazon WorkDocs",
44+
"contributor": "",
45+
"description": "Added 2 new document related operations, DeleteDocumentVersion and RestoreDocumentVersions."
46+
}
47+
]
48+
}

.changes/next-release/feature-AWSLakeFormation-52520ab.json

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

.changes/next-release/feature-AWSProton-1889b70.json

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

.changes/next-release/feature-AWSXRay-953e359.json

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

.changes/next-release/feature-AmazonConnectCustomerProfiles-e891a28.json

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

.changes/next-release/feature-AmazonManagedBlockchain-860e068.json

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

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

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

.changes/next-release/feature-AmazonWorkDocs-e68e615.json

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

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# __2.18.17__ __2022-11-14__
2+
## __AWS Lake Formation__
3+
- ### Features
4+
- This release adds a new parameter "Parameters" in the DataLakeSettings.
5+
6+
## __AWS Proton__
7+
- ### Features
8+
- Add support for CodeBuild Provisioning
9+
10+
## __AWS X-Ray__
11+
- ### Features
12+
- This release enhances GetServiceGraph API to support new type of edge to represent links between SQS and Lambda in event-driven applications.
13+
14+
## __Amazon Connect Customer Profiles__
15+
- ### Features
16+
- This release enhances the SearchProfiles API by providing functionality to search for profiles using multiple keys and logical operators.
17+
18+
## __Amazon Managed Blockchain__
19+
- ### Features
20+
- Updating the API docs data type: NetworkEthereumAttributes, and the operations DeleteNode, and CreateNode to also include the supported Goerli network.
21+
22+
## __Amazon Relational Database Service__
23+
- ### Features
24+
- This release adds support for restoring an RDS Multi-AZ DB cluster snapshot to a Single-AZ deployment or a Multi-AZ DB instance deployment.
25+
26+
## __Amazon WorkDocs__
27+
- ### Features
28+
- Added 2 new document related operations, DeleteDocumentVersion and RestoreDocumentVersions.
29+
130
# __2.18.16__ __2022-11-11__
231
## __AWS Glue__
332
- ### Features

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To automatically manage module versions (currently all modules have the same ver
5252
<dependency>
5353
<groupId>software.amazon.awssdk</groupId>
5454
<artifactId>bom</artifactId>
55-
<version>2.18.16</version>
55+
<version>2.18.17</version>
5656
<type>pom</type>
5757
<scope>import</scope>
5858
</dependency>
@@ -86,12 +86,12 @@ Alternatively you can add dependencies for the specific services you use only:
8686
<dependency>
8787
<groupId>software.amazon.awssdk</groupId>
8888
<artifactId>ec2</artifactId>
89-
<version>2.18.16</version>
89+
<version>2.18.17</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.18.16</version>
94+
<version>2.18.17</version>
9595
</dependency>
9696
```
9797

@@ -103,7 +103,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please
103103
<dependency>
104104
<groupId>software.amazon.awssdk</groupId>
105105
<artifactId>aws-sdk-java</artifactId>
106-
<version>2.18.16</version>
106+
<version>2.18.17</version>
107107
</dependency>
108108
```
109109

0 commit comments

Comments
 (0)