CHANGES
-------

0.6.1 (2016-09-08)
^^^^^^^^^^^^^^^^^^

* Accept bytes as payload #42

* Convert `Elasticsearch.close()` into a coroutine.

0.6.0 (2016-09-08)
^^^^^^^^^^^^^^^^^^

* Add support for verify_ssl #43

0.5.0 (2016-07-16)
^^^^^^^^^^^^^^^^^^

* Allow scheme, username and password in connections #40


0.4.0 (2016-02-10)
^^^^^^^^^^^^^^^^^^

* Fix ES2+ compatibility in transport address regex #38

0.3.0 (2016-01-27)
^^^^^^^^^^^^^^^^^^

* Use aiohttp.ClientSession internally #36

0.2.0 (2015-10-08)
^^^^^^^^^^^^^^^^^^

* Make compatible with Elasticsearch 1.7

* Support Python 3.5

* Drop Python 3.3 support

* Relicense under Apache 2


0.1.0 (2014-10-04)
^^^^^^^^^^^^^^^^^^

* Initial release
