Skip to content

Bump elasticsearch from 6.3.1 to 7.10.1#490

Closed
dependabot-preview[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/elasticsearch-7.10.1
Closed

Bump elasticsearch from 6.3.1 to 7.10.1#490
dependabot-preview[bot] wants to merge 1 commit intodevelopfrom
dependabot/pip/elasticsearch-7.10.1

Conversation

@dependabot-preview
Copy link
Contributor

Bumps elasticsearch from 6.3.1 to 7.10.1.

Release notes

Sourced from elasticsearch's releases.

7.10.1

Client

Fixed

  • Fixed issue where the Scan helper would fail if a scroll response returned without a value for _shards.skipped (#1451)
  • Fixed handling of IPv6 hosts with a port in the computed Connection.host property (#1460)
  • Fixed documented task management API stability, should have been "experimental" (#1471)

Changed

  • Changed deprecated collections.Mapping in favor of collections.abc.Mapping for Python 3.9 (#1443)

7.10.0

Client

Added

  • Added support for Elasticsearch 7.10 APIs

  • Added basic type stubs for static type checking and IDE auto-complete of API parameters (#1297, #1406)

  • Added support for Optimistic Concurrency Control options (_if_seq_no/_if_primary_term) to bulk helpers (#1387)

  • Added support for passing _source with "_op_type": "update" bulk helpers (#1387)

  • Added API stability to doc-strings of API methods and documentation (#1410)

Removed

  • Removed explicit yarl dependency from [async] extra to avoid issue where pip would override aiohttp's pin of yarl. This was not a problem if you install with --use-feature=2020-resolver. Users should see no changes. (#1401)

Fixed

  • Fixed bug where Connection.log_request_failure() call would receive the compressed HTTP body rather than uncompressed when an error is raised for RequestsHttpConnection (#1394)

  • Fix a typo in AsyncTransport where sniff_timeout was used instead of sniffer_timeout (#1431, contributed by @HarrySky)

Basic APIs

Snapshot

  • Added snapshot.clone method

Index

  • Added require_alias parameter to multiple index APIs

X-Pack APIs

Changelog

Sourced from elasticsearch's changelog.

7.10.1 (2020-12-09)

  • Fixed issue where the Scan helper would fail if a scroll response returned without a value for _shards.skipped (#1451)
  • Fixed handling of IPv6 hosts with a port in the computed Connection.host property (#1460)
  • Fixed documented task management API stability, should have been as "experimental" (#1471)
  • Changed deprecated collections.Mapping in favor of collections.abc.Mapping for Python 3.9 (#1443)

7.10.0 (2020-11-11)

  • Added support for Elasticsearch 7.10 APIs
  • Added basic type stubs for static type checking and IDE auto-complete of API parameters (#1297, #1406)
  • Added support for Optimistic Concurrency Control options (_if_seq_no/_if_primary_term) to bulk helpers (#1387)
  • Added support for passing _source with "_op_type": "update" bulk helpers (#1387)
  • Fixed bug where Connection.log_request_failure() call would receive the compressed HTTP body rather than uncompressed when an error is raised for RequestsHttpConnection (#1394)
  • Fix a typo in AsyncTransport where sniff_timeout was used instead of sniffer_timeout (#1431)
  • Removed explicit yarl dependency from [async] extra to avoid issue where pip would override aiohttp's pin of yarl. This is not a problem if you install with --use-feature=2020-resolver. Users should see no changes. (#1401)

7.9.1 (2020-08-19)

  • Fixed the import of async helpers which were not available in 7.9.0 (#1353)
  • Added support for url_prefix when using AIOHttpConnection (#1357)

7.9.0 (2020-08-18)

  • Added support for ES 7.9 APIs
  • Fixed retries to not raise an error when sniff_on_connection_error=True and a TransportError is raised during the sniff step. Instead the retry will continue or the error that triggered the retry will be raised (See #1279 and #1326)

7.8.1 (2020-07-30)

  • Added the accept_enterprise parameter to xpack.info API (See #1337)

7.8.0 (2020-06-18)

  • Added support for ES 7.8 APIs
  • Added support for async/await with asyncio via AsyncElasticsearch. See documentation on using Asyncio with Elasticsearch for more information (See #1232, #1235, #1236)
  • Added async helpers async_bulk, async_streaming_bulk, async_scan, and async_reindex (See #1260)
  • Updated exists_source API to use non-deprecated Elasticsearch API routes when doc_type is not specified to suppress deprecation warnings (See #1272)

7.7.1 (2020-05-26)

  • Updated create, update, explain, get_source, and termvectors APIs to use non-deprecated Elasticsearch API routes when doc_type is not specified to suppress deprecation warnings (See #1253)

7.7.0 (2020-05-13)

Commits
  • e275834 Release 7.10.1
  • 531695d Mark task management APIs as experimental
  • 42e8c98 [API] Update REST APIs to a5e65beab27
  • a52ebaf [7.10] [DOCS] Adds Connecting section to Python book
  • 4369ed7 [7.10] Start using wipe_cluster() for consistent cluster state
  • d1f9940 [7.10] Support IPv6 braces in Connection.host
  • 0a92e9b [7.10] Handle qualified version snapshots with make.sh
  • f5bc6b2 [7.10] Remove -it option from make.sh Docker call
  • d8a9ccd [7.10] Allow '_shards.skipped' to be absent on scroll responses
  • 231a013 [7.10] Add Python 3.9 to CI
  • Additional commits viewable in compare view

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:

  • 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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 10, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #539.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/elasticsearch-7.10.1 branch February 11, 2021 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants