1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-09-09 04:30:46 +02:00

Fix hipchat dropping messages, fixes #1116

This commit is contained in:
Jordi Boggiano
2018-06-18 17:37:57 +02:00
parent 7c549e383c
commit ee10777821
2 changed files with 16 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
* Dropped official support for HHVM in test builds
* Fixed normalization of exception traces when call_user_func is used to avoid serializing objects and the data they contain
* Fixed naming of fields in Slack handler, all field names are now capitalized in all cases
* Fixed HipChatHandler bug where slack dropped messages randomly
* Fixed normalization of objects in Slack handlers
* Fixed support for PHP7's Throwable in NewRelicHandler
* Fixed race bug when StreamHandler sometimes incorrectly reported it failed to create a directory