Skip to content

Releases: wshafer/psr11-monolog

3.0.0

18 Dec 23:35
Compare
Choose a tag to compare

Upgrades Monolog to version 2
Now requires PHP 7.2+ in line with Monolog 2 (For older php versions use the 2.0 releases)
Adds new handlers, processors and formatters to align with Monolog 2
Updates tests for PHPUnit 8.5
Updates code style to PSR-12
BC BREAK: Removes Deprecated handlers
BC BREAK: Some handlers have been renamed

For more information on upstream BC Breaks and changes please see Monologs UPGRADE.md

2.1.0

10 Nov 15:05
Compare
Choose a tag to compare

Adds channel name to the configuration

2.0.0

15 Sep 17:34
Compare
Choose a tag to compare

Convert to using named services.
Added Default Channel
Added Default Handler for the new channel (defaults to NullHandler)

Version 1 users should read the upgrading docs located at https://github.com/wshafer/psr11-monolog#version-1-to-version-2

1.1.0

31 Aug 17:32
Compare
Choose a tag to compare

Added "Wrappers / Special Handlers"

1.0.0

29 Jul 12:35
Compare
Choose a tag to compare

First public release.

0.0.1

25 Jul 22:34
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

Ready for testing