=======
CHANGES
=======

0.8.0 (2015-08-29)
------------------

- implemented stdout, stderr stream logging handler usable with circus. Use
  loglevel option for enable logging. The elasticsearch.trace logging handler
  is also supported if you use the trace option.

- added more comments

- improved tests


0.7.0 (2015-04-19)
------------------

- feature: switch elasticsearch backend from udp to http protocol. Since the
  udp bulk api is deprecated switch sending received log messages via http
  to elasticsearch using the elasticsearch python client library.

- feature: allow to define more then one elasticsearch server as backend in
  elasticsearch option.


0.6.0 (2015-04-18)
------------------

- feature: changed kibana entry_point to forwarder. This allows us to setup
  the new kibana 4 server as bin/kibana and the forwarder server as
  bin/forwarder.


0.5.0 (2014-03-24)
------------------

- initial release
