OpenDRR / opendrr-api

REST API for OpenDRR data / API REST pour les données OpenDRR
MIT License
4 stars 7 forks source link

Bump elasticsearch from 7.16.1 to 8.1.3 #194

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps elasticsearch from 7.16.1 to 8.1.3.

Release notes

Sourced from elasticsearch's releases.

8.1.3

Client

  • Client is compatible with Elasticsearch 8.1.3

8.1.2

Client

  • Client is compatible with Elasticsearch 8.1.2

8.1.1

Documents

  • Changed the source and dest parameters of the reindex API to be required.

Mappings

  • Changed the fields parameter of the field_caps API to be required.

8.1.0

Transforms

  • Added the transform.reset_transform API

8.0.1

Client

  • Fixed the sort parameter of multiple APIs to serialize in the query string when using the shorthand form

Indices

  • Fixed the index parameter to be required for the indices.field_usage_stats API

SQL

  • Added the catalog, keep_alive, keep_on_completion, params, runtime_mappings, and wait_for_completion_timeout parameters to the sql.query API

8.0.0

:warning: v8.0.0 is a new major release and contains some breaking changes. For information on how migrate your application from v7.x to v8.0.0 you can read the migration guide here.

Client

Added

  • Added the top-level .options() method to Elasticsearch and AsyncElasticsearch for modifying transport options.
  • Added parameters corresponding to JSON request body fields for all APIs
  • Added basic_auth parameter for specifying username and password authentication
  • Added bearer_auth parameter for specifying an HTTP bearer token or service token
  • Added the meta property to ApiError to access the HTTP response metadata of an error.

... (truncated)

Commits
  • e83cd91 [8.1] Update is_xpack_template() in wupe_cluster()
  • a0a7263 [8.1] Add release notes for 8.1.2
  • f221d48 Bump version to 8.1.3
  • caaefc2 Update APIs to 8.1.0-SNAPSHOT
  • a8e4a32 [8.1] Add release notes for 8.1.1
  • 24b89ec [8.1] [DOCS] Fixes ES startup code block markdown
  • 04dbec1 [8.1] Change 'Connecting' section to make connecting to SOBD clusters easier
  • 2265b4f Bump version to 8.1.2
  • 878f2ab Update APIs to 8.1-SNAPSHOT
  • a52999c Bump version to 8.1.1
  • 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[bot] commented 2 years ago

Superseded by #196.