Fedora 24 Update: php-Monolog-1.18.2-1.fc24

updates at fedoraproject.org updates at fedoraproject.org
Sat Apr 9 15:39:12 UTC 2016


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2016-cb1ceda79b
2016-04-09 15:25:20.296368
--------------------------------------------------------------------------------

Name        : php-Monolog
Product     : Fedora 24
Version     : 1.18.2
Release     : 1.fc24
URL         : https://github.com/Seldaek/monolog
Summary     : Sends your logs to files, sockets, inboxes, databases and various web services
Description :
Monolog sends your logs to files, sockets, inboxes, databases and various web
services. Special handlers allow you to build advanced logging strategies.

This library implements the PSR-3 [1] interface that you can type-hint against
in your own libraries to keep a maximum of interoperability. You can also use it
in your applications to make sure you can always use another compatible logger
at a later time.

[1] http://www.php-fig.org/psr/psr-3/

--------------------------------------------------------------------------------
Update Information:

### 1.18.2 (2016-04-02)    * Fixed ElasticaFormatter to use more precise dates
* Fixed GelfMessageFormatter sending too long messages  ### 1.18.1 (2016-03-13)
* Fixed SlackHandler bug where slack dropped messages randomly   * Fixed
RedisHandler issue when using with the PHPRedis extension   * Fixed AmqpHandler
content-type being incorrectly set when using with the AMQP extension   * Fixed
BrowserConsoleHandler regression  ### 1.18.0 (2016-03-01)    * Added optional
reduction of timestamp precision via `Logger->useMicrosecondTimestamps(false)`,
disabling it gets you a bit of performance boost but reduces the precision to
the second instead of microsecond   * Added possibility to skip some extra stack
frames in IntrospectionProcessor if you have some library wrapping Monolog that
is always adding frames   * Added `Logger->withName` to clone a logger (keeping
all handlers) with a new name   * Added FluentdFormatter for the Fluentd unix
socket protocol   * Added HandlerWrapper base class to ease the creation of
handler wrappers, just extend it and override as needed   * Added support for
replacing context sub-keys using `%context.*%` in LineFormatter   * Added
support for `payload` context value in RollbarHandler   * Added setRelease to
RavenHandler to describe the application version, sent with every log   * Added
support for `fingerprint` context value in RavenHandler   * Fixed JSON encoding
errors that would gobble up the whole log record, we now handle those more
gracefully by dropping chars as needed   * Fixed write timeouts in SocketHandler
and derivatives, set to 10sec by default, lower it with `setWritingTimeout()`
* Fixed PHP7 compatibility with regard to Exception/Throwable handling in a few
places
--------------------------------------------------------------------------------
References:

  [ 1 ] Bug #1313579 - php-Monolog-1.18.2 is available
        https://bugzilla.redhat.com/show_bug.cgi?id=1313579
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program. Use
su -c 'yum update php-Monolog' at the command line.
For more information, refer to "Managing Software with yum",
available at https://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list