Skip to content

Releases: glesys/butler-audit

v0.8.0

28 May 12:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.8.0

v0.7.1

23 Mar 12:30
Compare
Choose a tag to compare

Added

  • Accept header in audit job.

v0.7.0

02 Mar 08:37
Compare
Choose a tag to compare

Changed

  • BREAKING: Require Laravel 10.

v0.6.1

01 Apr 09:17
Compare
Choose a tag to compare

Changed

  • Add type-hinting to ArrayAccess-methods in Audit to suppress deprecation notices.

v0.6.0

14 Feb 08:51
9b96061
Compare
Choose a tag to compare

Changed

  • BREAKING: Require Laravel 9.

v0.5.0

22 Nov 12:23
d28b14a
Compare
Choose a tag to compare

Added

  • "correlationTrail" in the audit request body.
  • A "X-Correlation-Trail" header in the http macro withCorrelation.

Changed

  • BREAKING: Renamed macro withCorrelationId to withCorrelation.
  • BREAKING: Renamed class WithCorrelationId to WithCorrelation.
  • BREAKING: Renamed class SetCorrelationId to SetCorrelation.

v0.4.1

12 Nov 10:21
6951454
Compare
Choose a tag to compare

Changed

  • Make Auditor::initiatorResolver static

v0.4.0

23 Sep 12:09
e78d381
Compare
Choose a tag to compare

Added

  • BREAKING: Handle correlation id for queued job by extending job "Dispatcher" and adding "WithCorrelationId" trait.
  • BREAKING: Registers a default "initiator resolver".

Changed

  • BREAKING: Require PHP 8.0.

v0.3.0

04 Feb 08:13
ee68b32
Compare
Choose a tag to compare

Changed

  • BREAKING:: Event and initiator context value must be null or scalar.

v0.2.0

20 Jan 08:09
c0d0316
Compare
Choose a tag to compare

Changed

  • Renamed Auditor to Audit
  • The facade returns the new Auditor class instead of Audit
  • The correlation id is fetched from Auditor instead of container.
  • BREAKING: Moved initiatorResolver from Audit to Auditor.

Removed

  • AuditorFake