Skip to content

Releases: symfony/monolog-bundle

2.8.1

02 Oct 11:53
Compare
Choose a tag to compare
  • Fixed regression in swift_mailer handling

2.8.0

29 Sep 17:14
Compare
Choose a tag to compare

Features:

  • Added a service definition for LogstashFormatter
  • Added support for configuring flush_on_overflow for the BufferHandler
  • Added support for configuring the message format and the usage of ssl for HipchatHandler
  • Added support for DIC parameters in channel names in the monolog.channel tag
  • Added support for disabling the lazy proxy for the swiftmailer handler
  • Added support for Symfony 3.0
  • Improved performance when using the swiftmailer handler for requests not sending any email

Bug fixes:

  • Removed usage of deprecated APIs to run on Symfony 2.7 without warning
  • Fixed the support of multiple mailers when using the spool

v2.7.1

04 Jan 20:22
Compare
Choose a tag to compare
  • Fixed registration of debug handler when running in --no-debug commands

v2.7.0

30 Dec 09:59
Compare
Choose a tag to compare
  • Added preconfigured services for all formatters as monolog.formatter.*
  • Added support for WhatFailureGroupHandler, SlackHandler and ElasticSearchHandler
  • Fixed XSD support for many parameters

v2.6.1

21 Jul 00:44
Compare
Choose a tag to compare
  • Fixed a bug seeing channels: ~ as an empty whitelist, which logged nothing
  • Fixed listener priority issues in the console handler to make sure the output is always available
  • Fixed channel definition not being valid in the XSD
  • Switched to PSR-4

v2.6.0

04 Jun 16:58
Compare
Choose a tag to compare
  • Added support for SyslogUdpHandler
  • Added support for LogEntriesHandler
  • Added support for FilterHandler
  • Added support for BrowserConsoleHandler
  • Added support for FlowdockHandler
  • Added support for RollbarHandler
  • Added support for the new $passthruLevel argument in the fingers_crossed handler
  • Added support for the new graylog2/gelf-php lib in addition to mlehner/gelf-php
  • Added ability to use a custom client service in the raven handler
  • Fixed swift_mailer support for a custom mailer service

v2.5.1

19 Feb 15:36
Compare
Choose a tag to compare
  • Fixed an issue in SwiftMailerHandler when a spool is not configured

v2.5.0

19 Jan 13:24
Compare
Choose a tag to compare
  • Added support for the mongo and loggly handlers
  • Fixed support for the new SwiftMailerHandler to fix symfony/symfony-standard#425 (requires symfony 2.4+)
  • Fixed configuration validation/XSD

v2.4.1

26 Aug 10:19
Compare
Choose a tag to compare
  • Added support for the new SwiftMailerHandler if you have an up to date Symfony2
  • Fixed validation of config: service handlers can not have a formatter set

v2.4.0

30 Jul 11:42
Compare
Choose a tag to compare
  • Added support for the console, newrelic, hipchat, cube, amqp and error_log handlers
  • Added monolog.channels config option to define additional channels
  • Added excluded_404s property to the fingers_crossed handler to avoid logging 404s matching those regex patterns
  • Added ability to set multiple user ids in the pushover handler
  • Added support for an empty dsn in raven handler