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.
- Upgraded to spring-boot 2.4.2
- Added github workflow
- Upgraded to spring-boot 2.1.1 to be able to run with java 11
- Support for MariaDB and MySQL; possibility to use MySQL or MariaDB. Both will make use of the same truncation algorithm: MariaDbTruncationStrategy.
- Issue #7, Speeded up Postgres truncation by combining queries; the delete queries executed by the truncator have been merged into a single query, making the process of truncation slightly faster than before.