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
82 stars 32 forks source link

Chore(deps): Bump elasticsearch/elasticsearch from 8.13.0 to 8.16.0 #392

Open dependabot[bot] opened 1 week ago

dependabot[bot] commented 1 week ago

Bumps elasticsearch/elasticsearch from 8.13.0 to 8.16.0.

Release notes

Sourced from elasticsearch/elasticsearch's releases.

Release 8.16.0

Release 8.15.0

  • Updated the APIs to Elasticsearch 8.15.0
  • Added the support of OpenTelemetry

Read the elastic-transport-php README for more information about OpenTelemetry support.

Release 8.14.0

This release is compatible with the latest Elasticsearch 8.14.0.

This release introduces 3 new APIs and 10 EXPERIMENTAL APIs.

  • Specific changes per endpoints
    • Ccr.deleteAutoFollowPattern
      • Added the master_timeout parameter (time), explicit operation timeout for connection to master node.
    • Ccr.follow
      • Added the master_timeout parameter (time), explicit operation timeout for connection to master node.
    • Ccr.followInfo
      • Added the master_timeout parameter (time), explicit operation timeout for connection to master node.
    • Ccr.followStats
      • Added the timeout parameter (time), explicit operation timeout.
    • Ccr.forgetFollower
      • Added the timeout parameter (time), explicit operation timeout.
    • Ccr.getAutoFollowPattern
      • Added the master_timeout parameter (time), explicit operation timeout for connection to master node.
    • Ccr.pauseFollow
      • Added the master_timeout parameter (time), explicit operation timeout for connection to master node.
    • Ccr.putAutoFollowPattern
      • Added the master_timeout parameter (time), explicit operation timeout for connection to master node.
    • Ccr.resumeAutoFollowPattern
      • Added the master_timeout parameter (time), explicit operation timeout for connection to master node.
    • Ccr.resumeFollow
      • Added the master_timeout parameter (time), explicit operation timeout for connection to master node.
    • Ccr.stats
      • Added the timeout parameter (time), explicit operation timeout.
      • Added the master_timeout parameter (time), explicit operation timeout for connection to master node.
    • Ccr.unfollow
      • Added the master_timeout parameter (time), explicit operation timeout for connection to master node.
    • ConnectorSyncJob
      • The APIs of ConnectorSyncJob has been removed and merged in Connector namespace.
    • Connector.delete
      • Added the delete_sync_jobs parameter (boolean), determines whether associated sync jobs are also deleted.
    • Connector.syncJobCancel (new EXPERIMENTAL API)
    • Connector.syncJobCheckIn (new EXPERIMENTAL API)

... (truncated)

Changelog

Sourced from elasticsearch/elasticsearch's changelog.

Release 8.15.0

Updated the APIs to Elasticsearch 8.15.0 and added the support of OpenTelemetry. Read the elastic-transport-php README for more information about OpenTelemetry support.

Release 8.14.0

This release introduces 3 new APIs and 10 EXPERIMENTAL APIs.

... (truncated)

Commits
  • ab0fdb4 Fixed Yaml test + added tests to skip
  • 78badb4 Prep. for 8.16.0
  • c132519 Updated endpoints to 8.16.0
  • 7440931 PHP 8.4 compatibility (#1415)
  • 34c2444 Updated CHANGELOG and release notes for 8.15.0
  • f77a9d8 Moved SEARCH_ENDPOINTS const in Client
  • b293371 Updated the endpoint to 8.15.0 adding the OTel support
  • 66171e2 Updated Elastic logo image
  • a44d9b3 Merge pull request #1407 from elastic/add-catalog-info-2
  • 2dac996 Create catalog-info file
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)