Path to this page:
Subject: CVS commit: pkgsrc/databases/py-elasticsearch
From: Emile iMil Heitor
Date: 2015-03-09 16:56:33
Message id: 20150309155633.C2AB298@cvs.netbsd.org
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
Files: