Skip to content

Latest commit

 

History

History
58 lines (45 loc) · 2.26 KB

CHANGELOG.md

File metadata and controls

58 lines (45 loc) · 2.26 KB

Change Log

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.

v2

Changed

  • check TTL for stored items, as items that have expired may still appear

2.0.0 - 2022-08-17

Changed

v1

0.9.6 - 2020-11-13

Changed

  • add getter for DynamoCacheWriter and DynamoSerializer in DynamoCache @derXear
  • update Amazon DynamoDB dependencies @derXear

0.9.5 - 2020-03-12

Changed

  • the DynamoDB::CreateTable permission is not required anymore if the table already exist, instead at least DynamoDB::DescribeTable is necessary @derXear

0.9.4 - 2020-01-14

Fixed

  • fix unit used for ttl from EpochMillis to EpochSeconds @dnltsk

0.9.3 - 2019-12-18

Fixed

  • fix datatype used for ttl @dnltsk

0.9.2 - 2019-12-04

Changed

  • fix javadoc and maven-gpg-plugin configuration by @derXear

0.9.1 - 2019-09-09

Fixed

  • fix locking DefaultDynamoCacheWriter by @derXear

0.9.0 - 2019-09-06

Added