Skip to content

1.3.0

Compare
Choose a tag to compare
@DamienHarper DamienHarper released this 27 Sep 22:03
· 171 commits to master since this release
c652ff0

What's Changed

Fixes

  • Fixes storage mapper callable handling by @DamienHarper in #35
  • Remove flusher callback from logger on rollback by @Metabor in #41
  • PHPStan fixes by @DamienHarper in #47
  • Resets transaction once processed by the onFlush event subscriber. … by @DamienHarper in #48
  • Fix an edge case where annotations where not loaded if audited entities were set in configuration by @DamienHarper in #50

Changes

  • Add support to php 8 attributes by @djpremier in #40
  • Add audit event's database ID on LifecycleEvent payload in DoctrineProvider by @robier in #31
  • Properly handle (unsupported) composite primary keys: throw a dedicated exception when such an entity is audited by @DamienHarper in 5190dee

New Contributors

Refereces

Official documentation

Full Changelog: 1.2.0...1.3.0