Skip to content

2.5.0

Compare
Choose a tag to compare
@DamienHarper DamienHarper released this 04 Sep 07:40
· 284 commits to master since this release

Changelog

  • Add an option to globally enable/disable auditing from configuration file (thanks to @MylesKingsnorth01)
  • Allow to use a custom entity manager/secondary database for audits (thanks to @pawello92)
    Warning: Using a custom entity manager/secondary database breaks atomicity because audited entity operation and audit storage are performed into different transactions.