forked from michaellavelle/spring-data-dynamodb
-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
46 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,10 @@ | |
<author email="[email protected]" >derjust</author> | ||
</properties> | ||
<body> | ||
<release version="5.0.1" date="" description="Maintenance release" > | ||
<release version="5.0.2" date="" description="Maintenance release"> | ||
|
||
</release> | ||
<release version="5.0.1" date="2018-01-06" description="Maintenance release"> | ||
<action dev="derjust" issue="68" type="fix" date="2017-12-01" > | ||
Respecting DynamoDBOperations.batchSave()'s List<FailedBatch> return value and turn it into a BatchWriteException | ||
</action> | ||
|
@@ -28,6 +31,11 @@ | |
Added Spring 5 / Spring-Data Kay support | ||
</action> | ||
</release> | ||
<release version="4.5.2" date="2017-12-24" description="Backport of PR #106"> | ||
<action dev="Gaurav Rawat" type="fix" issue="91"> | ||
Fixed false assertion introduced implementing #91 | ||
</action> | ||
</release> | ||
<release version="4.5.1" date="2017-12-19"> | ||
<action dev="Michael Wyraz" type="fix" issue="91"> | ||
Add constructor to DynamoDBTemplate that takes a preconfigured DynamoDBMapper | ||
|