CHANGES
=======

2.4.0
-----

* Ensure everything is terminated before exiting

2.3.0
-----

* qdrouterd: fix connector host address
* new kafka URL

2.2.2
-----

* postgresql: fix encoding of pgctl path

2.2.1
-----

* stdin expecting bytes instead of str

2.2.0
-----

* Implements apache qpid-dispatch-router driver
* tests: switch to kafka 1.0.2
* postgresql: add a --sync/--no-sync option
* Update to Mergify v2
* gnocchi: fix escape sequence
* Remove Python 3.5 support
* pep8: disable W503 and W504
* Implements apache artemis driver

2.1.2
-----

* Setup 2 partitions per topic
* pep8: enable flake8-logging-format
* fix py3 flake8 error
* gnocchi: Don't install outdated version
* tests: Remove s3srv testing
* ceph: Allow to delete pool
* Add .mergify.yml

2.1.1
-----

* Remove print statement

2.1.0
-----

* ceph: allow to run luminuous

2.0.7
-----

* Fix pep8 in test\_cli
* Fix command not found error in Python 3

2.0.6
-----

* make gnocchi use given port

2.0.5
-----

* Fix s3rver for latest version

2.0.4
-----

* Revert "wait the pifpaf process termination in fork mode"

2.0.3
-----

* Use last ceph lts
* gnocchi: use gnocchi-api binary when possible
* wait the pifpaf process termination in fork mode

2.0.2
-----

* Fix exception handling
* swift: use all needed workers

2.0.1
-----

* Fix exit code not being propagated

2.0.0
-----

* Replace cliff by click

1.12.1
------

* Set the Cliff namespace

1.12.0
------

* Wait logging thread and close the fd
* Use psutil to cleanup process
* Fix travis CI

1.11.4
------

* swift: use 127.0.0.1 instead of localhost for memcached

1.11.3
------

* gnocchi: run 4 api processes

1.11.2
------

* Remove deprecated parameters from server.properties
* gnocchi: allow any workers as possible
* Replace hacking with flake8 extensions

1.11.1
------

* Update wait\_for\_line for Kafka 1.0.0 server

1.11.0
------

* Update config for 0.11 kafka server
* Add leseb image in README.rst

1.10.5
------

* gnocchi: handle virtual env on API

1.10.4
------

* correct disk name

1.10.3
------

* create data directory for swift
* Push release to PyPI using Travis

1.10.2
------

* Fix Python 2 ProcessLookupError
* Handle terminate lookup error
* tests: call setUp to init cleanups
* postgresql: do not call \_exec in \_\_init\_\_
