You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.mdown
+18
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,21 @@
1
+
### 1.11.0 (2014-09-30)
2
+
3
+
* Break: The NewRelicHandler extra and context data are now prefixed with extra_ and context_ to avoid clashes. Watch out if you have scripts reading those from the API and rely on names
4
+
* Added WhatFailureGroupHandler to suppress any exception coming from the wrapped handlers and avoid chain failures if a logging service fails
5
+
* Added MandrillHandler to send emails via the Mandrillapp.com API
6
+
* Added SlackHandler to log records to a Slack.com account
7
+
* Added FleepHookHandler to log records to a Fleep.io account
8
+
* Added LogglyHandler::addTag to allow adding tags to an existing handler
9
+
* Added $ignoreEmptyContextAndExtra to LineFormatter to avoid empty [] at the end
10
+
* Added $useLocking to StreamHandler and RotatingFileHandler to enable flock() while writing
11
+
* Added support for PhpAmqpLib in the AmqpHandler
12
+
* Added FingersCrossedHandler::clear and BufferHandler::clear to reset them between batches in long running jobs
13
+
* Added support for adding extra fields from $_SERVER in the WebProcessor
14
+
* Fixed support for non-string values in PrsLogMessageProcessor
15
+
* Fixed SwiftMailer messages being sent with the wrong date in long running scripts
16
+
* Fixed minor PHP 5.6 compatibility issues
17
+
* Fixed BufferHandler::close being called twice
18
+
1
19
### 1.10.0 (2014-06-04)
2
20
3
21
* Added Logger::getHandlers() and Logger::getProcessors() methods
0 commit comments