Skip to content

Commit 3164595

Browse files
author
AWS
committed
Update to next snapshot version 2.0.0-preview-14-SNAPSHOT
1 parent 69e57a6 commit 3164595

File tree

178 files changed

+273
-231
lines changed

Some content is hidden

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

178 files changed

+273
-231
lines changed

.changes/2.0.0-preview-13.json

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
{
2+
"date": "2018-11-13",
3+
"version": "2.0.0-preview-13",
4+
"entries": [
5+
{
6+
"category": "AWS SDK for Java v2",
7+
"type": "feature",
8+
"description": "Add apiCallTimeout and apiCallAttemptTimeout feature for synchronous calls."
9+
},
10+
{
11+
"category": "core",
12+
"type": "feature",
13+
"description": "Apache HttpClient 4.5.5 -> 4.5.6"
14+
},
15+
{
16+
"category": "AWS SDK for Java v2",
17+
"type": "feature",
18+
"description": "upgrade maven-bundle-plugin -> 4.0.0"
19+
},
20+
{
21+
"category": "AWS Security Token Service",
22+
"type": "feature",
23+
"description": "Added supplier functionality to StsAssumeRoleWithSamlCredentialProvider. This allows for the saml assertion to be refreshed before getting new credentials from STS."
24+
},
25+
{
26+
"category": "Apache HTTP Client",
27+
"type": "feature",
28+
"description": "Add support for idle connection reaping."
29+
},
30+
{
31+
"category": "Amazon S3",
32+
"type": "feature",
33+
"description": "Add support for automatically decoding URL-encoded parts of the ListObjects and ListObjectsV2 responses. See https://docs.aws.amazon.com/AmazonS3/latest/API/v2-RESTBucketGET.html and https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGET.html."
34+
},
35+
{
36+
"category": "Amazon S3",
37+
"type": "bugfix",
38+
"description": "Update S3 `EndpointAddressInterceptor` to honor request protocol."
39+
},
40+
{
41+
"category": "AWS Step Function",
42+
"type": "removal",
43+
"description": "Remove AWS Step Function high level library for now. We will add them in the future."
44+
},
45+
{
46+
"category": "AWS SDK for Java v2",
47+
"type": "feature",
48+
"description": "Add `Automatic-Module-Name` manifest entry."
49+
},
50+
{
51+
"category": "AWS SDK for Java v2",
52+
"type": "feature",
53+
"description": "Guava 23.0 -> 26.0"
54+
},
55+
{
56+
"category": "AWS SDK for Java v2",
57+
"type": "feature",
58+
"description": "Add `AwsResponseMetadata` support to allow users to retrieve metadata information such as `requestId`, `extendedRequestId` from the response. see [#670](https://github.com/aws/aws-sdk-java-v2/issues/670)"
59+
},
60+
{
61+
"category": "AWS SDK for Java v2",
62+
"type": "bugfix",
63+
"description": "Attach `SdkHttpResponse` to the responses of event streaming operations."
64+
},
65+
{
66+
"category": "core",
67+
"type": "feature",
68+
"description": "Netty 4.1.28 -> 4.1.30"
69+
}
70+
]
71+
}

.changes/next-release/bugfix-AWSSDKforJavav2-7b7c331.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/bugfix-AWSSDKforJavav2-fe9f4e3.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/bugfix-AmazonS3-13e2ee3.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/bugfix-core-33ab264.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/feature-AWSSDKforJavav2-558f1ff.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/feature-AWSSDKforJavav2-960e4da.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

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

Lines changed: 0 additions & 5 deletions
This file was deleted.

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

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/feature-AWSSecurityTokenService-cdd6371.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/feature-AmazonS3-6e7616f.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/feature-ApacheHTTPClient-fa9710f.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/feature-core-8700261.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/removal-AWSStepFunction-4f207f3.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
# __2.0.0-preview-13__ __2018-11-13__
2+
## __AWS SDK for Java v2__
3+
- ### Features
4+
- Add `Automatic-Module-Name` manifest entry.
5+
- Add `AwsResponseMetadata` support to allow users to retrieve metadata information such as `requestId`, `extendedRequestId` from the response. see [#670](https://github.com/aws/aws-sdk-java-v2/issues/670)
6+
- Add apiCallTimeout and apiCallAttemptTimeout feature for synchronous calls.
7+
- Guava 23.0 -> 26.0
8+
- upgrade maven-bundle-plugin -> 4.0.0
9+
10+
- ### Bugfixes
11+
- Attach `SdkHttpResponse` to the responses of event streaming operations.
12+
13+
## __AWS Security Token Service__
14+
- ### Features
15+
- Added supplier functionality to StsAssumeRoleWithSamlCredentialProvider. This allows for the saml assertion to be refreshed before getting new credentials from STS.
16+
17+
## __AWS Step Function__
18+
- ### Removals
19+
- Remove AWS Step Function high level library for now. We will add them in the future.
20+
21+
## __Amazon S3__
22+
- ### Features
23+
- Add support for automatically decoding URL-encoded parts of the ListObjects and ListObjectsV2 responses. See https://docs.aws.amazon.com/AmazonS3/latest/API/v2-RESTBucketGET.html and https://docs.aws.amazon.com/AmazonS3/latest/API/RESTBucketGET.html.
24+
25+
- ### Bugfixes
26+
- Update S3 `EndpointAddressInterceptor` to honor request protocol.
27+
28+
## __Apache HTTP Client__
29+
- ### Features
30+
- Add support for idle connection reaping.
31+
32+
## __core__
33+
- ### Features
34+
- Apache HttpClient 4.5.5 -> 4.5.6
35+
- Netty 4.1.28 -> 4.1.30
36+
137
# __2.0.0-preview-12__ __2018-09-18__
238
## __AWS SDK for Java v2__
339
- ### Features

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ You can import the whole SDK into your project (includes all services) as follow
4444
<dependency>
4545
<groupId>software.amazon.awssdk</groupId>
4646
<artifactId>aws-sdk-java</artifactId>
47-
<version>2.0.0-preview-12</version>
47+
<version>2.0.0-preview-13</version>
4848
</dependency>
4949
```
5050

@@ -56,12 +56,12 @@ Alternatively you can add dependencies for the specific services you use only:
5656
<dependency>
5757
<groupId>software.amazon.awssdk</groupId>
5858
<artifactId>ec2</artifactId>
59-
<version>2.0.0-preview-12</version>
59+
<version>2.0.0-preview-13</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>software.amazon.awssdk</groupId>
6363
<artifactId>s3</artifactId>
64-
<version>2.0.0-preview-12</version>
64+
<version>2.0.0-preview-13</version>
6565
</dependency>
6666
```
6767

@@ -75,7 +75,7 @@ To automatically manage module versions (currently all modules have the same ver
7575
<dependency>
7676
<groupId>software.amazon.awssdk</groupId>
7777
<artifactId>bom</artifactId>
78-
<version>2.0.0-preview-12</version>
78+
<version>2.0.0-preview-13</version>
7979
<type>pom</type>
8080
<scope>import</scope>
8181
</dependency>

aws-sdk-java/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.0.0-preview-13-SNAPSHOT</version>
24+
<version>2.0.0-preview-14-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727
<artifactId>aws-sdk-java</artifactId>

bom/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.0.0-preview-13-SNAPSHOT</version>
24+
<version>2.0.0-preview-14-SNAPSHOT</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

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.0.0-preview-13-SNAPSHOT</version>
24+
<version>2.0.0-preview-14-SNAPSHOT</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
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>software.amazon.awssdk</groupId>
99
<artifactId>aws-sdk-java-pom</artifactId>
10-
<version>2.0.0-preview-13-SNAPSHOT</version>
10+
<version>2.0.0-preview-14-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313
<artifactId>codegen-lite-maven-plugin</artifactId>

codegen-lite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>software.amazon.awssdk</groupId>
88
<artifactId>aws-sdk-java-pom</artifactId>
9-
<version>2.0.0-preview-13-SNAPSHOT</version>
9+
<version>2.0.0-preview-14-SNAPSHOT</version>
1010
</parent>
1111
<artifactId>codegen-lite</artifactId>
1212
<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.0.0-preview-13-SNAPSHOT</version>
25+
<version>2.0.0-preview-14-SNAPSHOT</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.0.0-preview-13-SNAPSHOT</version>
24+
<version>2.0.0-preview-14-SNAPSHOT</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
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>core</artifactId>
77
<groupId>software.amazon.awssdk</groupId>
8-
<version>2.0.0-preview-13-SNAPSHOT</version>
8+
<version>2.0.0-preview-14-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

core/auth/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>software.amazon.awssdk</groupId>
99
<artifactId>core</artifactId>
10-
<version>2.0.0-preview-13-SNAPSHOT</version>
10+
<version>2.0.0-preview-14-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>auth</artifactId>

core/aws-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>software.amazon.awssdk</groupId>
99
<artifactId>core</artifactId>
10-
<version>2.0.0-preview-13-SNAPSHOT</version>
10+
<version>2.0.0-preview-14-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>aws-core</artifactId>

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.0.0-preview-13-SNAPSHOT</version>
24+
<version>2.0.0-preview-14-SNAPSHOT</version>
2525
</parent>
2626

2727
<artifactId>core</artifactId>

core/profiles/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.0.0-preview-13-SNAPSHOT</version>
25+
<version>2.0.0-preview-14-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>profiles</artifactId>

core/protocols/aws-cbor-protocol/pom.xml

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

core/protocols/aws-ion-protocol/pom.xml

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

core/protocols/aws-json-protocol/pom.xml

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

core/protocols/aws-query-protocol/pom.xml

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

core/protocols/aws-xml-protocol/pom.xml

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

core/protocols/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.0.0-preview-13-SNAPSHOT</version>
8+
<version>2.0.0-preview-14-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

core/protocols/protocol-core/pom.xml

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

0 commit comments

Comments
 (0)