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 8.6.1 to 8.8.2 #279

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps elasticsearch/elasticsearch from 8.6.1 to 8.8.2.

Release notes

Sourced from elasticsearch/elasticsearch's releases.

Release 8.8.1

This release contains the following fix:

  • Added the psr/http-message ^2.0 support #1313 (this was supposed to be in 8.8.0)

Release 8.8.0

This release is compatible with the latest Elasticsearch 8.8.0.

General changes

This release introduces 15 new APIs: 13 EXPERIMENTAL and 2 stable.

Specific changes per endpoints

search

Added the include_named_queries_score boolean parameter. Indicates whether hit.matched_queries should be rendered as a map that includes the name of the matched query associated with its score (true) or as an array containing the name of the matched queries (false)

Cluster.getComponentTemplate

Added include_defaults boolean parameters. Return all default configurations for the component template (default: false)

Indices.deleteDataLifecycle (new EXPERIMENTAL API)

API: https://github.com/elastic/elasticsearch/blob/main/rest-api-spec/src/main/resources/rest-api-spec/api/indices.delete_data_lifecycle.json Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/master/dlm-delete-lifecycle.html

Indices.explainDataLifecycle (new EXPERIMENTAL API)

API: https://github.com/elastic/elasticsearch/blob/main/rest-api-spec/src/main/resources/rest-api-spec/api/indices.explain_data_lifecycle.json Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/current/dlm-explain-lifecycle.html

Indices.getDataLifecycle (new EXPERIMENTAL API)

API: https://github.com/elastic/elasticsearch/blob/main/rest-api-spec/src/main/resources/rest-api-spec/api/indices.get_data_lifecycle.json Documentation: https://www.elastic.co/guide/en/elasticsearch/reference/master/dlm-get-lifecycle.html

Indices.getDataStream

Added include_defaults boolean parameter. Return all relevant default configurations for the data stream (default: false)

Indices.getIndexTemplate

Added include_defaults boolean parameter. Return all relevant default configurations

... (truncated)

Changelog

Sourced from elasticsearch/elasticsearch's changelog.

Release 8.7.0

  • Added 2 new endpoints:
  • Added the delete_user_annotations boolean parameter in Ml.deleteJob. Should annotations added by the user be deleted
  • Added the delete_user_annotations boolean parameter in Ml.resetJob. Should annotations added by the user be deleted
  • Added the timeout time parameter in Transform.getTransformStats. Controls the time to wait for the stats
  • Added the from string parameter in Transform.startTransform. Restricts the set of transformed entities to those changed after this time
  • Allow plugin for php-http/discovery library #1294
Commits
  • d249dcd Bumps 8.8 to 8.8.2
  • 7f4ccfe Bumps 8.8 to 8.8.1
  • a751bb0 Added helpers in doc
  • 4027f29 Merge branch 'main' into 8.8
  • 53663e7 Added 8.8 endpoints
  • 6bd60df Updated MessageResponseTrait with PSR-7 v2.0 interfaces
  • 47f313b Merge branch 'gjuric-patch-1'
  • fb87fc8 Allow installation of psr/http-message v2.0
  • 3743d71 Set version to 8.8
  • 31e1fbb Require elastic/transport 8.7+
  • 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)