Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 812 Bytes

File metadata and controls

29 lines (18 loc) · 812 Bytes

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

1.8.0 - 2022-04-29

  • Add index definition for deleteByTypeAndClient
  • deleteByTypeAndClient is now more performant without sorting in the query

1.7.0 - 2022-04-19

  • deleteOlderThan method on ActionRepository now forces use of a primitive for batch size.
  • Begin returning the number of rows deleted from deletion methods in ActionRepository
  • Exposed a deleteByTypeAndClient method on ActionRepository
  • Deletion of old action IDs is now more performant on MariaDB

1.6.0 - 2022-04-08

expose ActionRepository deleteByIds method

1.4.0 - 2020-09-25

MariaDb integration

1.3.0 - 2020-09-15

Action retention policy

1.0.0 - 2020-05-19

Initial release.