Commit Graph
41 Commits
Author SHA1 Message Date
Nick Lang f0f3665e18 update the docs for 7 2019-06-19 10:18:53 +02:00
Nick Lang a29ea990a7 Bump version to 7.0.2 2019-05-28 11:33:06 -06:00
Nick Lang e1968ed95a Update the docs for compression. Closes #955 2019-05-17 13:33:51 -04:00
Nick Lang 8ab66b9bde update example directory to work with Es 7 2019-05-11 09:41:48 -06:00
Nick Lang c4f0454285 Bump to version 7.0.1 2019-05-10 16:51:51 -06:00
Nick Lang 01e62965a1 update test matrix 2019-05-09 16:39:18 -06:00
Nick Lang 45db46c855 upgrade start_elasticsearch to use 7.0.0 2019-04-26 12:05:30 -06:00
Nick Lang 0b7220aa4a Update readme to reflect new versions 2019-04-12 09:14:03 -06:00
Nick Lang f4c163dbc6 update versions and changelog to 7.x 2019-03-29 09:27:59 -06:00
Nick Lang 0867a56ce3 update makefile to create a docker-compose project
this allows for running multiple versions of python/es at the same time
on a single host
2018-11-16 16:28:11 -07:00
Nick Lang dfb12a5334 bump version to 6.3.1 2018-11-16 09:42:11 -07:00
Nick Lang c0d5f288c8 update runtests 2018-10-26 13:13:01 -06:00
Nick Lang 5bbaa77aa1 fixng formatting of matrix 2018-10-26 13:06:08 -06:00
Nick Lang bc4af210ab update certifi link. closes #822 2018-07-17 12:43:39 -07:00
Nick Lang 52006f4562 clean up docs, closes #800 2018-06-25 12:07:18 -06:00
Nick Lang e0fb772bcc Bump version to 6.3.0 2018-06-20 11:55:11 -06:00
Nick Lang 4352e56174 fixing max urllib3, updating authors 2018-06-19 12:55:48 -06:00
Nick Lang 9fe0763670 Merge branch 'master' of github.com:elastic/elasticsearch-py 2018-05-08 00:25:21 -06:00
Nick Lang 0252c2c652 Increase minimum requests version closes #784 2018-05-08 00:20:46 -06:00
Nick Lang c4a0a54006 Adding X-Pack api docs, closes #760 2018-04-02 11:44:47 -06:00
Nick Lang a9232fced7 adding extra for requests closes #753 2018-03-30 10:40:28 -06:00
Nick Lang d46bbdf124 Bump to 6.2.0 2018-03-20 13:41:15 -05:00
Nick Lang 7ca0b86dae update change log 2018-03-13 10:36:56 -06:00
Nick Lang 603cc9cd17 update docs and bunp changelog 2018-03-04 15:18:25 -08:00
Nick Lang 94ebf85404 better bash script to allow start from anywhere. closes #721 2018-02-03 12:20:26 -08:00
Nick Lang 4fce845daf Set default ES image since latest isn't avail, closes #720 2018-02-03 11:57:33 -08:00
Nick Lang 0d1d57a750 bump version travis uses for test 2018-01-10 13:50:49 -07:00
Nick Lang c4ce9af767 Skipping/Unskipping tests
Some tests need to be skipped till changes occur in elastic/elasticsarch
Also some previously skipped tests can be unskipped now.
2018-01-10 13:40:17 -07:00
Nick Lang e620165761 Elastic now supports -oss Docker Images
No need to use my personal docker iamges, now that Elastic creates oss docker images
2018-01-10 11:41:08 -07:00
Nick Lang 0ee964ede2 update changelog 2018-01-05 20:00:40 -07:00
Nick Lang ef08323d22 Bump to version 6.1.1 2018-01-05 19:51:20 -07:00
Nick Lang 50f89e4d47 moving import 2017-12-28 13:12:04 -07:00
Nick Lang 456e598c5b moving import 2017-12-28 13:09:16 -07:00
Nick Lang 415b3e7dc7 more docs updates 2017-12-28 12:37:59 -07:00
Nick Lang e74457866d updating the docs some more examples 2017-12-28 12:08:55 -07:00
Nick Lang bf1d64e88d Updates to SSL Context changes,
Bug with OSX made breaking changes to the way certifi was being imported
and used.

Unable to reproduce with Linux.

Found improper logic. Fixed now.
Also changing removing the flag for checking `verify_certs` as
it is `True` by default. Don't want to make users flag that as
`False` just to make things work.

A connection to an SSL instance should be:

    es = Elasticsearch("https://host:port", http_auth=(user,pass))

* If using Elastic Cloud or some other publicly recognized certificate
  that certifi can recognize.
2017-12-27 20:26:23 -07:00
Nick Lang 7339a272b5 Add SSL context for versions of Python that support SSL Context.
Instead of passing parameters manually, you can construct an SSL
context. This allows for greater flexibility in using self signed certs.
2017-10-06 11:27:15 -06:00
Nick Lang 24e5564f37 using 6.0.0-beta2 for travis 2017-09-07 09:27:06 -05:00
Nick Lang 71222abeff somewhere somehow a non ascii char got in these doc strings 2017-09-06 23:23:29 -05:00
Nick Lang a5b228a26d better handling of bytestrings in _escape
Fixes #627
2017-08-08 12:50:04 -06:00
Nick Lang c18d16326e bump year to 2017 2017-06-14 17:20:06 +02:00