Monolog v2.0.0-beta2 Release Notes
Release Date: 2019-07-06 // about 6 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