Skip to content

Commit 0bfbd22

Browse files
Merge pull request #596 from aws/staging/2b50e5c1-4ce1-4bb5-a12a-528fa92c741d
Pull request: release <- staging/2b50e5c1-4ce1-4bb5-a12a-528fa92c741d
2 parents d788702 + b90a24e commit 0bfbd22

File tree

372 files changed

+23126
-431
lines changed

Some content is hidden

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

372 files changed

+23126
-431
lines changed

.changes/2.7.29.json

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"version": "2.7.29",
3+
"date": "2019-08-21",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Apache HTTP Client",
8+
"description": "Enable TLS client authentication support for the Apache HTTP Client by allowing customers to specify a `TlsKeyManagersProvider` on the builder. The `KeyManger`s provided will be used when the remote server wants to authenticate the client."
9+
},
10+
{
11+
"type": "feature",
12+
"category": "Amazon Personalize Runtime",
13+
"description": "Increased limits on number of items recommended and reranked: The maximum number of results returned from getRecommendations API has been increased to 200. The maximum number of items which can be reranked via getPersonalizedRanking API has been increased to 200."
14+
},
15+
{
16+
"type": "feature",
17+
"category": "Amazon SageMaker Service",
18+
"description": "Amazon SageMaker now supports Amazon EFS and Amazon FSx for Lustre file systems as data sources for training machine learning models. Amazon SageMaker now supports running training jobs on ml.p3dn.24xlarge instance type. This instance type is offered as a limited private preview for certain SageMaker customers. If you are interested in joining the private preview, please reach out to the SageMaker Product Management team via AWS Support.\""
19+
},
20+
{
21+
"type": "feature",
22+
"category": "Amazon Forecast Query Service",
23+
"description": "Amazon Forecast is a fully managed machine learning service that makes it easy for customers to generate accurate forecasts using their historical time-series data"
24+
},
25+
{
26+
"type": "feature",
27+
"category": "Amazon Simple Queue Service",
28+
"description": "This release provides a way to add metadata tags to a queue when it is created. You can use tags to organize and identify your Amazon SQS queues for cost allocation."
29+
},
30+
{
31+
"type": "feature",
32+
"category": "Netty NIO HTTP Client",
33+
"description": "Add ability to to use HTTP proxies with the Netty async client."
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Rekognition",
38+
"description": "Documentation updates for Amazon Rekognition."
39+
},
40+
{
41+
"type": "feature",
42+
"category": "Amazon DynamoDB",
43+
"description": "Public preview version of 'dynamodb-enhanced' that has a new DynamoDb mapper library that can be used with the v2 SDK. See README.md in the module for more detailed information about this module."
44+
},
45+
{
46+
"type": "feature",
47+
"category": "Amazon Forecast Service",
48+
"description": "Amazon Forecast is a fully managed machine learning service that makes it easy for customers to generate accurate forecasts using their historical time-series data"
49+
},
50+
{
51+
"type": "feature",
52+
"category": "Amazon ElastiCache",
53+
"description": "ElastiCache extends support for Scale down for Redis Cluster-mode enabled and disabled replication groups"
54+
},
55+
{
56+
"type": "feature",
57+
"category": "HTTP Client SPI",
58+
"description": "Add `TlsKeyManagersProvider` interface for supporting TLS client auth in HTTP client implementations."
59+
}
60+
]
61+
}

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
1+
# __2.7.29__ __2019-08-21__
2+
## __Amazon DynamoDB__
3+
- ### Features
4+
- Public preview version of 'dynamodb-enhanced' that has a new DynamoDb mapper library that can be used with the v2 SDK. See README.md in the module for more detailed information about this module.
5+
6+
## __Amazon ElastiCache__
7+
- ### Features
8+
- ElastiCache extends support for Scale down for Redis Cluster-mode enabled and disabled replication groups
9+
10+
## __Amazon Forecast Query Service__
11+
- ### Features
12+
- Amazon Forecast is a fully managed machine learning service that makes it easy for customers to generate accurate forecasts using their historical time-series data
13+
14+
## __Amazon Forecast Service__
15+
- ### Features
16+
- Amazon Forecast is a fully managed machine learning service that makes it easy for customers to generate accurate forecasts using their historical time-series data
17+
18+
## __Amazon Personalize Runtime__
19+
- ### Features
20+
- Increased limits on number of items recommended and reranked: The maximum number of results returned from getRecommendations API has been increased to 200. The maximum number of items which can be reranked via getPersonalizedRanking API has been increased to 200.
21+
22+
## __Amazon Rekognition__
23+
- ### Features
24+
- Documentation updates for Amazon Rekognition.
25+
26+
## __Amazon SageMaker Service__
27+
- ### Features
28+
- Amazon SageMaker now supports Amazon EFS and Amazon FSx for Lustre file systems as data sources for training machine learning models. Amazon SageMaker now supports running training jobs on ml.p3dn.24xlarge instance type. This instance type is offered as a limited private preview for certain SageMaker customers. If you are interested in joining the private preview, please reach out to the SageMaker Product Management team via AWS Support."
29+
30+
## __Amazon Simple Queue Service__
31+
- ### Features
32+
- This release provides a way to add metadata tags to a queue when it is created. You can use tags to organize and identify your Amazon SQS queues for cost allocation.
33+
34+
## __Apache HTTP Client__
35+
- ### Features
36+
- Enable TLS client authentication support for the Apache HTTP Client by allowing customers to specify a `TlsKeyManagersProvider` on the builder. The `KeyManger`s provided will be used when the remote server wants to authenticate the client.
37+
38+
## __HTTP Client SPI__
39+
- ### Features
40+
- Add `TlsKeyManagersProvider` interface for supporting TLS client auth in HTTP client implementations.
41+
42+
## __Netty NIO HTTP Client__
43+
- ### Features
44+
- Add ability to to use HTTP proxies with the Netty async client.
45+
146
# __2.7.28__ __2019-08-20__
247
## __AWS Transfer for SFTP__
348
- ### Features

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ To automatically manage module versions (currently all modules have the same ver
4848
<dependency>
4949
<groupId>software.amazon.awssdk</groupId>
5050
<artifactId>bom</artifactId>
51-
<version>2.7.28</version>
51+
<version>2.7.29</version>
5252
<type>pom</type>
5353
<scope>import</scope>
5454
</dependency>
@@ -82,12 +82,12 @@ Alternatively you can add dependencies for the specific services you use only:
8282
<dependency>
8383
<groupId>software.amazon.awssdk</groupId>
8484
<artifactId>ec2</artifactId>
85-
<version>2.7.28</version>
85+
<version>2.7.29</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>software.amazon.awssdk</groupId>
8989
<artifactId>s3</artifactId>
90-
<version>2.7.28</version>
90+
<version>2.7.29</version>
9191
</dependency>
9292
```
9393

@@ -99,7 +99,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please
9999
<dependency>
100100
<groupId>software.amazon.awssdk</groupId>
101101
<artifactId>aws-sdk-java</artifactId>
102-
<version>2.7.28</version>
102+
<version>2.7.29</version>
103103
</dependency>
104104
```
105105

aws-sdk-java/pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>software.amazon.awssdk</groupId>
66
<artifactId>aws-sdk-java-pom</artifactId>
7-
<version>2.7.28</version>
7+
<version>2.7.29</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>aws-sdk-java</artifactId>
@@ -925,6 +925,16 @@ Amazon AutoScaling, etc).</description>
925925
<artifactId>lakeformation</artifactId>
926926
<version>${awsjavasdk.version}</version>
927927
</dependency>
928+
<dependency>
929+
<groupId>software.amazon.awssdk</groupId>
930+
<artifactId>forecast</artifactId>
931+
<version>${awsjavasdk.version}</version>
932+
</dependency>
933+
<dependency>
934+
<groupId>software.amazon.awssdk</groupId>
935+
<artifactId>forecastquery</artifactId>
936+
<version>${awsjavasdk.version}</version>
937+
</dependency>
928938
</dependencies>
929939
<build>
930940
<finalName>${project.artifactId}-${project.version}</finalName>

bom-internal/pom.xml

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>aws-sdk-java-pom</artifactId>
77
<groupId>software.amazon.awssdk</groupId>
8-
<version>2.7.28</version>
8+
<version>2.7.29</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -315,6 +315,53 @@
315315
<version>${netty-open-ssl-version}</version>
316316
<scope>test</scope>
317317
</dependency>
318+
<dependency>
319+
<groupId>com.amazonaws</groupId>
320+
<artifactId>DynamoDBLocal</artifactId>
321+
<version>${dynamodb-local.version}</version>
322+
<scope>test</scope>
323+
</dependency>
324+
<dependency>
325+
<groupId>com.almworks.sqlite4java</groupId>
326+
<artifactId>sqlite4java</artifactId>
327+
<version>${sqllite.version}</version>
328+
<scope>test</scope>
329+
</dependency>
330+
<dependency>
331+
<groupId>com.almworks.sqlite4java</groupId>
332+
<artifactId>sqlite4java-win32-x86</artifactId>
333+
<version>${sqllite.version}</version>
334+
<type>dll</type>
335+
<scope>test</scope>
336+
</dependency>
337+
<dependency>
338+
<groupId>com.almworks.sqlite4java</groupId>
339+
<artifactId>sqlite4java-win32-x64</artifactId>
340+
<version>${sqllite.version}</version>
341+
<type>dll</type>
342+
<scope>test</scope>
343+
</dependency>
344+
<dependency>
345+
<groupId>com.almworks.sqlite4java</groupId>
346+
<artifactId>libsqlite4java-osx</artifactId>
347+
<version>${sqllite.version}</version>
348+
<type>dylib</type>
349+
<scope>test</scope>
350+
</dependency>
351+
<dependency>
352+
<groupId>com.almworks.sqlite4java</groupId>
353+
<artifactId>libsqlite4java-linux-i386</artifactId>
354+
<version>${sqllite.version}</version>
355+
<type>so</type>
356+
<scope>test</scope>
357+
</dependency>
358+
<dependency>
359+
<groupId>com.almworks.sqlite4java</groupId>
360+
<artifactId>libsqlite4java-linux-amd64</artifactId>
361+
<version>${sqllite.version}</version>
362+
<type>so</type>
363+
<scope>test</scope>
364+
</dependency>
318365
</dependencies>
319366
</dependencyManagement>
320367

bom/pom.xml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>software.amazon.awssdk</groupId>
66
<artifactId>aws-sdk-java-pom</artifactId>
7-
<version>2.7.28</version>
7+
<version>2.7.29</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>bom</artifactId>
@@ -1035,6 +1035,16 @@
10351035
<artifactId>lakeformation</artifactId>
10361036
<version>${awsjavasdk.version}</version>
10371037
</dependency>
1038+
<dependency>
1039+
<groupId>software.amazon.awssdk</groupId>
1040+
<artifactId>forecast</artifactId>
1041+
<version>${awsjavasdk.version}</version>
1042+
</dependency>
1043+
<dependency>
1044+
<groupId>software.amazon.awssdk</groupId>
1045+
<artifactId>forecastquery</artifactId>
1046+
<version>${awsjavasdk.version}</version>
1047+
</dependency>
10381048
</dependencies>
10391049
</dependencyManagement>
10401050
</project>

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.7.28</version>
24+
<version>2.7.29</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.7.28</version>
10+
<version>2.7.29</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.7.28</version>
9+
<version>2.7.29</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.7.28</version>
25+
<version>2.7.29</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.7.28</version>
24+
<version>2.7.29</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.7.28</version>
8+
<version>2.7.29</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.7.28</version>
10+
<version>2.7.29</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.7.28</version>
10+
<version>2.7.29</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.7.28</version>
24+
<version>2.7.29</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.7.28</version>
25+
<version>2.7.29</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.7.28</version>
8+
<version>2.7.29</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.7.28</version>
8+
<version>2.7.29</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.7.28</version>
8+
<version>2.7.29</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.7.28</version>
8+
<version>2.7.29</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.7.28</version>
8+
<version>2.7.29</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

0 commit comments

Comments
 (0)