Skip to content

Commit 092a3e9

Browse files
author
AWS
committed
Release 2.17.150. Updated CHANGELOG.md, README.md and all pom.xml.
1 parent dbd57fe commit 092a3e9

File tree

373 files changed

+485
-434
lines changed

Some content is hidden

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

373 files changed

+485
-434
lines changed

.changes/2.17.150.json

+78
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
{
2+
"version": "2.17.150",
3+
"date": "2022-03-15",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Amazon Keyspaces",
8+
"contributor": "",
9+
"description": "Fixing formatting issues in CLI and SDK documentation"
10+
},
11+
{
12+
"type": "feature",
13+
"category": "S3 Transfer Manager",
14+
"contributor": "",
15+
"description": "Add Copy support to S3 Transfer Manager"
16+
},
17+
{
18+
"type": "bugfix",
19+
"category": "AWS SDK for Java v2",
20+
"contributor": "",
21+
"description": "Fixed an issue where NPE could be thrown when a request failed before API call timer started"
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Elastic Compute Cloud",
26+
"contributor": "",
27+
"description": "Adds the Cascade parameter to the DeleteIpam API. Customers can use this parameter to automatically delete their IPAM, including non-default scopes, pools, cidrs, and allocations. There mustn't be any pools provisioned in the default public scope to use this parameter."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS Data Exchange",
32+
"contributor": "",
33+
"description": "This feature enables data providers to use the RevokeRevision operation to revoke subscriber access to a given revision. Subscribers are unable to interact with assets within a revoked revision."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "AWS RoboMaker",
38+
"contributor": "",
39+
"description": "This release deprecates ROS, Ubuntu and Gazbeo from RoboMaker Simulation Service Software Suites in favor of user-supplied containers and Relaxed Software Suites."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "AWS SDK for Java v2",
44+
"contributor": "",
45+
"description": "Bump CRT version to `0.15.23`."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon Cognito Identity Provider",
50+
"contributor": "",
51+
"description": "Updated EmailConfigurationType and SmsConfigurationType to reflect that you can now choose Amazon SES and Amazon SNS resources in the same Region."
52+
},
53+
{
54+
"type": "feature",
55+
"category": "AWS SDK for Java v2",
56+
"contributor": "",
57+
"description": "Bump up crt version from 0.15.15 tp 0.15.22"
58+
},
59+
{
60+
"type": "feature",
61+
"category": "Amazon Location Service",
62+
"contributor": "",
63+
"description": "New HERE style \"VectorHereExplore\" and \"VectorHereExploreTruck\"."
64+
},
65+
{
66+
"type": "feature",
67+
"category": "Amazon EC2 Container Service",
68+
"contributor": "",
69+
"description": "Documentation only update to address tickets"
70+
},
71+
{
72+
"type": "feature",
73+
"category": "Amazon Relational Database Service",
74+
"contributor": "",
75+
"description": "Various documentation improvements"
76+
}
77+
]
78+
}

.changes/next-release/bugfix-AWSSDKforJavav2-6e30c31.json

-6
This file was deleted.

.changes/next-release/feature-AWSDataExchange-8c40a4e.json

-6
This file was deleted.

.changes/next-release/feature-AWSRoboMaker-eca0804.json

-6
This file was deleted.

.changes/next-release/feature-AWSSDKforJavav2-00e99af.json

-6
This file was deleted.

.changes/next-release/feature-AWSSDKforJavav2-f914d9d.json

-6
This file was deleted.

.changes/next-release/feature-AmazonCognitoIdentityProvider-97fa7cf.json

-6
This file was deleted.

.changes/next-release/feature-AmazonEC2ContainerService-6608dc3.json

-6
This file was deleted.

.changes/next-release/feature-AmazonElasticComputeCloud-52d90ce.json

-6
This file was deleted.

.changes/next-release/feature-AmazonKeyspaces-b5e3519.json

-6
This file was deleted.

.changes/next-release/feature-AmazonLocationService-469ab8b.json

-6
This file was deleted.

.changes/next-release/feature-AmazonRelationalDatabaseService-7bd0b8e.json

-6
This file was deleted.

.changes/next-release/feature-AmazonS3-84ad360.json

-6
This file was deleted.

CHANGELOG.md

+45
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
1+
# __2.17.150__ __2022-03-15__
2+
## __AWS Data Exchange__
3+
- ### Features
4+
- This feature enables data providers to use the RevokeRevision operation to revoke subscriber access to a given revision. Subscribers are unable to interact with assets within a revoked revision.
5+
6+
## __AWS RoboMaker__
7+
- ### Features
8+
- This release deprecates ROS, Ubuntu and Gazbeo from RoboMaker Simulation Service Software Suites in favor of user-supplied containers and Relaxed Software Suites.
9+
10+
## __AWS SDK for Java v2__
11+
- ### Features
12+
- Bump CRT version to `0.15.23`.
13+
- Bump up crt version from 0.15.15 tp 0.15.22
14+
15+
- ### Bugfixes
16+
- Fixed an issue where NPE could be thrown when a request failed before API call timer started
17+
18+
## __Amazon Cognito Identity Provider__
19+
- ### Features
20+
- Updated EmailConfigurationType and SmsConfigurationType to reflect that you can now choose Amazon SES and Amazon SNS resources in the same Region.
21+
22+
## __Amazon EC2 Container Service__
23+
- ### Features
24+
- Documentation only update to address tickets
25+
26+
## __Amazon Elastic Compute Cloud__
27+
- ### Features
28+
- Adds the Cascade parameter to the DeleteIpam API. Customers can use this parameter to automatically delete their IPAM, including non-default scopes, pools, cidrs, and allocations. There mustn't be any pools provisioned in the default public scope to use this parameter.
29+
30+
## __Amazon Keyspaces__
31+
- ### Features
32+
- Fixing formatting issues in CLI and SDK documentation
33+
34+
## __Amazon Location Service__
35+
- ### Features
36+
- New HERE style "VectorHereExplore" and "VectorHereExploreTruck".
37+
38+
## __Amazon Relational Database Service__
39+
- ### Features
40+
- Various documentation improvements
41+
42+
## __S3 Transfer Manager__
43+
- ### Features
44+
- Add Copy support to S3 Transfer Manager
45+
146
# __2.17.149__ __2022-03-14__
247
## __AWS Config__
348
- ### Features

README.md

+4-4
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.149</version>
55+
<version>2.17.150</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.149</version>
89+
<version>2.17.150</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.17.149</version>
94+
<version>2.17.150</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.149</version>
106+
<version>2.17.150</version>
107107
</dependency>
108108
```
109109

archetypes/archetype-app-quickstart/pom.xml

+1-1
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.150-SNAPSHOT</version>
23+
<version>2.17.150</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

archetypes/archetype-lambda/pom.xml

+1-1
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.150-SNAPSHOT</version>
23+
<version>2.17.150</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetype-lambda</artifactId>

archetypes/archetype-tools/pom.xml

+1-1
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.150-SNAPSHOT</version>
23+
<version>2.17.150</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

archetypes/pom.xml

+1-1
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.150-SNAPSHOT</version>
23+
<version>2.17.150</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetypes</artifactId>

aws-sdk-java/pom.xml

+1-1
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.150-SNAPSHOT</version>
20+
<version>2.17.150</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>

bom-internal/pom.xml

+1-1
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.150-SNAPSHOT</version>
23+
<version>2.17.150</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

bom/pom.xml

+1-1
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.150-SNAPSHOT</version>
20+
<version>2.17.150</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>

bundle/pom.xml

+1-1
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.17.150-SNAPSHOT</version>
24+
<version>2.17.150</version>
2525
</parent>
2626
<artifactId>bundle</artifactId>
2727
<packaging>jar</packaging>

codegen-lite-maven-plugin/pom.xml

+1-1
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.17.150-SNAPSHOT</version>
25+
<version>2.17.150</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-lite-maven-plugin</artifactId>

codegen-lite/pom.xml

+1-1
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.17.150-SNAPSHOT</version>
24+
<version>2.17.150</version>
2525
</parent>
2626
<artifactId>codegen-lite</artifactId>
2727
<name>AWS Java SDK :: Code Generator Lite</name>

codegen-maven-plugin/pom.xml

+1-1
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.17.150-SNAPSHOT</version>
25+
<version>2.17.150</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-maven-plugin</artifactId>

codegen/pom.xml

+1-1
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.17.150-SNAPSHOT</version>
24+
<version>2.17.150</version>
2525
</parent>
2626
<artifactId>codegen</artifactId>
2727
<name>AWS Java SDK :: Code Generator</name>

core/annotations/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>core</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.17.150-SNAPSHOT</version>
23+
<version>2.17.150</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/arns/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>core</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.17.150-SNAPSHOT</version>
23+
<version>2.17.150</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/auth-crt/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>core</artifactId>
25-
<version>2.17.150-SNAPSHOT</version>
25+
<version>2.17.150</version>
2626
</parent>
2727

2828
<artifactId>auth-crt</artifactId>

core/auth/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>core</artifactId>
25-
<version>2.17.150-SNAPSHOT</version>
25+
<version>2.17.150</version>
2626
</parent>
2727

2828
<artifactId>auth</artifactId>

core/aws-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>software.amazon.awssdk</groupId>
2424
<artifactId>core</artifactId>
25-
<version>2.17.150-SNAPSHOT</version>
25+
<version>2.17.150</version>
2626
</parent>
2727

2828
<artifactId>aws-core</artifactId>

0 commit comments

Comments
 (0)