Skip to content

Commit 67ca346

Browse files
Merge pull request #2118 from aws/staging/0ddcfee7-c54b-4f14-a09e-8160a981a11b
Pull request: release <- staging/0ddcfee7-c54b-4f14-a09e-8160a981a11b
2 parents 494c102 + 5d4aabc commit 67ca346

File tree

380 files changed

+3551
-378
lines changed

Some content is hidden

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

380 files changed

+3551
-378
lines changed

.changes/2.17.251.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"version": "2.17.251",
3+
"date": "2022-08-11",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Backup Storage",
8+
"contributor": "",
9+
"description": "This is the first public release of AWS Backup Storage. We are exposing some previously-internal APIs for use by external services. These APIs are not meant to be used directly by customers."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Glue",
14+
"contributor": "",
15+
"description": "Add support for Python 3.9 AWS Glue Python Shell jobs"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Private 5G",
20+
"contributor": "",
21+
"description": "This is the initial SDK release for AWS Private 5G. AWS Private 5G is a managed service that makes it easy to deploy, operate, and scale your own private mobile network at your on-premises location."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS SDK for Java v2",
26+
"contributor": "",
27+
"description": "Updated service endpoint metadata."
28+
}
29+
]
30+
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# __2.17.251__ __2022-08-11__
2+
## __AWS Backup Storage__
3+
- ### Features
4+
- This is the first public release of AWS Backup Storage. We are exposing some previously-internal APIs for use by external services. These APIs are not meant to be used directly by customers.
5+
6+
## __AWS Glue__
7+
- ### Features
8+
- Add support for Python 3.9 AWS Glue Python Shell jobs
9+
10+
## __AWS Private 5G__
11+
- ### Features
12+
- This is the initial SDK release for AWS Private 5G. AWS Private 5G is a managed service that makes it easy to deploy, operate, and scale your own private mobile network at your on-premises location.
13+
14+
## __AWS SDK for Java v2__
15+
- ### Features
16+
- Updated service endpoint metadata.
17+
118
# __2.17.250__ __2022-08-10__
219
## __Amazon Data Lifecycle Manager__
320
- ### Features

README.md

Lines changed: 11 additions & 7 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.17.250</version>
55+
<version>2.17.251</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.17.250</version>
89+
<version>2.17.251</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.17.250</version>
94+
<version>2.17.251</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.17.250</version>
106+
<version>2.17.251</version>
107107
</dependency>
108108
```
109109

@@ -143,18 +143,22 @@ You can find sample code for v2 in the following places:
143143
* Integration tests in this repo. They are located in the `it` directory under each service module, eg: [s3-integration-tests]
144144

145145
## Maintenance and Support for SDK Major Versions
146-
For information about maintenance and support for SDK major versions and their underlying dependencies, see the following in the AWS SDKs and Tools Shared Configuration and Credentials Reference Guide:
146+
For information about maintenance and support for SDK major versions and their underlying dependencies, see the following in the AWS SDKs and Tools Reference Guide:
147147

148148
* [AWS SDKs and Tools Maintenance Policy][maintenance-policy]
149149
* [AWS SDKs and Tools Version Support Matrix][version-matrix]
150150

151+
## Maintenance and Support for Java Versions
152+
153+
We maintain full support on Long-Term Support(LTS) releases: Java 8, Java 11, and Java 17.
154+
151155
## Giving Feedback
152156
We need your help in making this SDK great. Please participate in the community and contribute to this effort by submitting issues, participating in discussion forums and submitting pull requests through the following channels:
153157

154-
* Submit [issues][sdk-issues] - this is the preferred channel to interact with our team
155-
* Come join the AWS Java community chat on [Gitter][gitter]
158+
* Submit [issues][sdk-issues] - this is the **preferred** channel to interact with our team
156159
* Articulate your feature request or upvote existing ones on our [Issues][features] page
157160
* Send feedback directly to the team at [email protected]
161+
* Come join the AWS Java community chat on [Gitter][gitter]
158162

159163
[aws-iam-credentials]: http://docs.aws.amazon.com/sdk-for-java/v2/developer-guide/java-dg-roles.html
160164
[aws]: http://aws.amazon.com/

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

aws-sdk-java/pom.xml

Lines changed: 11 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.17.250</version>
20+
<version>2.17.251</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>
@@ -1568,6 +1568,16 @@ Amazon AutoScaling, etc).</description>
15681568
<artifactId>licensemanagerusersubscriptions</artifactId>
15691569
<version>${awsjavasdk.version}</version>
15701570
</dependency>
1571+
<dependency>
1572+
<groupId>software.amazon.awssdk</groupId>
1573+
<artifactId>backupstorage</artifactId>
1574+
<version>${awsjavasdk.version}</version>
1575+
</dependency>
1576+
<dependency>
1577+
<groupId>software.amazon.awssdk</groupId>
1578+
<artifactId>privatenetworks</artifactId>
1579+
<version>${awsjavasdk.version}</version>
1580+
</dependency>
15711581
</dependencies>
15721582
<build>
15731583
<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.17.250</version>
23+
<version>2.17.251</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

bom/pom.xml

Lines changed: 11 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.17.250</version>
20+
<version>2.17.251</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>
@@ -1708,6 +1708,16 @@
17081708
<artifactId>licensemanagerusersubscriptions</artifactId>
17091709
<version>${awsjavasdk.version}</version>
17101710
</dependency>
1711+
<dependency>
1712+
<groupId>software.amazon.awssdk</groupId>
1713+
<artifactId>backupstorage</artifactId>
1714+
<version>${awsjavasdk.version}</version>
1715+
</dependency>
1716+
<dependency>
1717+
<groupId>software.amazon.awssdk</groupId>
1718+
<artifactId>privatenetworks</artifactId>
1719+
<version>${awsjavasdk.version}</version>
1720+
</dependency>
17111721
</dependencies>
17121722
</dependencyManagement>
17131723
</project>

0 commit comments

Comments
 (0)