Skip to content
This repository has been archived by the owner on Nov 7, 2021. It is now read-only.

Releases: aio-libs-abandoned/aioes

aioes 0.7.1 release

19 Apr 19:09
Compare
Choose a tag to compare
  • Allow custom Connector in Transport: #138, #137;

  • Fix mutliple typos in documentation;

aioes 0.5.0 release

16 Jul 15:11
Compare
Choose a tag to compare

Changes

  • Allow scheme, username and password in connections #40

aioes 0.4.0 release

10 Feb 18:46
Compare
Choose a tag to compare

The release is compatible with elasticsearch 2+

aioes 0.3.0 release

27 Jan 13:00
Compare
Choose a tag to compare

Changes

  • Use aiohttp.ClientSession internally #36

aioes 0.2.0 relase

08 Oct 12:51
Compare
Choose a tag to compare

Changes

  • Make compatible with Elasticsearch 1.7
  • Support Python 3.5
  • Drop Python 3.3 support
  • Relicense under Apache 2

Release 0.1.0

04 Oct 11:49
Compare
Choose a tag to compare

I proud to announce first public release of asyncio-compatible ElasticSearch client library.

It's follows elasticsearch-py public interface but can be used asynchronously with EventLoop.