* `15`_ When logging to ``/dev/log`` with python 2.7, the connection was permanently lost when the local syslog server was restarted. * `16`_ The ``extra`` info of a message did not overwrite that of the logging adapter instance.
1.1.1
~~~~~~~~~~~~~~~~~~~~~
**Fixed**
* `14`_ Fixed handling of ``extra`` parameter in logging adapter.
1.1.0
~~~~~~~~~~~~~~~~~~~~~
**Added**
* The ``msg`` parameter for the logger handler can now be absent allowing "structured data only" messages.
**Fixed**
* Correct the automatic value of the ``hostname`` when the value is anything other then ``NILVALUE`` * The syslog message is now empty in conformance with RFC5424 when it's value is ``None`` or an empty string.
1.0.3
~~~~~~~~~~~~~~~~~~~~~
No functional changes. Only documentation was changed.
**Added**
* Logstash configuration example for RFC5424.
**Changed**
* Moved most of the documentation out of the readme file.
1.0.2
~~~~~~~~~~~~~~~~~~~~~
**Fixed**
* Package description rendering on PyPi due to bug `pypa/wheel189 <https://github.com/pypa/wheel/issues/189>`_
1.0.1
~~~~~~~~~~~~~~~~~~~~~
**Added**
* `12`_: It's now possible to send syslog messages as `MSG-ANY <https://tools.ietf.org/html/rfc5424section-6>`_ which suppresses the UTF-8 byte order mark (BOM) when sending messages.