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.13.1 to 7.13.4 #7949

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps elasticsearch from 7.13.1 to 7.13.4.

Release notes

Sourced from elasticsearch's releases.

7.13.4

Client

  • Client is compatible with Elasticsearch 7.13.4

7.13.3

Client

Fixed

  • NameError would be raised on Python 2.7 and 3.4 when a connection error would have otherwise been raised.

7.13.2

:warning: This release has been yanked on PyPI due to a regression in Python <3.5, please use another version.

Client

Fixed

  • Transport.perform_request() now properly reraises RecursionError (Contributed by @​hmilkovi)
  • AIOHttpConnection no longer sends Accept-Encoding: gzip, deflate when http_compress=None. Instead now sends no Accept-Encoding header.

APIs

Snapshot

  • Added the snapshot.repository_analyze API
Commits
  • c3a564b [7.13] Add release notes for 7.13.3
  • e5b488d Bump version to 7.13.3
  • ba8f295 [7.13] Tolerate RecursionError not being defined in Python<3.5
  • e71001d Update APIs to 7.13-SNAPSHOT
  • e083672 Fix test-matrix, mypy, and bad backport
  • 9f416c6 [7.13] Add release notes for 7.13.1 and 7.13.2 to elastic.co/guide
  • 3e885ac Bump version to 7.13.3
  • 448397a [7.13] Reraise RecursionError in Transport.perform_request()
  • d2d81db [7.13] Start testing on Python 3.10
  • 498eb00 Update link to bulk ingest example
  • 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 3 years ago

Codecov Report

Merging #7949 (93793ec) into master (21df856) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 93793ec differs from pull request most recent head 1ea5b82. Consider uploading reports for the commit 1ea5b82 to get more accurate results Impacted file tree graph

@@           Coverage Diff           @@
##           master    #7949   +/-   ##
=======================================
  Coverage   86.55%   86.55%           
=======================================
  Files          54       54           
  Lines        1622     1622           
  Branches      118      118           
=======================================
  Hits         1404     1404           
  Misses        192      192           
  Partials       26       26           

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 21df856...1ea5b82. Read the comment docs.

peterbe commented 3 years ago

@dependabot squash and merge