Skip to content

Releases: horde/Log

3.0.1

Choose a tag to compare

@ralflang ralflang released this 18 Jul 09:25

fix(log): type SystemdJournalHandler::$socket as \Socket for PHP 8+
fix(log): only stringify context values that the template references
fix(log): avoid Array to string conversion warning in SimpleFormatter

3.0.0

Choose a tag to compare

@ralflang ralflang released this 27 Jun 12:29

chore: refresh qc fixes and platform deps

3.0.0-beta7

3.0.0-beta7 Pre-release
Pre-release

Choose a tag to compare

@ralflang ralflang released this 28 May 08:35

docs: Clarify how different formatters deal with context and specifically how "timestamp" context is treated
feat: Be more strict about timestamp context fields
Format timestamp in log message context
chore: Update workflow dependency

3.0.0-beta6

3.0.0-beta6 Pre-release
Pre-release

Choose a tag to compare

@ralflang ralflang released this 14 Apr 15:48

feat: journald formatter for parseable, structured logging

3.0.0-beta5

3.0.0-beta5 Pre-release
Pre-release

Choose a tag to compare

@ralflang ralflang released this 14 Apr 10:07

style: php-cs-fixer
feat: JsonContextFormatter for simplifying error logging

3.0.0-beta4

3.0.0-beta4 Pre-release
Pre-release

Choose a tag to compare

@ralflang ralflang released this 12 Apr 06:22

feat: Add a BufferHandler which aggregates messages to later dump them into another logger
chore: It was good while it lasted.

3.0.0-beta3

3.0.0-beta3 Pre-release
Pre-release

Choose a tag to compare

@ralflang ralflang released this 29 Mar 11:15

chore: Implement phpstan level 2 now
style: php-cs-fixer
test: More comprehensive tests of PSR-3 exception handling
feat: More comprehensive handling of Throwables in systemd journal
docs: Add README and UPGRADING documents

3.0.0-beta2

3.0.0-beta2 Pre-release
Pre-release

Choose a tag to compare

@ralflang ralflang released this 12 Mar 20:19

fix: Minor test improvements
test: add @outputBuffering disabled annotation to CliHandler tests
feat(psr-3)!: require psr/log ^3 and add strict type hints to Logger methods
test(logger): expand test coverage to 80%
feat(handler): New SystemdJournalHandler with native systemd journal support