Skip to content

Releases: scheb/tombstone

v1.6.0

09 Mar 21:53
79ff0d6
Compare
Choose a tag to compare
  • Adding newer packages versions for PHP 8+, #31, thanks to @JimTools

v1.5.2

14 Sep 17:43
Compare
Choose a tag to compare
  • Add more psr/log versions, #24, thanks to @jawira

v1.5.1

12 Jul 18:18
Compare
Choose a tag to compare

v1.5.0

16 Nov 19:17
1560e40
Compare
Choose a tag to compare

v1.4.0

12 May 19:09
Compare
Choose a tag to compare

Added support for static methods as a tombstone function #17, #18, thanks to @lyudmild

v1.3.0

29 Dec 17:20
Compare
Choose a tag to compare

Added a configurable tombstone function name, so your tombstone function no longer needs to be named tombstone. Additional benefits:

  • The tombstone function doesn't need to be located in the global space, it can be located in a namespace now.
  • You can have multiple tombstone functions for different purposes. E.g. have a function that logs every single invocation and have another one that does random sampling.

v1.2.1

29 Dec 10:45
Compare
Choose a tag to compare
  • Fix log providers to be instantiated through the static create function

v1.2.0

27 Dec 13:02
Compare
Choose a tag to compare
  • Add custom log provider option to read tombstone logs from an arbitrary logging system

v1.1.0

11 Dec 12:21
Compare
Choose a tag to compare
  • PHP8 support

v1.0.1

14 Oct 11:05
Compare
Choose a tag to compare

Fix undefined index notices when PHP internally calls a method with a tombstone #13, thanks to @X-Coder264