nextcloud / fulltextsearch_elasticsearch

🔍 Use Elasticsearch to index the content of your Nextcloud
https://apps.nextcloud.com/apps/fulltextsearch_elasticsearch
GNU Affero General Public License v3.0
81 stars 30 forks source link

Bump elasticsearch/elasticsearch from 7.12.0 to 8.3.2 #215

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps elasticsearch/elasticsearch from 7.12.0 to 8.3.2.

Release notes

Sourced from elasticsearch/elasticsearch's releases.

Release 8.3.0

This release is compatible with the latest Elasticsearch 8.3.0.

Added the following new API 🎉

Experimental

API changes

Cluster.deleteVotingConfigExclusions

Added master_timeout parameter (time). Timeout for submitting request to master.

Cluster.postVotingConfigExclusions

Added master_timeout parameter (time). Timeout for submitting request to master.

Ml.inferTrainedModel (renamed)

The Ml.inferTrainedModelDeployment API has been renamed in Ml.inferTrainedModel.

Ml.previewDatafeed

Added the following optional parameters:

  • start: string, the start time from where the datafeed preview should begin;
  • end: string, the end time when the datafeed preview should stop.

Ml.startTrainedModelDeployment

Added the following optional parameters:

  • number_of_allocations: int, the number of model allocations on each node where the model is deployed;
  • threads_per_allocation: int, the number of threads used by each model allocation during inference;
  • queue_capacity: int, controls how many inference requests are allowed in the queue at a time.

Snapshot.get

Added the index_names parameter (boolean). Whether to include the name of each index in the snapshot. Defaults to true.

Release 8.2.1

This release is compatible with the latest Elasticsearch 8.2.1.

Release 8.2.0

This release is compatible with the latest Elasticsearch 8.2.0.

This release includes the following fixes:

... (truncated)

Changelog

Sourced from elasticsearch/elasticsearch's changelog.

Release 8.3.0

Release 8.2.0

Release 8.1.0

Release 8.0.1

  • Fixed NoNodeAvailableException exception in endpoints e7d448d

Release 8.0.0

  • Finally released 8.0.0 GA.

Release 8.0.0-rc2

  • Added the common parameters in all the endpoints 6427f8c

Release 8.0.0-rc1

  • Fixed query string in API endpoints + added a first integration test e404235
  • Added AdapterOptions class and setNodePool() in ClientBuilder 9150f71
  • Fixed urlencode in params, Exception in test code generation 142327b
  • Improved client/server response exception messages 50de3e6

Release 8.0.0-alpha

First alpha release of elasticsearch-php 8.0.0.

This major release is a complete new PHP client for Elasticsearch. We build it from scratch! We tried to reduce the BC breaks as much as possible but there are some (big) differences:

Architectural changes:

... (truncated)

Commits


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 #220.