Commit graph

2 commits

Author SHA1 Message Date
imil
1e02815c86 Updated py-elasticsearch to 1.2.0
1.2.0 (2014-08-03)
------------------

Compatibility with newest (1.3) Elasticsearch APIs.

 * Filter out master-only nodes when sniffing
 * Improved docs and error messages

1.1.1 (2014-07-04)
------------------

Bugfix release fixing escaping issues with `request_timeout`.

1.1.0 (2014-07-02)
------------------

Compatibility with newest Elasticsearch APIs.

 * Test helpers - `ElasticsearchTestCase` and `get_test_client` for use in your
   tests
 * Python 3.2 compatibility
 * Use ``simplejson`` if installed instead of stdlib json library
 * Introducing a global `request_timeout` parameter for per-call timeout
 * Bug fixes
2014-08-14 16:53:00 +00:00
imil
f89d476e58 Initial import of py-elasticsearch, version 1.0.0, into the NetBSD Packages
Collection.

Official low-level client for Elasticsearch. Its goal is to provide common
ground for all Elasticsearch-related code in Python; because of this it tries
to be opinion-free and very extendable. The full documentation is available at
http://elasticsearch-py.rtfd.org/
2014-04-19 16:03:47 +00:00