Skip to content

Commit 263f57d

Browse files
authored
Merge pull request #1944 from aws/staging/153248e7-2207-44c5-ae62-36dce7bea260
Pull request: release <- staging/153248e7-2207-44c5-ae62-36dce7bea260
2 parents 8049aab + 7f52f49 commit 263f57d

File tree

381 files changed

+2854
-717
lines changed

Some content is hidden

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

381 files changed

+2854
-717
lines changed

.changes/2.17.137.json

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
{
2+
"version": "2.17.137",
3+
"date": "2022-02-24",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Glue DataBrew",
8+
"contributor": "",
9+
"description": "This AWS Glue Databrew release adds feature to merge job outputs into a max number of files for S3 File output type."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon Lightsail",
14+
"contributor": "",
15+
"description": "This release adds support to delete and create Lightsail default key pairs that you can use with Lightsail instances."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Firewall Management Service",
20+
"contributor": "",
21+
"description": "AWS Firewall Manager now supports the configuration of AWS Network Firewall policies with either centralized or distributed deployment models. This release also adds support for custom endpoint configuration, where you can choose which Availability Zones to create firewall endpoints in."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Transfer Family",
26+
"contributor": "",
27+
"description": "Support automatic pagination when listing AWS Transfer Family resources."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon Route 53",
32+
"contributor": "",
33+
"description": "SDK doc update for Route 53 to update some parameters with new information."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Auto Scaling",
38+
"contributor": "",
39+
"description": "You can now hibernate instances in a warm pool to stop instances without deleting their RAM contents. You can now also return instances to the warm pool on scale in, instead of always terminating capacity that you will need later."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "AWS S3 Control",
44+
"contributor": "",
45+
"description": "Amazon S3 Batch Operations adds support for new integrity checking capabilities in Amazon S3."
46+
},
47+
{
48+
"type": "feature",
49+
"category": "Amazon Simple Storage Service",
50+
"contributor": "",
51+
"description": "This release adds support for new integrity checking capabilities in Amazon S3. You can choose from four supported checksum algorithms for data integrity checking on your upload and download requests. In addition, AWS SDK can automatically calculate a checksum as it streams data into S3"
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.17.137__ __2022-02-24__
2+
## __AWS Glue DataBrew__
3+
- ### Features
4+
- This AWS Glue Databrew release adds feature to merge job outputs into a max number of files for S3 File output type.
5+
6+
## __AWS S3 Control__
7+
- ### Features
8+
- Amazon S3 Batch Operations adds support for new integrity checking capabilities in Amazon S3.
9+
10+
## __AWS Transfer Family__
11+
- ### Features
12+
- Support automatic pagination when listing AWS Transfer Family resources.
13+
14+
## __Amazon Lightsail__
15+
- ### Features
16+
- This release adds support to delete and create Lightsail default key pairs that you can use with Lightsail instances.
17+
18+
## __Amazon Route 53__
19+
- ### Features
20+
- SDK doc update for Route 53 to update some parameters with new information.
21+
22+
## __Amazon Simple Storage Service__
23+
- ### Features
24+
- This release adds support for new integrity checking capabilities in Amazon S3. You can choose from four supported checksum algorithms for data integrity checking on your upload and download requests. In addition, AWS SDK can automatically calculate a checksum as it streams data into S3
25+
26+
## __Auto Scaling__
27+
- ### Features
28+
- You can now hibernate instances in a warm pool to stop instances without deleting their RAM contents. You can now also return instances to the warm pool on scale in, instead of always terminating capacity that you will need later.
29+
30+
## __Firewall Management Service__
31+
- ### Features
32+
- AWS Firewall Manager now supports the configuration of AWS Network Firewall policies with either centralized or distributed deployment models. This release also adds support for custom endpoint configuration, where you can choose which Availability Zones to create firewall endpoints in.
33+
134
# __2.17.136__ __2022-02-23__
235
## __AWS Lambda__
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.17.136</version>
55+
<version>2.17.137</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.136</version>
89+
<version>2.17.137</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.17.136</version>
94+
<version>2.17.137</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.136</version>
106+
<version>2.17.137</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.17.136</version>
23+
<version>2.17.137</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.136</version>
23+
<version>2.17.137</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.136</version>
23+
<version>2.17.137</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.136</version>
23+
<version>2.17.137</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.17.136</version>
20+
<version>2.17.137</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>

bom-internal/pom.xml

Lines changed: 62 additions & 9 deletions
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.136</version>
23+
<version>2.17.137</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

@@ -296,13 +296,6 @@
296296
<version>${wiremock.version}</version>
297297
<scope>test</scope>
298298
</dependency>
299-
<!-- Only use wiremock instead of wiremock-jre8 when working around bugs in the newer version -->
300-
<dependency>
301-
<groupId>com.github.tomakehurst</groupId>
302-
<artifactId>wiremock</artifactId>
303-
<version>2.18.0</version>
304-
<scope>compile</scope>
305-
</dependency>
306299
<dependency>
307300
<groupId>com.google.guava</groupId>
308301
<artifactId>guava</artifactId>
@@ -410,11 +403,71 @@
410403
<type>so</type>
411404
<scope>test</scope>
412405
</dependency>
406+
<dependency>
407+
<groupId>org.eclipse.jetty</groupId>
408+
<artifactId>jetty-server</artifactId>
409+
<version>${jetty.version}</version>
410+
</dependency>
411+
<dependency>
412+
<groupId>org.eclipse.jetty</groupId>
413+
<artifactId>jetty-servlet</artifactId>
414+
<version>${jetty.version}</version>
415+
</dependency>
416+
<dependency>
417+
<groupId>org.eclipse.jetty</groupId>
418+
<artifactId>jetty-servlets</artifactId>
419+
<version>${jetty.version}</version>
420+
</dependency>
421+
<dependency>
422+
<groupId>org.eclipse.jetty</groupId>
423+
<artifactId>jetty-webapp</artifactId>
424+
<version>${jetty.version}</version>
425+
</dependency>
426+
<dependency>
427+
<groupId>org.eclipse.jetty</groupId>
428+
<artifactId>jetty-proxy</artifactId>
429+
<version>${jetty.version}</version>
430+
</dependency>
431+
<dependency>
432+
<groupId>org.eclipse.jetty</groupId>
433+
<artifactId>jetty-alpn</artifactId>
434+
<version>${jetty.version}</version>
435+
</dependency>
436+
<dependency>
437+
<groupId>org.eclipse.jetty</groupId>
438+
<artifactId>jetty-alpn-server</artifactId>
439+
<version>${jetty.version}</version>
440+
</dependency>
441+
<dependency>
442+
<groupId>org.eclipse.jetty</groupId>
443+
<artifactId>jetty-alpn-java-server</artifactId>
444+
<version>${jetty.version}</version>
445+
</dependency>
446+
<dependency>
447+
<groupId>org.eclipse.jetty</groupId>
448+
<artifactId>jetty-alpn-openjdk8-server</artifactId>
449+
<version>${jetty.version}</version>
450+
</dependency>
451+
<dependency>
452+
<groupId>org.eclipse.jetty</groupId>
453+
<artifactId>jetty-alpn-java-client</artifactId>
454+
<version>${jetty.version}</version>
455+
</dependency>
456+
<dependency>
457+
<groupId>org.eclipse.jetty</groupId>
458+
<artifactId>jetty-alpn-openjdk8-client</artifactId>
459+
<version>${jetty.version}</version>
460+
</dependency>
461+
<dependency>
462+
<groupId>org.eclipse.jetty.http2</groupId>
463+
<artifactId>http2-server</artifactId>
464+
<version>${jetty.version}</version>
465+
</dependency>
413466
<dependency>
414467
<groupId>org.codehaus.plexus</groupId>
415468
<artifactId>plexus-utils</artifactId>
416469
<version>3.0.24</version>
417-
</dependency>
470+
</dependency>
418471
</dependencies>
419472
</dependencyManagement>
420473

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.17.136</version>
20+
<version>2.17.137</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>

bundle/pom.xml

Lines changed: 1 addition & 1 deletion
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.136</version>
24+
<version>2.17.137</version>
2525
</parent>
2626
<artifactId>bundle</artifactId>
2727
<packaging>jar</packaging>

codegen-lite-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
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.136</version>
25+
<version>2.17.137</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-lite-maven-plugin</artifactId>

codegen-lite/pom.xml

Lines changed: 1 addition & 1 deletion
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.136</version>
24+
<version>2.17.137</version>
2525
</parent>
2626
<artifactId>codegen-lite</artifactId>
2727
<name>AWS Java SDK :: Code Generator Lite</name>

codegen-maven-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
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.136</version>
25+
<version>2.17.137</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-maven-plugin</artifactId>

codegen/pom.xml

Lines changed: 1 addition & 1 deletion
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.136</version>
24+
<version>2.17.137</version>
2525
</parent>
2626
<artifactId>codegen</artifactId>
2727
<name>AWS Java SDK :: Code Generator</name>

core/annotations/pom.xml

Lines changed: 1 addition & 1 deletion
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.136</version>
23+
<version>2.17.137</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/arns/pom.xml

Lines changed: 1 addition & 1 deletion
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.136</version>
23+
<version>2.17.137</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/auth-crt/pom.xml

Lines changed: 1 addition & 1 deletion
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.136</version>
25+
<version>2.17.137</version>
2626
</parent>
2727

2828
<artifactId>auth-crt</artifactId>

core/auth/pom.xml

Lines changed: 1 addition & 1 deletion
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.136</version>
25+
<version>2.17.137</version>
2626
</parent>
2727

2828
<artifactId>auth</artifactId>

core/aws-core/pom.xml

Lines changed: 1 addition & 1 deletion
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.136</version>
25+
<version>2.17.137</version>
2626
</parent>
2727

2828
<artifactId>aws-core</artifactId>

core/json-utils/pom.xml

Lines changed: 1 addition & 1 deletion
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.136</version>
23+
<version>2.17.137</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

core/metrics-spi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>core</artifactId>
77
<groupId>software.amazon.awssdk</groupId>
8-
<version>2.17.136</version>
8+
<version>2.17.137</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>aws-sdk-java-pom</artifactId>
2323
<groupId>software.amazon.awssdk</groupId>
24-
<version>2.17.136</version>
24+
<version>2.17.137</version>
2525
</parent>
2626

2727
<artifactId>core</artifactId>

0 commit comments

Comments
 (0)