Next | Query returned 25 messages, browsing 21 to 30 | previous

History of commit frequency

CVS Commit History:


   2015-08-27 03:41:23 by Filip Hajny | Files touched by this commit (1)
Log message:
Set GITHUB_PROJECT properly, fixes fetch phase.
   2015-08-26 05:59:04 by Filip Hajny | Files touched by this commit (3)
Log message:
Update databases/py-elasticsearch to 1.6.0.

1.6.0 (2015-06-10)
- Add indices.flush_synced API
- helpers.reindex now supports reindexing parent/child documents

1.5.0 (2015-05-18)
- Add support for query_cache parameter when searching
- helpers have been made more secure by changing defaults to raise
  an exception on errors
- removed deprecated options replication and the deprecated benchmark api.
- Added AddonClient class to allow for extending the client from outside
   2015-03-09 16:56:33 by Emile iMil Heitor | Files touched by this commit (2)
Log message:
Updated py-elasticsearch to version 1.4.0

Changelog

1.4.0 (2015-02-11)

        Using insecure SSL configuration (verify_cert=False) raises a warning
        reindex accepts a query parameter
        enable reindex helper to accept any kwargs for underlying bulk and scan calls
        when doing an initial sniff (via sniff_on_start) ignore special sniff timeout
        option to treat TransportError as normal failure in bulk helpers
        fixed an issue with sniffing when only a single host was passed in

1.3.0 (2014-12-31)

        Timeout now doesn't trigger a retry by default (can be overriden by \ 
setting retry_on_timeout=True)
        Introduced new parameter retry_on_status (defaulting to (503, 504, )) \ 
controls which http status code should lead to a retry.
        Implemented url parsing according to RFC-1738
        Added support for proper SSL certificate handling
        Required parameters are now checked for non-empty values
        ConnectionPool now checks if any connections were defined
        DummyConnectionPool introduced when no load balancing is needed (only \ 
one connection defined)
        Fixed a race condition in ConnectionPool
   2014-08-14 18:53:00 by Emile iMil Heitor | Files touched by this commit (3)
Log message:
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-04-19 18:03:47 by Emile iMil Heitor | Files touched by this commit (4)
Log message:
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/

Next | Query returned 25 messages, browsing 21 to 30 | previous