Monolog v1.22.0 Release Notes

Release Date: 2016-11-26 // over 7 years ago
    • Added SlackbotHandler and SlackWebhookHandler to set up Slack integration more easily
    • Added MercurialProcessor to add mercurial revision and branch names to log records
    • Added support for AWS SDK v3 in DynamoDbHandler
    • Fixed fatal errors occurring when normalizing generators that have been fully consumed
    • Fixed RollbarHandler to include a level (rollbar level), monolog_level (original name), channel and datetime (unix)
    • Fixed RollbarHandler not flushing records automatically, calling close() explicitly is not necessary anymore
    • Fixed SyslogUdpHandler to avoid sending empty frames
    • Fixed a few PHP 7.0 and 7.1 compatibility issues