23
23
<author email =" zeeman@zeeman.de" >derjust</author >
24
24
</properties >
25
25
<body >
26
- <release version =" 5.0.3" date =" " description =" Maintenance release" >
26
+ <release version =" 5.0.3" date =" 2018-08-10 " description =" Maintenance & security release" >
27
27
<action dev =" derjust" type =" fix" date =" 2018-03-05" >
28
28
Fix Javadoc and cast warnings
29
29
</action >
30
+ <action dev =" derjust" issue =" 142" type =" add" date =" 2018-03-21" >
31
+ Added support for @Query-based projections
32
+ </action >
33
+ <action dev =" derjust" issue =" 148" type =" add" date =" 2018-03-22" >
34
+ Publish master builds to OSSRH as SNAPSHOT
35
+ </action >
36
+ <action dev =" derjust" issue =" 146" type =" fix" date =" 2018-03-24" >
37
+ Fix incomplete AWS DynamoDBMapper initialization
38
+ </action >
39
+ <action dev =" derjust" issue =" 57" type =" fix" date =" 2018-03-25" >
40
+ Fix compatibility with AWS SDK 1.11.36 (NullPointerException)
41
+ </action >
42
+ <action dev =" derjust" issue =" 81" type =" fix" date =" 2018-03-25" >
43
+ Fixed NullPointerException for DynamoDBIndexHashKey (GSI)
44
+ </action >
45
+ <action dev =" derjust" issue =" 47" type =" fix" date =" 2018-03-25" >
46
+ Confirmed that findByKeyAndOtherKey returns null/Optional.empty()
47
+ </action >
48
+ <action dev =" derjust" type =" add" date =" 2018-03-26" >
49
+ Use just Spring-Data Commons dependency inspired by
50
+ https://github.com/sheradmin/spring-data-dynamodb/commit/57efbce2978481cbaf374f01d88424766a314662
51
+ </action >
52
+ <action dev =" blx" type =" add" date =" 2018-03-26" >
53
+ Add support for DynamoDBTypeConverted annotations on hash key
54
+ </action >
55
+ <action dev =" derjust" type =" fix" date =" " >
56
+ Fixed NullPointerException for findAllByOrderByProperty queries
57
+ </action >
58
+ <action dev =" CoderPaulK" issue =" 158" type =" fix" date =" 2018-04-15" >
59
+ Fixed method signature
60
+ </action >
61
+ <action dev =" boothen" issue =" 15" type =" fix" date =" 2018-06-12" >
62
+ Spring Data Rest uses a PersistentEntityResourceAssembler that requires the DynamoDBMappingContext to be exposed as a Spring Bean.
63
+ </action >
64
+ <action dev =" SimY4" issue =" 177" type =" fix" date =" 2018-07-04" >
65
+ Fixed NPE when deleting nonexistent entity
66
+ </action >
67
+ <action dev =" SimY4" issue =" 183" type =" fix" date =" 2018-07-16" >
68
+ Match hibernate validator dependency version with Spring Boot 2 dependency.
69
+ </action >
70
+ <action dev =" derjust" issue =" 181" type =" fix" date =" 2018-07-16" >
71
+ `Pageable.unpaged()` find queries fail
72
+ </action >
73
+ <action dev =" derjust" issue =" 190" type =" fix" date =" 2018-08-10" >
74
+ Update to spring-data 2.0.9 due to fix CVE-2018-1273
75
+ </action >
30
76
</release >
31
77
<release version =" 5.0.2" date =" 2018-03-05" description =" Maintenance release" >
32
78
<action dev =" vitolimandibhrata" issue =" 40" type =" add" date =" 2017-01-07" >
79
125
<action dev =" Alex Arana" type =" add" issue =" 62" >
80
126
Support @DynamoDBTypeConverted instead of/in addition to @DynamoDBMarshalling for query methods
81
127
</action >
128
+ <action dev =" derjust" type =" add" issue =" 136" >
129
+ Transfer to spring-data-dynamodb organization
130
+ </action >
82
131
</release >
83
132
<release version =" 5.0.0" date =" 2017-11-27" description =" Spring 5 release" >
84
133
<action dev =" derjust" type =" add" >
85
134
Added Spring 5 / Spring-Data Kay support
86
135
</action >
87
136
</release >
88
- <release version =" 4.5.6 " date =" 2018-07-02 " description =" Bugfix release" >
89
- <action dev =" derjust" type =" fix" issue = " 171 " >
90
- spring-data project artifact does not provide version information thus can't calculate compatibility
137
+ <release version =" 4.5.7 " date =" 2018-08-10 " description =" security release" >
138
+ <action dev =" derjust" issue = " 190 " type =" fix" date = " 2018-08-10 " >
139
+ Update to spring-data Ingalls-SR14 due to fix CVE-2018-1273
91
140
</action >
92
141
</release >
93
142
<release version =" 4.5.5" date =" 2018-03-07" description =" Backport of v5.0 (master)" >
119
168
</action >
120
169
</release >
121
170
</body >
122
- </document >
171
+ </document >
0 commit comments