mdn / kuma

The project that powers MDN.
https://developer.mozilla.org
Mozilla Public License 2.0
1.93k stars 679 forks source link

Bump elasticsearch from 7.14.1 to 7.15.1 #8000

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps elasticsearch from 7.14.1 to 7.15.1.

Release notes

Sourced from elasticsearch's releases.

7.15.1

Client

  • Fixed a performance regression in JSONSerializer.default() when numpy and pandas weren't installed.
  • Changed the DeprecationWarning for the body parameter to be a "removed in a future version" instead of "removed in 8.0" in line with the 8.0 roadmap.

API

Search

  • The index parameter of the open_point_in_time API is now required, was optional.

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

... (truncated)

Commits
  • d8cea24 [7.15] Only import numpy/pandas once in JSONSerializer.default()
  • 38b136a [7.15] Use non-deprecated parameters in docs examples
  • 0453cc1 Update API to 7.15-SNAPSHOT
  • b2e6475 [7.15] Update body deprecations to specify 'future version' instead of '8.0.0'
  • 7dacb2a [7.15] Fix the formatting of 7.15.0 release notes
  • b311200 [7.15] Add code-block: python directive to code blocks
  • 214cb6e [7.15] Improve REST API test UX, fix MVT tests
  • f421db4 Bump Sphinx version
  • 8c19c5c Update APIs to 7.15-SNAPSHOT
  • 81d2035 [7.15] Add 7.15.0 release notes to documentation
  • 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)
codecov-commenter commented 2 years ago

Codecov Report

Merging #8000 (3f9d311) into master (8689848) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 3f9d311 differs from pull request most recent head 5db7817. Consider uploading reports for the commit 5db7817 to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##           master    #8000   +/-   ##
=======================================
  Coverage   87.84%   87.84%           
=======================================
  Files          69       69           
  Lines        2278     2278           
  Branches      168      168           
=======================================
  Hits         2001     2001           
  Misses        248      248           
  Partials       29       29           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 8689848...5db7817. Read the comment docs.

dependabot[bot] commented 2 years ago

Superseded by #8009.