Releases: alleyinteractive/logger
Releases · alleyinteractive/logger
v2.5.0
What's Changed
- Improve garabge collector performance by using standalone interval by @srtfisher in #128
Full Changelog: v2.4.4...v2.5.0
v2.4.4
What's Changed
- Display the relative time for the log by @srtfisher in #127
Full Changelog: v2.4.3...v2.4.4
v2.4.3
What's Changed
- Fix a serialization error when using an exception in context by @srtfisher in #124
Full Changelog: v2.4.2...v2.4.3
v2.4.2
What's Changed
- Update Logger plugin to version 2.4.2 by @attackant in #123
New Contributors
- @attackant made their first contribution in #123
Full Changelog: v2.4.1...v2.4.2
v2.4.1
Added
- New filter
ai_logger_unrestricted_logging
to allow unrestricted logging without checking if the log was recently seen. - Overhaul of the log backtrace display in the admin.
Changed
- Bumped minimum PHP version to 8.1.
v2.4.0
Re-released into v2.4.1.
v2.3.3
What's Changed
- Bump phpunit/phpunit from 9.6.5 to 9.6.6 by @dependabot in #92
- Bump phpunit/phpunit from 9.6.6 to 9.6.7 by @dependabot in #93
- Bump phpunit/phpunit from 9.6.7 to 9.6.8 by @dependabot in #94
- Bump phpunit/phpunit from 9.6.8 to 9.6.9 by @dependabot in #95
- Bump mockery/mockery from 1.5.1 to 1.6.2 by @dependabot in #96
- Bump phpunit/phpunit from 9.6.9 to 9.6.10 by @dependabot in #97
- Bump mockery/mockery from 1.6.2 to 1.6.4 by @dependabot in #98
- Bump mockery/mockery from 1.6.4 to 1.6.5 by @dependabot in #99
- Bump mockery/mockery from 1.6.5 to 1.6.6 by @dependabot in #100
- Bump monolog/monolog from 2.9.1 to 2.9.2 by @dependabot in #107
- Bump phpunit/phpunit from 9.6.10 to 9.6.13 by @dependabot in #105
- Bump alleyinteractive/alley-coding-standards from 1.0.0 to 2.0.1 by @dependabot in #106
Full Changelog: v2.3.2...v2.3.3
v2.3.2
What's Changed
- Add void return type to appease psr/log v3 by @srtfisher in #91
Full Changelog: v2.3.1...v2.3.2
v2.3.1
What's Changed
- Allow plugin to be loaded as a Composer dependency by @srtfisher in #90
- Bump symfony/http-kernel from 5.4.16 to 5.4.20 by @dependabot in #84
- Bump monolog/monolog from 2.8.0 to 2.9.1 by @dependabot in #87
- Bump phpunit/phpunit from 9.5.26 to 9.6.5 by @dependabot in #89
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
- Dependency bumps.
- Drops support for PHP 7.4. Requires 8.0.
- Adding support for
psr/log
support for v1 through v3. - Adds support for logging with default context (
ai_logger()->with_context(...)
). - Improves log filtering in admin.
Full Changelog: v2.2.0...v2.3.0