File tree Expand file tree Collapse file tree 5 files changed +37
-33
lines changed Expand file tree Collapse file tree 5 files changed +37
-33
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,43 @@ Changelog
5
5
6
6
.. changelog ::
7
7
: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.
9
45
10
46
.. changelog ::
11
47
:version: 0.0.4
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments