summaryrefslogtreecommitdiff
path: root/databases/py-elasticsearch/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2016-11-08Update databases/py-elasticsearch to 5.0.1.fhajny1-1/+4
5.0.1 (2016-11-02) - Fixed performance regression in scan helper 5.0.0 (2016-10-19) - Version compatible with elasticsearch 5.0 - when using SSL certificate validation is now on by default. Install certifi or supply root certificate bundle. - elasticsearch.trace logger now also logs failed requests, signature of internal logging method log_request_fail has changed, all custom connection classes need to be updated - added headers arg to connections to support custom http headers - passing in a keyword parameter with None as value will cause that param to be ignored
2016-08-19Update databases/py-elasticsearch to 2.4.0.fhajny1-1/+4
2.4.0 (2016-08-17) - ping now ignores all TransportError exceptions and just returns False - expose scroll_id on ScanError - increase default size for scan helper to 1000 - changed Transport.perform_request to just return the body, not status as well. 2.3.0 (2016-02-29) - added client_key argument to configure client certificates - debug logging now includes response body even for failed requests
2015-10-18Update databases/py-elasticsearch to 2.0.0.fhajny1-19/+1
2.0.0 (2015-10-14) - Elasticsearch 2.0 compatibility release 1.8.0 (2015-10-14) - removed thrift and memcached connections, if you wish to continue using those, extract the classes and use them separately. - added a new, parallel version of the bulk helper using thread pools
2015-08-26Update databases/py-elasticsearch to 1.6.0.fhajny1-32/+32
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
2014-08-14Updated py-elasticsearch to 1.2.0imil1-32/+38
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-19Initial import of py-elasticsearch, version 1.0.0, into the NetBSD Packagesimil1-0/+78
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/