Skip to content

Releases: DamienHarper/auditor

1.0.1

10 Dec 14:02
56b1492
Compare
Choose a tag to compare

What's Changed

  • Updated CI to ensure proper Symfony versions are installed during tests (3.4, 4.4 and 5.x are tested) by @DamienHarper in #14
  • Fixed a failing test with Symfony 3.4 by @DamienHarper

References

Official documentation

Full Changelog: 1.0.0...1.0.1

1.0.0

06 Dec 16:27
Compare
Choose a tag to compare

Initial release

The purpose of auditor is to provide an easy and standardized way to collect audit logs.

This library is architected around two concepts:

  • Auditing services responsible for collecting audit events
  • Storage services responsible for persisting audit traces

Those two kind of services are offered by Providers and a default one is included with this library: DoctrineProvider

DoctrineProvider offers both auditing services and storage services and
creates audit logs for all Doctrine ORM database related changes.

What's Changed

References

Official documentation

Full Changelog: https://github.com/DamienHarper/auditor/commits/1.0.0