CodeForAfrica / HealthTools.API

HealthTools API to retrieve, structure and return data being used by the health tools. Accessible at https://api.healthtools.codeforafrica.org/
https://api.healthtools.codeforafrica.org/
MIT License
19 stars 20 forks source link

Bump elasticsearch from 5.5.3 to 6.4.0 #93

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps elasticsearch from 5.5.3 to 6.4.0.

Changelog *Sourced from [elasticsearch's changelog](https://github.com/elastic/elasticsearch-py/blob/6.4.0/Changelog.rst).* > 6.4.0 (2019-04-12) ----------- \* Removed deprecated option `update_all_types`. \* add included\_type\_name in pertinet indices operations \* better logic to handle unicode and chunking > > 6.3.0 (2018-06-20) ----------- > > > - Add an exponential wait on delays > > - Fix issues with dependencies > > - Adding X-pack Docs > > - Adding forecast to x-pack ML client > > 6.2.0 (2018-03-20) > ================== > > > - cleanup for SSL Context > > - Add X-Pack clients to -py > > - Adding Gzip support for capacity constrained networks > > - `_routing` in bulk action has been deprecated in ES. Introduces a breaking change if you use `routing` as a field in your documents. > > 6.1.1 (2018-01-05) > ================== > > > - Updates to SSLContext logic to make it easier to use and have saner defaults. > > - Doc updates > > 6.1.0 (2018-01-05) > ================== > > > - bad release > > 6.0.0 (2017-11-14) > ================== > > > - compatibility with Elasticsearch 6.0.0 > > 5.5.0 (2017-11-10) > ================== > > > - `streaming_bulk` helper now supports retries with incremental backoff > > - `scan` helper properly checks for successful shards instead of just checking `failed` > > - compatible release with elasticsearch `5.6.4` > > - fix handling of UTF-8 surrogates > > 5.4.0 (2017-05-18) > ================== > > > - `bulk` helpers now extract `pipeline` parameter from the action dictionary. > > 5.3.0 (2017-03-30) > ================== > > Compatibility with elasticsearch 5.3 > ... (truncated)
Commits - [`e6c372f`](https://github.com/elastic/elasticsearch-py/commit/e6c372f1e8603dcf0580eed523ae4cfc1aae3d6d) Create elasticsearch6 package - [`183be07`](https://github.com/elastic/elasticsearch-py/commit/183be07c3258c539b04e7913c42ecaca6adff391) Bump version to 6.4.0 - [`2c6e603`](https://github.com/elastic/elasticsearch-py/commit/2c6e60380a705965066fc9f6e81cfa83d71c4390) Add NullHandler to logger for all Python versions ([#896](https://github-redirect.dependabot.com/elastic/elasticsearch-py/issues/896)) - [`23c0e32`](https://github.com/elastic/elasticsearch-py/commit/23c0e327777e201c9188d2060c1fde0b16306ef2) Add include_type_name in pertinent indices operations ([#902](https://github-redirect.dependabot.com/elastic/elasticsearch-py/issues/902)) - [`85573db`](https://github.com/elastic/elasticsearch-py/commit/85573db2759922aed7fb655cfdd7cb95d3071a34) Restructuring `helpers` dir ([#886](https://github-redirect.dependabot.com/elastic/elasticsearch-py/issues/886)) - [`3c8cfa1`](https://github.com/elastic/elasticsearch-py/commit/3c8cfa17fe5429c9a9feebbb473a624cdd1ac79f) Merge pull request [#884](https://github-redirect.dependabot.com/elastic/elasticsearch-py/issues/884) from jonahbull/add-jjbb-jobs - [`5d07771`](https://github.com/elastic/elasticsearch-py/commit/5d077718d5b4ad9a713e4f3e22c179d67efd5bde) Add JJBB jobs to .ci - [`6cdf258`](https://github.com/elastic/elasticsearch-py/commit/6cdf258f61bef59db433ca69174ef2d7d829e932) fix python 3.x str.decode exception ([#877](https://github-redirect.dependabot.com/elastic/elasticsearch-py/issues/877)) - [`b8c241d`](https://github.com/elastic/elasticsearch-py/commit/b8c241d5ec852a92b31fc73ad7c7bb5860ef67e6) remove extraneous refresh() in example/load.py ([#876](https://github-redirect.dependabot.com/elastic/elasticsearch-py/issues/876)) - [`f3f7266`](https://github.com/elastic/elasticsearch-py/commit/f3f7266c1f06674de81e377ff0523ceea92c86d2) better logic to handling unicode and chunking. ([#870](https://github-redirect.dependabot.com/elastic/elasticsearch-py/issues/870)) - Additional commits viewable in [compare view](https://github.com/elastic/elasticsearch-py/compare/5.5.3...6.4.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 4 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

DavidLemayian commented 4 years ago

@dependabot ignore this major version

dependabot-preview[bot] commented 4 years ago

OK, I won't notify you about version 6.x.x again, unless you re-open this PR or update to a 6.x.x release yourself.