Skip to content

Commit 2e7adbb

Browse files
Merge pull request #2270 from aws/staging/4b66a0ff-4184-42e7-bbc2-0147f590953c
Pull request: release <- staging/4b66a0ff-4184-42e7-bbc2-0147f590953c
2 parents f081e5b + 73ccdb1 commit 2e7adbb

File tree

418 files changed

+20480
-1093
lines changed

Some content is hidden

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

418 files changed

+20480
-1093
lines changed

.changes/2.18.27.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"version": "2.18.27",
3+
"date": "2022-11-29",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Key Management Service",
8+
"contributor": "",
9+
"description": "AWS KMS introduces the External Key Store (XKS), a new feature for customers who want to protect their data with encryption keys stored in an external key management system under their control."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS SimSpace Weaver",
14+
"contributor": "",
15+
"description": "AWS SimSpace Weaver is a new service that helps customers build spatial simulations at new levels of scale - resulting in virtual worlds with millions of dynamic entities. See the AWS SimSpace Weaver developer guide for more details on how to get started. https://docs.aws.amazon.com/simspaceweaver"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Elastic Compute Cloud",
20+
"contributor": "",
21+
"description": "This release adds support for AWS Verified Access and the Hpc6id Amazon EC2 compute optimized instance type, which features 3rd generation Intel Xeon Scalable processors."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Kinesis Firehose",
26+
"contributor": "",
27+
"description": "Allow support for the Serverless offering for Amazon OpenSearch Service as a Kinesis Data Firehose delivery destination."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Omics",
32+
"contributor": "",
33+
"description": "Amazon Omics is a new, purpose-built service that can be used by healthcare and life science organizations to store, query, and analyze omics data. The insights from that data can be used to accelerate scientific discoveries and improve healthcare."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Security Lake",
38+
"contributor": "",
39+
"description": "Amazon Security Lake automatically centralizes security data from cloud, on-premises, and custom sources into a purpose-built data lake stored in your account. Security Lake makes it easier to analyze security data, so you can improve the protection of your workloads, applications, and data"
40+
},
41+
{
42+
"type": "feature",
43+
"category": "OpenSearch Service Serverless",
44+
"contributor": "",
45+
"description": "Publish SDK for Amazon OpenSearch Serverless"
46+
},
47+
{
48+
"type": "feature",
49+
"category": "AWS SDK for Java v2",
50+
"contributor": "",
51+
"description": "Updated endpoint and partition metadata."
52+
}
53+
]
54+
}

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,36 @@
1+
# __2.18.27__ __2022-11-29__
2+
## __AWS Key Management Service__
3+
- ### Features
4+
- AWS KMS introduces the External Key Store (XKS), a new feature for customers who want to protect their data with encryption keys stored in an external key management system under their control.
5+
6+
## __AWS SDK for Java v2__
7+
- ### Features
8+
- Updated endpoint and partition metadata.
9+
10+
## __AWS SimSpace Weaver__
11+
- ### Features
12+
- AWS SimSpace Weaver is a new service that helps customers build spatial simulations at new levels of scale - resulting in virtual worlds with millions of dynamic entities. See the AWS SimSpace Weaver developer guide for more details on how to get started. https://docs.aws.amazon.com/simspaceweaver
13+
14+
## __Amazon Elastic Compute Cloud__
15+
- ### Features
16+
- This release adds support for AWS Verified Access and the Hpc6id Amazon EC2 compute optimized instance type, which features 3rd generation Intel Xeon Scalable processors.
17+
18+
## __Amazon Kinesis Firehose__
19+
- ### Features
20+
- Allow support for the Serverless offering for Amazon OpenSearch Service as a Kinesis Data Firehose delivery destination.
21+
22+
## __Amazon Omics__
23+
- ### Features
24+
- Amazon Omics is a new, purpose-built service that can be used by healthcare and life science organizations to store, query, and analyze omics data. The insights from that data can be used to accelerate scientific discoveries and improve healthcare.
25+
26+
## __Amazon Security Lake__
27+
- ### Features
28+
- Amazon Security Lake automatically centralizes security data from cloud, on-premises, and custom sources into a purpose-built data lake stored in your account. Security Lake makes it easier to analyze security data, so you can improve the protection of your workloads, applications, and data
29+
30+
## __OpenSearch Service Serverless__
31+
- ### Features
32+
- Publish SDK for Amazon OpenSearch Serverless
33+
134
# __2.18.26__ __2022-11-28__
235
## __AWS ARC - Zonal Shift__
336
- ### 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.26</version>
55+
<version>2.18.27</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.26</version>
89+
<version>2.18.27</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.18.26</version>
94+
<version>2.18.27</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.26</version>
106+
<version>2.18.27</version>
107107
</dependency>
108108
```
109109

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.18.26</version>
23+
<version>2.18.27</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.18.26</version>
23+
<version>2.18.27</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.18.26</version>
23+
<version>2.18.27</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.18.26</version>
23+
<version>2.18.27</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetypes</artifactId>

aws-sdk-java/pom.xml

Lines changed: 21 additions & 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.18.26</version>
20+
<version>2.18.27</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>
@@ -1638,6 +1638,26 @@ Amazon AutoScaling, etc).</description>
16381638
<artifactId>arczonalshift</artifactId>
16391639
<version>${awsjavasdk.version}</version>
16401640
</dependency>
1641+
<dependency>
1642+
<groupId>software.amazon.awssdk</groupId>
1643+
<artifactId>simspaceweaver</artifactId>
1644+
<version>${awsjavasdk.version}</version>
1645+
</dependency>
1646+
<dependency>
1647+
<groupId>software.amazon.awssdk</groupId>
1648+
<artifactId>securitylake</artifactId>
1649+
<version>${awsjavasdk.version}</version>
1650+
</dependency>
1651+
<dependency>
1652+
<groupId>software.amazon.awssdk</groupId>
1653+
<artifactId>opensearchserverless</artifactId>
1654+
<version>${awsjavasdk.version}</version>
1655+
</dependency>
1656+
<dependency>
1657+
<groupId>software.amazon.awssdk</groupId>
1658+
<artifactId>omics</artifactId>
1659+
<version>${awsjavasdk.version}</version>
1660+
</dependency>
16411661
</dependencies>
16421662
<build>
16431663
<finalName>${project.artifactId}-${project.version}</finalName>

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.18.26</version>
23+
<version>2.18.27</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

bom/pom.xml

Lines changed: 21 additions & 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.18.26</version>
20+
<version>2.18.27</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>
@@ -1778,6 +1778,26 @@
17781778
<artifactId>arczonalshift</artifactId>
17791779
<version>${awsjavasdk.version}</version>
17801780
</dependency>
1781+
<dependency>
1782+
<groupId>software.amazon.awssdk</groupId>
1783+
<artifactId>simspaceweaver</artifactId>
1784+
<version>${awsjavasdk.version}</version>
1785+
</dependency>
1786+
<dependency>
1787+
<groupId>software.amazon.awssdk</groupId>
1788+
<artifactId>securitylake</artifactId>
1789+
<version>${awsjavasdk.version}</version>
1790+
</dependency>
1791+
<dependency>
1792+
<groupId>software.amazon.awssdk</groupId>
1793+
<artifactId>opensearchserverless</artifactId>
1794+
<version>${awsjavasdk.version}</version>
1795+
</dependency>
1796+
<dependency>
1797+
<groupId>software.amazon.awssdk</groupId>
1798+
<artifactId>omics</artifactId>
1799+
<version>${awsjavasdk.version}</version>
1800+
</dependency>
17811801
</dependencies>
17821802
</dependencyManagement>
17831803
</project>

0 commit comments

Comments
 (0)