Skip to content

Commit 661d15d

Browse files
Merge pull request #1068 from aws/staging/347970f5-ef30-42cd-a9d2-139e73cb900e
Pull request: release <- staging/347970f5-ef30-42cd-a9d2-139e73cb900e
2 parents ad7c19b + 744a3cb commit 661d15d

File tree

309 files changed

+3262
-709
lines changed

Some content is hidden

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

309 files changed

+3262
-709
lines changed

.changes/2.15.39.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"version": "2.15.39",
3+
"date": "2020-12-03",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS License Manager",
8+
"contributor": "",
9+
"description": "AWS License Manager enables managed entitlements for AWS customers and Software Vendors (ISV). You can track and distribute license entitlements from AWS Marketplace and supported ISVs."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS Batch",
14+
"contributor": "",
15+
"description": "This release adds support for customer to run Batch Jobs on ECS Fargate, the serverless compute engine built for containers on AWS. Customer can also propagate Job and Job Definition Tags to ECS Task."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS SDK for Java v2",
20+
"contributor": "",
21+
"description": "Updated service endpoint metadata."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AmplifyBackend",
26+
"contributor": "",
27+
"description": "Regular documentation updates."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS Compute Optimizer",
32+
"contributor": "",
33+
"description": "This release enables AWS Compute Optimizer to analyze and generate optimization recommendations for EBS volumes that are attached to instances."
34+
}
35+
]
36+
}

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# __2.15.39__ __2020-12-03__
2+
## __AWS Batch__
3+
- ### Features
4+
- This release adds support for customer to run Batch Jobs on ECS Fargate, the serverless compute engine built for containers on AWS. Customer can also propagate Job and Job Definition Tags to ECS Task.
5+
6+
## __AWS Compute Optimizer__
7+
- ### Features
8+
- This release enables AWS Compute Optimizer to analyze and generate optimization recommendations for EBS volumes that are attached to instances.
9+
10+
## __AWS License Manager__
11+
- ### Features
12+
- AWS License Manager enables managed entitlements for AWS customers and Software Vendors (ISV). You can track and distribute license entitlements from AWS Marketplace and supported ISVs.
13+
14+
## __AWS SDK for Java v2__
15+
- ### Features
16+
- Updated service endpoint metadata.
17+
18+
## __AmplifyBackend__
19+
- ### Features
20+
- Regular documentation updates.
21+
122
# __2.15.38__ __2020-12-01__
223
## __AWS SDK for Java v2__
324
- ### Features

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To automatically manage module versions (currently all modules have the same ver
4949
<dependency>
5050
<groupId>software.amazon.awssdk</groupId>
5151
<artifactId>bom</artifactId>
52-
<version>2.15.38</version>
52+
<version>2.15.39</version>
5353
<type>pom</type>
5454
<scope>import</scope>
5555
</dependency>
@@ -83,12 +83,12 @@ Alternatively you can add dependencies for the specific services you use only:
8383
<dependency>
8484
<groupId>software.amazon.awssdk</groupId>
8585
<artifactId>ec2</artifactId>
86-
<version>2.15.38</version>
86+
<version>2.15.39</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>software.amazon.awssdk</groupId>
9090
<artifactId>s3</artifactId>
91-
<version>2.15.38</version>
91+
<version>2.15.39</version>
9292
</dependency>
9393
```
9494

@@ -100,7 +100,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please
100100
<dependency>
101101
<groupId>software.amazon.awssdk</groupId>
102102
<artifactId>aws-sdk-java</artifactId>
103-
<version>2.15.38</version>
103+
<version>2.15.39</version>
104104
</dependency>
105105
```
106106

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.15.38</version>
23+
<version>2.15.39</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetype-lambda</artifactId>

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

aws-sdk-java/pom.xml

Lines changed: 1 addition & 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.15.38</version>
20+
<version>2.15.39</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>

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

bom/pom.xml

Lines changed: 1 addition & 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.15.38</version>
20+
<version>2.15.39</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>

build-tools/src/main/resources/software/amazon/awssdk/checkstyle-suppressions.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,7 @@
4747
<suppress checks="Regexp"
4848
files=".*ClassLoaderHelper\.java$"/>
4949

50+
<!-- Ignore usage of sslContext.newHandler for NettyUtils.!-->
51+
<suppress checks="Regexp"
52+
files=".*NettyUtils\.java$"/>
5053
</suppressions>

build-tools/src/main/resources/software/amazon/awssdk/checkstyle.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,16 @@
365365
<property name="ignoreComments" value="true"/>
366366
</module>
367367

368+
<!-- Checks that we don't use sslContext.newHandler directly -->
369+
<module name="Regexp">
370+
<property name="format" value="\sslContext.newHandler\b"/>
371+
<property name="illegalPattern" value="true"/>
372+
<property name="message"
373+
value="Don't use sslContext.newHandler directly, use NettyUtils.newSslHandler instead"/>
374+
<property name="ignoreComments" value="true"/>
375+
</module>
376+
377+
368378
<!-- Checks that we don't use AttributeKey.newInstance directly -->
369379
<module name="Regexp">
370380
<property name="format" value="AttributeKey\.newInstance"/>

0 commit comments

Comments
 (0)