All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- check TTL for stored items, as items that have expired may still appear
2.0.0 - 2022-08-17
0.9.6 - 2020-11-13
- add getter for
DynamoCacheWriter
andDynamoSerializer
inDynamoCache
@derXear - update Amazon DynamoDB dependencies @derXear
0.9.5 - 2020-03-12
- the
DynamoDB::CreateTable
permission is not required anymore if the table already exist, instead at leastDynamoDB::DescribeTable
is necessary @derXear
0.9.4 - 2020-01-14
- fix unit used for ttl from EpochMillis to EpochSeconds @dnltsk
0.9.3 - 2019-12-18
- fix datatype used for ttl @dnltsk
0.9.2 - 2019-12-04
- fix javadoc and maven-gpg-plugin configuration by @derXear
0.9.1 - 2019-09-09
- fix locking DefaultDynamoCacheWriter by @derXear
0.9.0 - 2019-09-06
- initial code base by @derXear