Skip to content

Commit

Permalink
- 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zzzeek committed Aug 5, 2019
1 parent c973073 commit 21aa02c
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 33 deletions.
38 changes: 37 additions & 1 deletion changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,43 @@ Changelog

.. changelog::
:version: 0.0.5
:include_notes_from: unreleased_changes
:released: August 5, 2019

.. change::
:tags: bug, setup
:tickets: 6

Reorganized the tox.ini script so that a plain run of ``tox`` will run
against a single interpreter. The "python setup.py test" command is
no longer supported by setuptools and now emits a message that ``tox``
should be used.

.. change::
:tags: bug, protocol
:tickets: 4

Added additional resiliency to the network protocol, such that if an
entirely garbled message is sent to the server (such as making a test
connection with nc and sending random characters), the protocol parser
reports that the message is invalid rather than producing KeyError due to
not being able to locate a message type.

.. change::
:tags: bug
:tickets: 5

Added error resiliency to the server and client threads, so that exceptions
which occur are logged and the thread continues to run. Additionally, fixed
the logging handler in the server plugin so that stack traces for errors
are added to the output.

.. change::
:tags: bug, config
:tickets: 3

Fixed bug where the port number included in the SQLAlchemy URL with the
collectd_port query string value would not be coerced into an integer,
failing when it is passed to the socket send operation.

.. changelog::
:version: 0.0.4
Expand Down
7 changes: 0 additions & 7 deletions unreleased_changes/3.rst

This file was deleted.

9 changes: 0 additions & 9 deletions unreleased_changes/4.rst

This file was deleted.

8 changes: 0 additions & 8 deletions unreleased_changes/5.rst

This file was deleted.

8 changes: 0 additions & 8 deletions unreleased_changes/6.rst

This file was deleted.

0 comments on commit 21aa02c

Please sign in to comment.