Skip to content

Commit bf3fe5c

Browse files
Merge pull request #858 from aws/staging/8f43e0d7-b401-409e-81ea-21882184b821
Pull request: release <- staging/8f43e0d7-b401-409e-81ea-21882184b821
2 parents cb74f6c + b23b986 commit bf3fe5c

File tree

274 files changed

+482
-280
lines changed

Some content is hidden

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

274 files changed

+482
-280
lines changed

Diff for: .changes/2.13.25.json

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"version": "2.13.25",
3+
"date": "2020-05-27",
4+
"entries": [
5+
{
6+
"type": "bugfix",
7+
"category": "Amazon S3",
8+
"description": "Check the `x-amz-content-range` header for `GetObject` responses when the `Content-Range` header is not returned by the service. Fixes [#1209](https://github.com/aws/aws-sdk-java-v2/issues/1209)."
9+
},
10+
{
11+
"type": "feature",
12+
"category": "Elastic Load Balancing",
13+
"description": "This release added support for HTTP/2 ALPN preference lists for Network Load Balancers"
14+
},
15+
{
16+
"type": "feature",
17+
"category": "AWS SDK for Java v2",
18+
"description": "Updated service endpoint metadata."
19+
},
20+
{
21+
"type": "feature",
22+
"category": "Amazon GuardDuty",
23+
"description": "Documentation updates for GuardDuty"
24+
}
25+
]
26+
}

Diff for: CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# __2.13.25__ __2020-05-27__
2+
## __AWS SDK for Java v2__
3+
- ### Features
4+
- Updated service endpoint metadata.
5+
6+
## __Amazon GuardDuty__
7+
- ### Features
8+
- Documentation updates for GuardDuty
9+
10+
## __Amazon S3__
11+
- ### Bugfixes
12+
- Check the `x-amz-content-range` header for `GetObject` responses when the `Content-Range` header is not returned by the service. Fixes [#1209](https://github.com/aws/aws-sdk-java-v2/issues/1209).
13+
14+
## __Elastic Load Balancing__
15+
- ### Features
16+
- This release added support for HTTP/2 ALPN preference lists for Network Load Balancers
17+
118
# __2.13.24__ __2020-05-26__
219
## __AWS SDK for Java v2__
320
- ### Features

Diff for: README.md

+4-4
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.13.24</version>
52+
<version>2.13.25</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.13.24</version>
86+
<version>2.13.25</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>software.amazon.awssdk</groupId>
9090
<artifactId>s3</artifactId>
91-
<version>2.13.24</version>
91+
<version>2.13.25</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.13.24</version>
103+
<version>2.13.25</version>
104104
</dependency>
105105
```
106106

Diff for: 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.13.24</version>
23+
<version>2.13.25</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetype-lambda</artifactId>

Diff for: 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.13.24</version>
23+
<version>2.13.25</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetypes</artifactId>

Diff for: 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.13.24</version>
20+
<version>2.13.25</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>aws-sdk-java</artifactId>

Diff for: 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.13.24</version>
23+
<version>2.13.25</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

Diff for: 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.13.24</version>
20+
<version>2.13.25</version>
2121
<relativePath>../pom.xml</relativePath>
2222
</parent>
2323
<artifactId>bom</artifactId>

Diff for: 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.13.24</version>
24+
<version>2.13.25</version>
2525
</parent>
2626
<artifactId>bundle</artifactId>
2727
<packaging>jar</packaging>

Diff for: 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.13.24</version>
25+
<version>2.13.25</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-lite-maven-plugin</artifactId>

Diff for: 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.13.24</version>
24+
<version>2.13.25</version>
2525
</parent>
2626
<artifactId>codegen-lite</artifactId>
2727
<name>AWS Java SDK :: Code Generator Lite</name>

Diff for: 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.13.24</version>
25+
<version>2.13.25</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<artifactId>codegen-maven-plugin</artifactId>

Diff for: 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.13.24</version>
24+
<version>2.13.25</version>
2525
</parent>
2626
<artifactId>codegen</artifactId>
2727
<name>AWS Java SDK :: Code Generator</name>

Diff for: 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.13.24</version>
23+
<version>2.13.25</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

Diff for: 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.13.24</version>
23+
<version>2.13.25</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

Diff for: 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.13.24</version>
25+
<version>2.13.25</version>
2626
</parent>
2727

2828
<artifactId>auth</artifactId>

Diff for: 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.13.24</version>
25+
<version>2.13.25</version>
2626
</parent>
2727

2828
<artifactId>aws-core</artifactId>

Diff for: core/pom.xml

+1-1
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.13.24</version>
24+
<version>2.13.25</version>
2525
</parent>
2626

2727
<artifactId>core</artifactId>

Diff for: core/profiles/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.13.24</version>
25+
<version>2.13.25</version>
2626
</parent>
2727

2828
<artifactId>profiles</artifactId>

Diff for: core/protocols/aws-cbor-protocol/pom.xml

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

Diff for: core/protocols/aws-ion-protocol/pom.xml

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

Diff for: core/protocols/aws-json-protocol/pom.xml

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

Diff for: core/protocols/aws-query-protocol/pom.xml

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

Diff for: core/protocols/aws-xml-protocol/pom.xml

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

Diff for: core/protocols/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.13.24</version>
23+
<version>2.13.25</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

Diff for: core/protocols/protocol-core/pom.xml

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

Diff for: core/regions/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.13.24</version>
25+
<version>2.13.25</version>
2626
</parent>
2727

2828
<artifactId>regions</artifactId>

Diff for: core/regions/src/main/resources/software/amazon/awssdk/regions/internal/region/endpoints.json

+60-1
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,29 @@
210210
"us-west-2" : { }
211211
}
212212
},
213+
"api.detective" : {
214+
"defaults" : {
215+
"protocols" : [ "https" ]
216+
},
217+
"endpoints" : {
218+
"ap-northeast-1" : { },
219+
"ap-northeast-2" : { },
220+
"ap-south-1" : { },
221+
"ap-southeast-1" : { },
222+
"ap-southeast-2" : { },
223+
"ca-central-1" : { },
224+
"eu-central-1" : { },
225+
"eu-north-1" : { },
226+
"eu-west-1" : { },
227+
"eu-west-2" : { },
228+
"eu-west-3" : { },
229+
"sa-east-1" : { },
230+
"us-east-1" : { },
231+
"us-east-2" : { },
232+
"us-west-1" : { },
233+
"us-west-2" : { }
234+
}
235+
},
213236
"api.ecr" : {
214237
"endpoints" : {
215238
"af-south-1" : {
@@ -3343,9 +3366,40 @@
33433366
"ap-southeast-2" : { },
33443367
"ca-central-1" : { },
33453368
"eu-central-1" : { },
3369+
"eu-north-1" : { },
33463370
"eu-west-1" : { },
33473371
"eu-west-2" : { },
33483372
"eu-west-3" : { },
3373+
"fips-ca-central-1" : {
3374+
"credentialScope" : {
3375+
"region" : "ca-central-1"
3376+
},
3377+
"hostname" : "mediaconvert-fips.ca-central-1.amazonaws.com"
3378+
},
3379+
"fips-us-east-1" : {
3380+
"credentialScope" : {
3381+
"region" : "us-east-1"
3382+
},
3383+
"hostname" : "mediaconvert-fips.us-east-1.amazonaws.com"
3384+
},
3385+
"fips-us-east-2" : {
3386+
"credentialScope" : {
3387+
"region" : "us-east-2"
3388+
},
3389+
"hostname" : "mediaconvert-fips.us-east-2.amazonaws.com"
3390+
},
3391+
"fips-us-west-1" : {
3392+
"credentialScope" : {
3393+
"region" : "us-west-1"
3394+
},
3395+
"hostname" : "mediaconvert-fips.us-west-1.amazonaws.com"
3396+
},
3397+
"fips-us-west-2" : {
3398+
"credentialScope" : {
3399+
"region" : "us-west-2"
3400+
},
3401+
"hostname" : "mediaconvert-fips.us-west-2.amazonaws.com"
3402+
},
33493403
"sa-east-1" : { },
33503404
"us-east-1" : { },
33513405
"us-east-2" : { },
@@ -7244,7 +7298,12 @@
72447298
},
72457299
"mediaconvert" : {
72467300
"endpoints" : {
7247-
"us-gov-west-1" : { }
7301+
"us-gov-west-1" : {
7302+
"credentialScope" : {
7303+
"region" : "us-gov-west-1"
7304+
},
7305+
"hostname" : "mediaconvert.us-gov-west-1.amazonaws.com"
7306+
}
72487307
}
72497308
},
72507309
"metering.marketplace" : {

Diff for: core/sdk-core/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>core</artifactId>
24-
<version>2.13.24</version>
24+
<version>2.13.25</version>
2525
</parent>
2626
<artifactId>sdk-core</artifactId>
2727
<name>AWS Java SDK :: SDK Core</name>

0 commit comments

Comments
 (0)