Monolog v2.0.0 Release Notes

Release Date: 2019-07-06 // over 4 years ago
    • ๐Ÿš€ BC Break: This is a major release, see UPGRADE.md and the 2.0.0-beta1 changelog for details if you are coming from a 1.x release
    • BC Break: PHP 7.2 is now the minimum required PHP version.
    • โฌ†๏ธ BC Break: Removed SlackbotHandler, RavenHandler and HipChatHandler, see UPGRADE.md for details
    • โž• Added OverflowHandler which will only flush log records to its nested handler when reaching a certain amount of logs (i.e. only pass through when things go really bad)
    • โž• Added TelegramBotHandler to log records to a Telegram bot account
    • โž• Added support for JsonSerializable when normalizing exceptions
    • โž• Added support for RFC3164 (outdated BSD syslog protocol) to SyslogUdpHandler
    • โž• Added SoapFault details to formatted exceptions
    • ๐Ÿ›  Fixed DeduplicationHandler silently failing to start when file could not be opened
    • ๐Ÿ›  Fixed issue in GroupHandler and WhatFailureGroupHandler where setting multiple processors would duplicate records
    • ๐Ÿ›  Fixed GelfFormatter losing some data when one attachment was too long
    • ๐Ÿ›  Fixed issue in SignalHandler restarting syscalls functionality
    • ๐Ÿ‘Œ Improved performance of LogglyHandler when sending multiple logs in a single request