Skip to content

Releases: scheb/tombstone

v1.2.1

Choose a tag to compare

@scheb scheb released this 29 Dec 10:45
  • Fix log providers to be instantiated through the static create function

v1.2.0

Choose a tag to compare

@scheb scheb released this 27 Dec 13:02
  • Add custom log provider option to read tombstone logs from an arbitrary logging system

v1.1.0

Choose a tag to compare

@scheb scheb released this 11 Dec 12:21
  • PHP8 support

v1.0.1

Choose a tag to compare

@scheb scheb released this 14 Oct 11:05

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

v1.0.0

Choose a tag to compare

@scheb scheb released this 14 Aug 12:48

Finally a stable release! 🥳

Please have a look at the upgrade instructions.

The scheb/tombstone repository is now the main repository, containing all code related to the tombstone project. Sub-packages are split off this main repository:

  • scheb/tombstone-core provides some core classes
  • scheb/tombstone-logger provides the tombstone logging library (which previously was scheb/tombstone)
  • scheb/tombstone-analyzer provides the command line tool for report generation

Other changes:

  • You have to configure a source code root path now (in both the logger and the analyzer)
  • Checkstyle report format
  • Added a little test application to demonstrate the usage of tombstones
  • Dependencies updated to latest versions
  • Minimum required PHP version is 7.1.3, code has been upgraded to that language level
  • Everything is well tested now

0.19.0

Choose a tag to compare

@scheb scheb released this 05 Apr 15:48
Add auto flush option

0.18.0

Choose a tag to compare

@scheb scheb released this 04 Apr 20:18

Declare strict_types=1 everywhere

0.17.0

Choose a tag to compare

@scheb scheb released this 12 Feb 21:44
Build on PHP7.4, replacing nightly

0.16.0

Choose a tag to compare

@scheb scheb released this 11 Feb 23:26
Fix URL

0.15.0

Choose a tag to compare

@scheb scheb released this 22 Jan 21:33
Rename sourceDir to rootDir