-
Notifications
You must be signed in to change notification settings - Fork 8
/
CHANGELOG
50 lines (42 loc) · 1.47 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Changelog
=========
1.0 (2018-05-20)
~~~~~~~~~~~~~~~~
* Add support for Django 2.0.
* Fix issues with InfluxDB backend.
* Fix issues with RethinkDB backend
0.5 (2016-05-25)
~~~~~~~~~~~~~~~~
* Add InfluxDB reporting backend.
* Add RethinkDB reporting backend
* Add ZMQ queue class and task for asynchronous reporting.
0.4 (2016-04-28)
~~~~~~~~~~~~~~~~
Add support to run Kaneda in asynchronous mode.
-----------------------------------------------
* Add Celery and RQ queue classes and tasks with backend reporting.
* Add the option to configure Kaneda with a settings file.
* Add utils.py file to handle the settings.
* Add asynchronous reporting, settings file and queue classes documentation.
* Add integration and benchmark testing. Improve unit tests.
Add Django support.
-------------------
* Move from django-kaneda project.
* Add integration tests.
* Improve Django documentation
0.3.1 (2016-03-29)
~~~~~~~~~~~~~~~~~~
* ElasticBackend now can be configured passing a list of 'hosts' or a list of 'connection_urls'.
0.3 (2016-03-28)
~~~~~~~~~~~~~~~~
* Add LoggerBackend.
* Add exeception treatment on backend report methods.
* Add connection timeout for storage backends.
* Storage backends now support passing client or connection url as parameters instead all parameters.
* Add support to use django-kaneda on debug mode.
0.2 (2016-02-17)
~~~~~~~~~~~~~~~~
* Refactor backend payload build method to unpack value field when is a dict.
0.1 (2016-01-13)
~~~~~~~~~~~~~~~~
* Initial release.