Skip to content

Bump elasticsearch from 6.3.1 to 7.11.0#539

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

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

Conversation

@dependabot-preview
Copy link
Contributor

Bumps elasticsearch from 6.3.1 to 7.11.0.

Release notes

Sourced from elasticsearch's releases.

7.11.0

Client

Added

  • Added the X-Elastic-Client-Meta HTTP header and the meta_header parameter for controlling the header (#1473)
  • Added ElasticsearchWarning which is raised when the Warning HTTP header is returned from Elasticsearch. ElasticsearchDeprecationWarning is now an alias for this warning type (#1495)

APIs

Async Search

  • Added the async_search.status API

Autoscaling

  • Added the autoscaling.get_autoscaling_capacity experimental API
  • Removed the autoscaling.get_autoscaling_decision experimental API

Cat

  • Changed cat.tasks API parameters node_id and parent_task to nodes and parent_task_id

Cluster

  • Changed cluster.delete_component_template, cluster.exists_component_template, and cluster.get_component_template, cluster.put_component_template APIs from experimental to stable

EQL

  • Changed eql.delete, eql.get, eql.search APIs from beta to stable

Indices

  • Added indices.migrate_to_data_stream API
  • Added indices.promote_data_stream API
  • Added expand_wildcards parameter to the indices.delete_data_stream and indices.get_data_stream APIs
  • Changed indices.delete_index_template, indices.exists_index_template, indices.get_index_template, indices.put_index_template, indices.simulate_index_template, and indices.simulate_template APIs moved from experimental to stable

Machine Learning

  • Added ml.upgrade_job_snapshot API
  • Added exclude_generated parameter to ml.get_data_frame_analytics, ml.get_datafeeds, ml.get_jobs, and ml.get_trained_models APIs
  • Changed ml.delete_data_frame_analytics, ml.delete_trained_model, ml.explain_data_frame_analytics, ml.get_data_frame_analytics, ml.get_data_frame_analytics_stats, ml.get_trained_models, ml.get_trained_models_stats, ml.put_data_frame_analytics, ml.put_trained_model, ml.start_data_frame_analytics, ml.stop_data_frame_analytics, ml.update_data_frame_analytics APIs from experimental to beta

Rollup

  • Added rollup.rollup API

Transform

... (truncated)

Changelog

Sourced from elasticsearch's changelog.

7.11.0 (2021-02-10)

  • Added support for 7.11 APIs
  • Added the X-Elastic-Client-Meta HTTP header and the meta_header parameter for controlling the header (#1473)
  • Added ElasticsearchWarning which is raised when the Warning HTTP header is returned from Elasticsearch. ElasticsearchDeprecationWarning is now an alias for this warning type (#1495)

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)

... (truncated)

Commits
  • ac8a4e8 Release 7.11.0
  • f509f10 [7.11] Fix config of client pytest fixtures
  • fa39846 Bump version to 7.11.0
  • 6d3bc61 Release 7.11.0b1
  • 206999f [7.11] [CI] Update integration test suite with new Docker distribution format
  • f5e441d [7.11] Implement 'arbitrary_key' feature for REST API tests
  • f838e70 [7.11] Implement 'contains' feature for REST API tests
  • 49181f5 [7.11] Fix async documentation link
  • 04689e3 [7.11] Use gzip to compress the release tarball
  • 36d0837 [7.11] Use ElasticsearchWarning instead of ElasticsearchDeprecationWarning
  • 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 Feb 11, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #573.

@dependabot-preview dependabot-preview bot deleted the dependabot/pip/elasticsearch-7.11.0 branch March 24, 2021 10:30
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