forked from michaellavelle/spring-data-dynamodb
-
Notifications
You must be signed in to change notification settings - Fork 139
Expand file tree
/
Copy pathchanges.xml
More file actions
75 lines (70 loc) · 3.28 KB
/
changes.xml
File metadata and controls
75 lines (70 loc) · 3.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!--
Copyright © 2013 spring-data-dynamodb (https://github.com/derjust/spring-data-dynamodb)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<document xmlns="http://maven.apache.org/changes/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/xsd/changes-1.0.0.xsd">
<properties>
<title>spring-data-dynamodb Changes</title>
<author email="zeeman@zeeman.de">derjust</author>
</properties>
<body>
<release version="5.0.2" date="" description="Maintenance release">
<action dev="vitolimandibhrata" issue="40" type="add" date="2017-01-07">
Added support for Auditing
</action>
<action dev="derjust" issue="103" type="add" date="2018-01-07">
Update Marshaller to use DynamoDBTypeConverter (while keeping old inheritance intact)
</action>
<action dev="derjust" issue="108" type="fix" date="2018-01-14">
Opened constructor and fixed NPE in case of missing DynamoDBConfig
</action>
</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>
<action dev="derjust" type="add" date="2017-12-01" >
Added maven-changes-plugin to build process
</action>
<action dev="derjust" type="add" date="2017-12-17" >
Update Mockito and resolve dependency clashes
</action>
<action dev="Gaurav Rawat" type="fix" issue="91">
Fixed false assertion introduced implementing #91
</action>
<action dev="derjust" type="fix" issue="109">
Fix incorrect passing of an Optional into the delete method
</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.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
</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
</action>
</release>
</body>
</document>