CHANGELOG.md in logstash-logger-0.15.2 vs CHANGELOG.md in logstash-logger-0.16.0

- old
+ new

@@ -1,4 +1,17 @@ +## 0.16.0 + +This release is focused on improving the reliability of LogStashLogger. +Connectable log devices are now less likely to block or +raise an exception, which avoids impacting the operation of the program. There was +also a fix to avoid leaking connections. + +- Allow log messages to be dropped. [#81](https://github.com/dwbutler/logstash-logger/pull/81) +- Provide `max_message_size` option. [#80](https://github.com/dwbutler/logstash-logger/pull/80) +- Unify error logging. [#82](https://github.com/dwbutler/logstash-logger/pull/82) +- Drop message when there is an unrecoverable error. [#83](https://github.com/dwbutler/logstash-logger/pull/83) +- Safely close connection when reconnecting. [#84](https://github.com/dwbutler/logstash-logger/pull/84) + ## 0.15.2 - Fixes Windows support. [#64](https://github.com/dwbutler/logstash-logger/issues/64) ## 0.15.1 - Fixes MultiLogger overriding each logger with the default formatter. [#61](https://github.com/dwbutler/logstash-logger/issues/61)