2017-07-31 00:32:28 by Thomas Klausner | Files touched by this commit (229) |
Log message:
Switch github HOMEPAGEs to https.
|
2017-04-03 16:20:17 by Filip Hajny | Files touched by this commit (2) |
Log message:
Update databases/py-elasticsearch to 5.3.0.
- Compatibility with elasticsearch 5.3.
|
2017-02-14 11:39:34 by Filip Hajny | Files touched by this commit (2) |
Log message:
Update databases/py-elasticsearch to 5.2.0.
5.2.0 (2017-02-12)
- The client now automatically sends Content-Type http header set
to application/json. If you are explicitly passing in other
encoding than json you need to set the header manually.
5.1.0 (2017-01-11)
- Fixed sniffing
|
2016-11-08 10:05:26 by Filip Hajny | Files touched by this commit (3) | |
Log message:
Update databases/py-elasticsearch to 5.0.1.
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-19 12:13:41 by Filip Hajny | Files touched by this commit (3) |
Log message:
Update databases/py-elasticsearch to 2.4.0.
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
|
2016-01-07 17:09:02 by Filip Hajny | Files touched by this commit (2) |
Log message:
Update databases/py-elasticsearch to 2.2.0.
2.2.0 (2016-01-05)
- adding additional options for ssh - ssl_assert_hostname and
ssl_assert_fingerprint to the default connection class
- fix sniffing
2.1.0 (2015-10-19)
- move multiprocessing import inside parallel bulk for Google App Engine
|
2015-11-04 18:41:21 by Alistair G. Crooks | Files touched by this commit (78) |
Log message:
Remove duplicate SHA512 digests that crept in.
|
2015-11-03 02:56:36 by Alistair G. Crooks | Files touched by this commit (368) |
Log message:
Add SHA512 digests for distfiles for databases category
Problems found with existing distfiles:
distfiles/D6.data.ros.gz
distfiles/cstore0.2.tar.gz
distfiles/data4.tar.gz
distfiles/sphinx-2.2.7-release.tar.gz
No changes made to the cstore or mariadb55-client distinfo files.
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-10-18 18:46:53 by Filip Hajny | Files touched by this commit (3) |
Log message:
Update databases/py-elasticsearch to 2.0.0.
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-09-25 08:47:22 by Filip Hajny | Files touched by this commit (2) |
Log message:
Update py-elasticsearch to 1.7.0.
1.7.0 (2015-09-21)
- elasticsearch 2.0 compatibility
- thrift now deprecated, to be remoeved in future version
- make sure urllib3 always uses keep-alive
|