Skip to content

Releases: APSL/kaneda

1.0

21 May 15:06
Compare
Choose a tag to compare
  • Add support for Django 2.0.
  • Fix issues with InfluxDB backend.
  • Fix issues with RethinkDB backend

0.5

25 May 17:48
Compare
Choose a tag to compare
0.5
  • Add InfluxDB reporting backend.
  • Add RethinkDB reporting backend
  • Add ZMQ queue class and task for asynchronous reporting.

0.4

24 May 22:42
Compare
Choose a tag to compare
0.4

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

24 May 22:42
Compare
Choose a tag to compare
  • ElasticBackend now can be configured passing a list of 'hosts' or a list of 'connection_urls'.

0.3

24 May 22:41
Compare
Choose a tag to compare
0.3
  • 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

24 May 22:41
Compare
Choose a tag to compare
0.2 Pre-release
Pre-release
  • Refactor backend payload build method to unpack value field when is a dict.

0.1

24 May 22:40
Compare
Choose a tag to compare
0.1 Pre-release
Pre-release
  • Initial release.