Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency elasticsearch to v7.13.0 #6004

Merged

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented May 31, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
elasticsearch ==7.5.1 -> ==7.13.0 age adoption passing confidence

Release Notes

elastic/elasticsearch-py

v7.13.0

Compare Source

Client

Added

  • Added support for compatibility header for Elasticsearch. If the environment variable ELASTIC_CLIENT_APIVERSIONING=1 is set the client will send the headers Accept and Content-Type with the following value: application/vnd.elasticsearch+json;compatible-with=7.

APIs

Cat

  • Added the include_unloaded_segments parameter to the cat.nodes API

Snapshot Features

  • Added the features.reset_features experimental API

Fleet

  • Added the fleet.global_checkpoints expiremental API

Ingest

  • Added the ingest.geo_ip_stats API

Machine Learning

  • Added the ml.delete_trained_model_alias API
  • Added the ml.preview_data_frame_analytics API
  • Added the ml.put_trained_model_alias API
  • Changed the ml.delete_data_frame_analytics, ml.delete_trained_model, ml.explain_data_frame_analytics, ml.get_data_fram_analytics, ml.get_data_frame_analytics_stats, ml.get_trained_models, ml.get_trained_models_stats, ml.put_trained_model, ml.start_data_frame_analytics, ml.stop_data_frame_analytics, ml.update_data_frame_analytics APIs from beta to stable.

Nodes

  • Added include_unloaded_segments parameter to node.stats API

Searchable Snapshots

  • Added the searchable_snapshots.cache_stats experimental API

Security

  • Added the security.clear_cached_service_tokens beta API
  • Added the security.create_service_token beta API
  • Added the security.delete_service_token beta API
  • Added the security.get_service_accounts beta API
  • Added the security.get_service_credentials beta API

Shutdown

  • Added the shutdown.delete_node experiemental API
  • Added the shutdown.get_node experimental API
  • Added the shutdown.put_node experimental API

Snapshots

  • Added the index_details parameter to snapshot.get API

Text Structure

  • Changed the text_structure.find_structure API from experimental to stable

v7.12.1

Compare Source

APIs

Text Structure

  • Changed the text_structure.find_text_structure API from experimental to stable

v7.12.0

Compare Source

APIs

Autoscaling

  • Changed autoscaling.delete_autoscaling_policy, autoscaling.get_autoscaling_policy, and autoscaling.put_autoscaling_policy APIs from experimental to stable

EQL

  • Added eql.get_status API

Logash

  • Added logstash.delete_pipeline, logstash.get_pipeline, and logstash.put_pipeline APIs

Machine Learning

  • Removed the experimental ml.find_text_structure API

Searchable Snapshots

  • Added storage parameter to the searchable_snapshots.mount API
  • Added level parameter to the searchable_snapshots.stats API

Search

  • Added the min_compatible_shard_node parameter to search()

Text Structure

  • Added experimental text_structure.find_text_structure API

v7.11.0

Compare Source

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

  • Added exclude_generated parameter to transform.get_transform API

Watcher

  • Added watcher.query_watches API

v7.10.1

Compare Source

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)

v7.10.0

Compare Source

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

.. _Optimistic Concurrency Control options: https://www.elastic.co/guide/en/elasticsearch/reference/current/optimistic-concurrency-control.html
.. _#​1431: elastic/elasticsearch-py#1431
.. _#​1406: elastic/elasticsearch-py#1406
.. _#​1401: elastic/elasticsearch-py#1401
.. _#​1394: elastic/elasticsearch-py#1394
.. _#​1387: elastic/elasticsearch-py#1387
.. _#​1297: elastic/elasticsearch-py#1297

v7.9.1

Compare Source

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

.. _#​1353: elastic/elasticsearch-py#1353
.. _#​1357: elastic/elasticsearch-py#1357

v7.9.0

Compare Source

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

    .. _#​1326: #​1326
    .. _#​1279: #​1279

v7.8.1

Compare Source

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

.. _#​1337: elastic/elasticsearch-py#1337

v7.8.0

Compare Source

v7.7.1

Compare Source

v7.7.0

Compare Source

  • Added support for ES 7.7 APIs (See #1182_)
  • Added ElasticsearchDeprecationWarning which is raised when a Warning
    HTTP header is sent by Elasticsearch. (See #1179_)
  • Added support for serializing numpy and pandas.
    data types to JSONSerializer. (See #1180_)
  • Added certifi as a dependency so HTTPS connections work automatically.
  • Fixed duplicated parameters in some API docstrings (See #1169, thanks to Morten Hauberg <https://github.com/mortenhauberg>!)

.. _#​1169: elastic/elasticsearch-py#1169
.. _#​1179: elastic/elasticsearch-py#1179
.. _#​1182: elastic/elasticsearch-py#1182

v7.6.0

Compare Source


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team as a code owner May 31, 2021 02:10
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 31, 2021
@snippet-bot
Copy link

snippet-bot bot commented May 31, 2021

No region tags are edited in this PR.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label May 31, 2021
@product-auto-label product-auto-label bot added the samples Issues that are directly related to samples. label May 31, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 31, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 31, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 31, 2021
@dandhlee dandhlee merged commit 87cad82 into GoogleCloudPlatform:master May 31, 2021
@renovate-bot renovate-bot deleted the renovate/elasticsearch-7.x branch May 31, 2021 02:37
jacek-izykowski pushed a commit to jacek-izykowski/python-docs-samples that referenced this pull request Jul 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement. samples Issues that are directly related to samples.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants