Fork me on GitHub

spring-data-dynamodb Changes

Release History

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  

Release 5.0.4 – 2018-11-27

Type Changes By
Fix Fix README.md examples. Fixes 199. enriquezrene

Release 5.0.3 – 2018-08-10

Type Changes By
Fix Fix Javadoc and cast warnings derjust
Add Added support for @Query-based projections. Fixes 142. derjust
Add Publish master builds to OSSRH as SNAPSHOT. Fixes 148. derjust
Fix Fix incomplete AWS DynamoDBMapper initialization. Fixes 146. derjust
Fix Fix compatibility with AWS SDK 1.11.36 (NullPointerException). Fixes 57. derjust
Fix Fixed NullPointerException for DynamoDBIndexHashKey (GSI). Fixes 81. derjust
Fix Confirmed that findByKeyAndOtherKey returns null/Optional.empty(). Fixes 47. derjust
Add Use just Spring-Data Commons dependency inspired by https://github.com/sheradmin/spring-data-dynamodb/commit/57efbce2978481cbaf374f01d88424766a314662 derjust
Add Add support for DynamoDBTypeConverted annotations on hash key blx
Fix Fixed NullPointerException for findAllByOrderByProperty queries derjust
Fix Fixed method signature. Fixes 158. CoderPaulK
Fix Spring Data Rest uses a PersistentEntityResourceAssembler that requires the DynamoDBMappingContext to be exposed as a Spring Bean. Fixes 15. boothen
Fix Fixed NPE when deleting nonexistent entity. Fixes 177. SimY4
Fix Match hibernate validator dependency version with Spring Boot 2 dependency. Fixes 183. SimY4
Fix `Pageable.unpaged()` find queries fail. Fixes 181. derjust
Fix Update to spring-data 2.0.9 due to fix CVE-2018-1273. Fixes 190. derjust

Release 5.0.2 – 2018-03-05

Type Changes By
Add Added support for Auditing. Fixes 40. vitolimandibhrata
Add Update Marshaller to use DynamoDBTypeConverter (while keeping old inheritance intact). Fixes 103. derjust
Fix Opened constructor and fixed NPE in case of missing DynamoDBConfig. Fixes 108. derjust
Add Allow for JUnit tests to use a in-memory DynamoDB instance derjust
Add Added documentation about Spring-Boot compatibility. Fixes 122. Davinpidoto
Add Added logging of AWS/Spring-Data/this version and potential compatibility issues. Fixes 122. derjust
Fix Handle hash key properties with different column name (attribute name) properly. Fixes 118. derjust
Fix deleteBy...And... is not deleting records in Dynamo. Fixes 46. derjust
Add Transfer to spring-data-dynamodb organization. Fixes 136. derjust

Release 5.0.1 – 2018-01-06

Type Changes By
Fix Respecting DynamoDBOperations.batchSave()'s List<FailedBatch> return value and turn it into a BatchWriteException. Fixes 68. derjust
Add Added maven-changes-plugin to build process derjust
Add Update Mockito and resolve dependency clashes derjust
Fix Fixed false assertion introduced implementing #91. Fixes 91. Gaurav Rawat
Add Support @DynamoDBTypeConverted instead of/in addition to @DynamoDBMarshalling for query methods. Fixes 62. Alex Arana
Fix Fix incorrect passing of an Optional into the delete method. Fixes 109. derjust
Add Support @DynamoDBTypeConverted instead of/in addition to @DynamoDBMarshalling for query methods. Fixes 62. Alex Arana
Add Transfer to spring-data-dynamodb organization. Fixes 136. derjust

Release 5.0.0 – 2017-11-27

Type Changes By
Add Added Spring 5 / Spring-Data Kay support derjust

Release 4.5.7 – 2018-08-10

Type Changes By
Fix Update to spring-data Ingalls-SR14 due to fix CVE-2018-1273. Fixes 190. derjust

Release 4.5.5 – 2018-03-07

Type Changes By
Fix Backport of v5.0 branch (master). Fixes 139. derjust
Add Transfer to spring-data-dynamodb organization. Fixes 136. derjust

Release 4.5.4 – 2017-01-23

Type Changes By
Add Support @DynamoDBTypeConverted instead of/in addition to @DynamoDBMarshalling for query methods. Fixes 62. Alex Arana

Release 4.5.3 – 2017-01-14

Type Changes By
Fix Opened constructor and fixed NPE in case of missing DynamoDBConfig. Fixes 108. derjust

Release 4.5.2 – 2017-12-24

Type Changes By
Fix Fixed false assertion introduced implementing #91. Fixes 91. Gaurav Rawat

Release 4.5.1 – 2017-12-19

Type Changes By
Fix Add constructor to DynamoDBTemplate that takes a preconfigured DynamoDBMapper. Fixes 91. Michael Wyraz