Skip to content

Bump elasticsearch from 2.4.1 to 7.15.0 - #1173

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/elasticsearch-7.15.0
Closed

Bump elasticsearch from 2.4.1 to 7.15.0#1173
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/elasticsearch-7.15.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 23, 2021

Copy link
Copy Markdown
Contributor

Bumps elasticsearch from 2.4.1 to 7.15.0.

Release notes

Sourced from elasticsearch's releases.

7.15.0

Client

We've recently announced our roadmap for 8.0.0 and have begun issuing deprecation warnings in the 7.x release stream to prepare users for upgrading to 8.0.0 when available.

Added

  • Added more precise type hints to many API parameters
  • Added explicit parameters to AsyncTransport and AIOHttpConnection
  • Added MapboxVectorTileSerializer for handling the application/vnd.mapbox-vector-tile mimetype. Because this mimetype is binary rather than text the raw response bytes are forwarded from the serializer without decoding

Fixed

  • Reduced amount of time to import the elasticsearch module by delaying imports of pandas and numpy until later in the JSON serialization stage if necessary

APIs

  • Deprecated positional arguments for APIs, instead use keyword arguments exclusively.

Search

  • Added the search_mvt experimental API
  • Added body field parameters to the search, scroll, and clear_scroll APIs
  • Deprecated the body parameter of the search, scroll, and clear_scroll APIs

Documents

  • Added body field parameters to the update API
  • Added the document parameter to the create and index APIs
  • Deprecated the body parameter of the create, index, and update APIs

Indices

  • Added the indices.disk_usage experimental API
  • Added the indices.fields_usage_stats experimental API
  • Added body field parameters to the indices.create API
  • Deprecated the body parameter of the indices.create API

Machine Learning

  • Added the ignore_unavailable, allow_no_indices, ignore_throttled, and expand_wildcards parameters to the ml.put_job API

Nodes

  • Added the nodes.clear_repositories_metering_archive experimental API
  • Added the nodes.get_repositories_metering_info experimental API
  • Added the shards option to the index_metric parameter of the nodes.stats API
  • Deprecated the doc_type parameter of the nodes.hot_threads API, instead use the type parameter

Security

... (truncated)

Commits
  • 688144f [7.15] Tweak language in compatibility section
  • 12d43cc [7.15] Delay importing numpy and pandas until necessary
  • 1b53210 Bump version to 7.15.0
  • f4abfeb Release 7.15.0a1
  • 5c9b1ba Use 'compat.PY2' for version detection
  • beefd49 Update APIs to 7.15-SNAPSHOT
  • 4163b38 [7.15] Deprecate 'doc_type' for query parameters
  • bfd68e9 [7.15] Add body fields to indices APIs
  • c828493 [7.15] Add body fields to scroll and search_mvt
  • 01a3c0a [7.15] [DOCS] Adds a link in the Example Use section to an Elastic Cloud inge...
  • 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)

Bumps [elasticsearch](https://github.com/elastic/elasticsearch-py) from 2.4.1 to 7.15.0.
- [Release notes](https://github.com/elastic/elasticsearch-py/releases)
- [Commits](elastic/elasticsearch-py@2.4.1...v7.15.0)

---
updated-dependencies:
- dependency-name: elasticsearch
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 23, 2021
@dependabot @github

dependabot Bot commented on behalf of github Oct 14, 2021

Copy link
Copy Markdown
Contributor Author

Superseded by #1183.

@dependabot dependabot Bot closed this Oct 14, 2021
@dependabot
dependabot Bot deleted the dependabot/pip/elasticsearch-7.15.0 branch October 14, 2021 17:00
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants