Version | Date | Description |
---|---|---|
5.0.4 | 2018-11-27 | Maintenance & security release |
5.0.3 | 2018-08-10 | Maintenance & security release |
5.0.2 | 2018-03-05 | Maintenance release |
5.0.1 | 2018-01-06 | Maintenance release |
5.0.0 | 2017-11-27 | Spring 5 release |
4.5.7 | 2018-08-10 | security release |
4.5.5 | 2018-03-07 | Backport of v5.0 (master) |
4.5.4 | 2017-01-23 | Backport of PR #79 |
4.5.3 | 2017-01-14 | Backport of PR #108 |
4.5.2 | 2017-12-24 | Backport of PR #106 |
4.5.1 | 2017-12-19 |
Type | Changes | By |
---|---|---|
Fix README.md examples. Fixes 199. | enriquezrene |
Type | Changes | By |
---|---|---|
Fix Javadoc and cast warnings | derjust | |
Added support for @Query-based projections. Fixes 142. | derjust | |
Publish master builds to OSSRH as SNAPSHOT. Fixes 148. | derjust | |
Fix incomplete AWS DynamoDBMapper initialization. Fixes 146. | derjust | |
Fix compatibility with AWS SDK 1.11.36 (NullPointerException). Fixes 57. | derjust | |
Fixed NullPointerException for DynamoDBIndexHashKey (GSI). Fixes 81. | derjust | |
Confirmed that findByKeyAndOtherKey returns null/Optional.empty(). Fixes 47. | derjust | |
Use just Spring-Data Commons dependency inspired by https://github.com/sheradmin/spring-data-dynamodb/commit/57efbce2978481cbaf374f01d88424766a314662 | derjust | |
Add support for DynamoDBTypeConverted annotations on hash key | blx | |
Fixed NullPointerException for findAllByOrderByProperty queries | derjust | |
Fixed method signature. Fixes 158. | CoderPaulK | |
Spring Data Rest uses a PersistentEntityResourceAssembler that requires the DynamoDBMappingContext to be exposed as a Spring Bean. Fixes 15. | boothen | |
Fixed NPE when deleting nonexistent entity. Fixes 177. | SimY4 | |
Match hibernate validator dependency version with Spring Boot 2 dependency. Fixes 183. | SimY4 | |
`Pageable.unpaged()` find queries fail. Fixes 181. | derjust | |
Update to spring-data 2.0.9 due to fix CVE-2018-1273. Fixes 190. | derjust |
Type | Changes | By |
---|---|---|
Added support for Auditing. Fixes 40. | vitolimandibhrata | |
Update Marshaller to use DynamoDBTypeConverter (while keeping old inheritance intact). Fixes 103. | derjust | |
Opened constructor and fixed NPE in case of missing DynamoDBConfig. Fixes 108. | derjust | |
Allow for JUnit tests to use a in-memory DynamoDB instance | derjust | |
Added documentation about Spring-Boot compatibility. Fixes 122. | Davinpidoto | |
Added logging of AWS/Spring-Data/this version and potential compatibility issues. Fixes 122. | derjust | |
Handle hash key properties with different column name (attribute name) properly. Fixes 118. | derjust | |
deleteBy...And... is not deleting records in Dynamo. Fixes 46. | derjust | |
Transfer to spring-data-dynamodb organization. Fixes 136. | derjust |
Type | Changes | By |
---|---|---|
Respecting DynamoDBOperations.batchSave()'s List<FailedBatch> return value and turn it into a BatchWriteException. Fixes 68. | derjust | |
Added maven-changes-plugin to build process | derjust | |
Update Mockito and resolve dependency clashes | derjust | |
Fixed false assertion introduced implementing #91. Fixes 91. | Gaurav Rawat | |
Support @DynamoDBTypeConverted instead of/in addition to @DynamoDBMarshalling for query methods. Fixes 62. | Alex Arana | |
Fix incorrect passing of an Optional into the delete method. Fixes 109. | derjust | |
Support @DynamoDBTypeConverted instead of/in addition to @DynamoDBMarshalling for query methods. Fixes 62. | Alex Arana | |
Transfer to spring-data-dynamodb organization. Fixes 136. | derjust |
Type | Changes | By |
---|---|---|
Added Spring 5 / Spring-Data Kay support | derjust |
Type | Changes | By |
---|---|---|
Update to spring-data Ingalls-SR14 due to fix CVE-2018-1273. Fixes 190. | derjust |
Type | Changes | By |
---|---|---|
Backport of v5.0 branch (master). Fixes 139. | derjust | |
Transfer to spring-data-dynamodb organization. Fixes 136. | derjust |
Type | Changes | By |
---|---|---|
Support @DynamoDBTypeConverted instead of/in addition to @DynamoDBMarshalling for query methods. Fixes 62. | Alex Arana |
Type | Changes | By |
---|---|---|
Opened constructor and fixed NPE in case of missing DynamoDBConfig. Fixes 108. | derjust |
Type | Changes | By |
---|---|---|
Fixed false assertion introduced implementing #91. Fixes 91. | Gaurav Rawat |
Type | Changes | By |
---|---|---|
Add constructor to DynamoDBTemplate that takes a preconfigured DynamoDBMapper. Fixes 91. | Michael Wyraz |