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.5.0 to 7.6.1 #98

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps elasticsearch/elasticsearch from 7.5.0 to 7.6.1.

Release notes

Sourced from elasticsearch/elasticsearch's releases.

Release 7.6.1

This release fixes an issue with guzzlehttp/ringphp and guzzle/streams dependencies. It uses a fork of these libraries in ezimuel/ringphp and ezimuel/guzzlestreams repositories.

See 92a6a4a commit.

Release 7.6.0

  • Generated the new endpoints for Elasticsearch 7.6.0 be31f31

The following fix are also included in elasticsearch-php 7.5.1:

  • Fixes port missing in log #925 75e0888
  • Fixes #993 adding ClientBuilder::includePortInHostHeader() for including port in the Host header. By default, the port is not included. #997
  • Replace abandoned packages: ringphp, streams and phpstan-shim #996
  • Fixed gzip compression when setting Cloud Id #986

For more information about Elasticsearch 7.6 release please read the following page: https://www.elastic.co/blog/elasticsearch-7-6-0-released

Release 7.5.1

  • Fixes port missing in log #925 commit 75e0888
  • Fixes #993 adding ClientBuilder::includePortInHostHeader() for including port in the Host header. By default, the port is not included. #997
  • Replace abandoned packages: ringphp, streams and phpstan-shim #996
  • Fixed gzip compression when setting Cloud Id #986
Changelog

Sourced from elasticsearch/elasticsearch's changelog.

Release 7.6.1

  • Fixed issue with guzzlehttp/ringphp and guzzle/streams using forks ezimuel/ringphp and ezimuel/guzzlestreams 92a6a4a

Release 7.6.0

  • Generated the new endpoints for Elasticsearch 7.6.0 be31f31

Release 7.5.1

  • Fixes port missing in log #925 75e0888
  • Added ClientBuilder::includePortInHostHeader() to add the port in the Host header. This fixes #993. By default the port is not included in the Host header. #997
  • Replace abandoned packages: ringphp, streams and phpstan-shim #996
  • Fixed gzip compression when setting Cloud Id #986
Commits
  • d4f24bc Prep. release 7.6.1
  • 92a6a4a Removed dev-master version for ringphp
  • d588fd0 Fixed ringphp and streams dependency issuegit add composer.json !
  • 3a55999 Added @dev in composer
  • 364814f Added @dev in composer for ringphp,streams
  • 7b70019 Removed alias 1.1.1 for ringphp
  • 3351807 Added alias 1.1.1 in composer for ringphp
  • 617f337 Merge branch '7.4'
  • aeb0c3f Remove minimum-stability:dev in composer
  • 0dbc572 Merge branch 'fix/composer' into 7.4
  • 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)