Skip to content

Commit 21aa02c

Browse files
committed
- 0.0.5
1 parent c973073 commit 21aa02c

File tree

5 files changed

+37
-33
lines changed

5 files changed

+37
-33
lines changed

changelog.rst

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,43 @@ Changelog
55

66
.. changelog::
77
:version: 0.0.5
8-
:include_notes_from: unreleased_changes
8+
:released: August 5, 2019
9+
10+
.. change::
11+
:tags: bug, setup
12+
:tickets: 6
13+
14+
Reorganized the tox.ini script so that a plain run of ``tox`` will run
15+
against a single interpreter. The "python setup.py test" command is
16+
no longer supported by setuptools and now emits a message that ``tox``
17+
should be used.
18+
19+
.. change::
20+
:tags: bug, protocol
21+
:tickets: 4
22+
23+
Added additional resiliency to the network protocol, such that if an
24+
entirely garbled message is sent to the server (such as making a test
25+
connection with nc and sending random characters), the protocol parser
26+
reports that the message is invalid rather than producing KeyError due to
27+
not being able to locate a message type.
28+
29+
.. change::
30+
:tags: bug
31+
:tickets: 5
32+
33+
Added error resiliency to the server and client threads, so that exceptions
34+
which occur are logged and the thread continues to run. Additionally, fixed
35+
the logging handler in the server plugin so that stack traces for errors
36+
are added to the output.
37+
38+
.. change::
39+
:tags: bug, config
40+
:tickets: 3
41+
42+
Fixed bug where the port number included in the SQLAlchemy URL with the
43+
collectd_port query string value would not be coerced into an integer,
44+
failing when it is passed to the socket send operation.
945

1046
.. changelog::
1147
:version: 0.0.4

unreleased_changes/3.rst

Lines changed: 0 additions & 7 deletions
This file was deleted.

unreleased_changes/4.rst

Lines changed: 0 additions & 9 deletions
This file was deleted.

unreleased_changes/5.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

unreleased_changes/6.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)