Skip to content

Commit 7d172fa

Browse files
Merge pull request #531 from aws/staging/22825bd0-3c5d-4972-87ee-c586be9257a1
Pull request: release <- staging/22825bd0-3c5d-4972-87ee-c586be9257a1
2 parents 115b989 + 82bc2ab commit 7d172fa

File tree

246 files changed

+8283
-2621
lines changed

Some content is hidden

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

246 files changed

+8283
-2621
lines changed

.changes/2.5.60.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"version": "2.5.60",
3+
"date": "2019-06-10",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS CodeBuild",
8+
"description": "AWS CodeBuild adds support for source version on project level."
9+
},
10+
{
11+
"type": "feature",
12+
"category": "AWS CodeCommit",
13+
"description": "This release adds two merge strategies for merging pull requests: squash and three-way. It also adds functionality for resolving merge conflicts, testing merge outcomes, and for merging branches using one of the three supported merge strategies."
14+
},
15+
{
16+
"type": "feature",
17+
"category": "Amazon Personalize",
18+
"description": "Amazon Personalize is a machine learning service that makes it easy for developers to create individualized recommendations for customers using their applications."
19+
},
20+
{
21+
"type": "feature",
22+
"category": "Amazon Personalize Events",
23+
"description": "Introducing Amazon Personalize - a machine learning service that makes it easy for developers to create individualized recommendations for customers using their applications."
24+
},
25+
{
26+
"type": "bugfix",
27+
"category": "AWS SDK for Java v2",
28+
"description": "Fix NPE for streaming APIs in async client if there is a failure before AsyncResponseTransformer#prepare is called for first time. See https://github.com/aws/aws-sdk-java-v2/issues/1268"
29+
},
30+
{
31+
"type": "feature",
32+
"category": "Amazon Personalize Runtime",
33+
"description": "Amazon Personalize is a machine learning service that makes it easy for developers to create individualized recommendations for customers using their applications."
34+
}
35+
]
36+
}

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
# __2.5.60__ __2019-06-10__
2+
## __AWS CodeBuild__
3+
- ### Features
4+
- AWS CodeBuild adds support for source version on project level.
5+
6+
## __AWS CodeCommit__
7+
- ### Features
8+
- This release adds two merge strategies for merging pull requests: squash and three-way. It also adds functionality for resolving merge conflicts, testing merge outcomes, and for merging branches using one of the three supported merge strategies.
9+
10+
## __AWS SDK for Java v2__
11+
- ### Bugfixes
12+
- Fix NPE for streaming APIs in async client if there is a failure before AsyncResponseTransformer#prepare is called for first time. See https://github.com/aws/aws-sdk-java-v2/issues/1268
13+
14+
## __Amazon Personalize__
15+
- ### Features
16+
- Amazon Personalize is a machine learning service that makes it easy for developers to create individualized recommendations for customers using their applications.
17+
18+
## __Amazon Personalize Events__
19+
- ### Features
20+
- Introducing Amazon Personalize - a machine learning service that makes it easy for developers to create individualized recommendations for customers using their applications.
21+
22+
## __Amazon Personalize Runtime__
23+
- ### Features
24+
- Amazon Personalize is a machine learning service that makes it easy for developers to create individualized recommendations for customers using their applications.
25+
126
# __2.5.59__ __2019-06-07__
227
## __AWS SDK for Java v2__
328
- ### Bugfixes

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You can import the whole SDK into your project (includes all services) as follow
4646
<dependency>
4747
<groupId>software.amazon.awssdk</groupId>
4848
<artifactId>aws-sdk-java</artifactId>
49-
<version>2.5.59</version>
49+
<version>2.5.60</version>
5050
</dependency>
5151
```
5252

@@ -58,12 +58,12 @@ Alternatively you can add dependencies for the specific services you use only:
5858
<dependency>
5959
<groupId>software.amazon.awssdk</groupId>
6060
<artifactId>ec2</artifactId>
61-
<version>2.5.59</version>
61+
<version>2.5.60</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>software.amazon.awssdk</groupId>
6565
<artifactId>s3</artifactId>
66-
<version>2.5.59</version>
66+
<version>2.5.60</version>
6767
</dependency>
6868
```
6969

@@ -77,7 +77,7 @@ To automatically manage module versions (currently all modules have the same ver
7777
<dependency>
7878
<groupId>software.amazon.awssdk</groupId>
7979
<artifactId>bom</artifactId>
80-
<version>2.5.59</version>
80+
<version>2.5.60</version>
8181
<type>pom</type>
8282
<scope>import</scope>
8383
</dependency>

0 commit comments

Comments
 (0)