From 5a962000981d1ae759cbbac5a54d3d46c2dad198 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 14 Nov 2013 20:46:26 +0100 Subject: [PATCH] Update changelog/readme --- CHANGELOG.mdown | 17 +++++++++++++++++ README.mdown | 1 + 2 files changed, 18 insertions(+) diff --git a/CHANGELOG.mdown b/CHANGELOG.mdown index 2df1e0f1..5c71cbdd 100644 --- a/CHANGELOG.mdown +++ b/CHANGELOG.mdown @@ -1,3 +1,20 @@ +### 1.7.0 (2013-11-14) + + * Added ElasticSearchHandler to send logs to an Elastic Search server + * Added DynamoDbHandler and ScalarFormatter to send logs to Amazon's Dynamo DB + * Added SyslogUdpHandler to send logs to a remote syslogd server + * Added LogglyHandler to send logs to a Loggly account + * Added $level to IntrospectionProcessor so it only adds backtraces when needed + * Added $version to LogstashFormatter to allow using the new v1 Logstash format + * Added $appName to NewRelicHandler + * Added configuration of Pushover notification retries/expiry + * Added $maxColumnWidth to NativeMailerHandler to change the 70 chars default + * Added chainability to most setters for all handlers + * Fixed RavenHandler batch processing so it takes the message from the record with highest priority + * Fixed HipChatHandler batch processing so it sends all messages at once + * Fixed issues with eAccelerator + * Fixed and improved many small things + ### 1.6.0 (2013-07-29) * Added HipChatHandler to send logs to a HipChat chat room diff --git a/README.mdown b/README.mdown index aefea73c..64b4cfe3 100644 --- a/README.mdown +++ b/README.mdown @@ -132,6 +132,7 @@ Handlers [raven](https://packagist.org/packages/raven/raven). - _ZendMonitorHandler_: Logs records to the Zend Monitor present in Zend Server. - _NewRelicHandler_: Logs records to a [NewRelic](http://newrelic.com/) application. +- _LogglyHandler_: Logs records to a [Loggly](http://www.loggly.com/) account. - _SyslogUdpHandler_: Logs records to a remote [Syslogd](http://www.rsyslog.com/) server. ### Logging in development