Skip to content

Commit

Permalink
Update from 4.5.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
derjust committed Jan 23, 2018
1 parent 500b5fa commit 1274cb5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ target
*.iml
.idea

pom.xml.releaseBackup
release.properties

# Package Files #
Expand Down
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -568,6 +568,10 @@
<name>Vito Limandibhrata</name>
<url>https://github.com/vitolimandibhrata</url>
</contributor>
<contributor>
<name>Alex Arana</name>
<url>https://github.com/alexarana</url>
</contributor>
</contributors>


Expand Down
8 changes: 8 additions & 0 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,20 @@
<action dev="derjust" type="fix" issue="109">
Fix incorrect passing of an Optional into the delete method
</action>
<action dev="Alex Arana" type="add" issue="62">
Support @DynamoDBTypeConverted instead of/in addition to @DynamoDBMarshalling for query methods
</action>
</release>
<release version="5.0.0" date="2017-11-27" description="Spring 5 release" >
<action dev="derjust" type="add">
Added Spring 5 / Spring-Data Kay support
</action>
</release>
<release version="4.5.4" date="2017-01-23" description="Backport of PR #79">
<action dev="Alex Arana" type="add" issue="62">
Support @DynamoDBTypeConverted instead of/in addition to @DynamoDBMarshalling for query methods
</action>
</release>
<release version="4.5.3" date="2017-01-14" description="Backport of PR #108">
<action dev="derjust" issue="108" type="fix" date="2018-01-14">
Opened constructor and fixed NPE in case of missing DynamoDBConfig
Expand Down

0 comments on commit 1274cb5

Please sign in to comment.