owncloud / search_elastic

Elasticsearch based full text search
https://github.com/owncloud/search_elastic
GNU General Public License v2.0
8 stars 1 forks source link

Bump ruflin/elastica from 7.1.1 to 7.1.2 #234

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps ruflin/elastica from 7.1.1 to 7.1.2.

Release notes

Sourced from ruflin/elastica's releases.

Release 7.1.2

Backward Compatibility Breaks

  • Changed Elastica\Exception\JSONParseException inheritance, it now extends \JsonException instead of \RuntimeException #1949

Added

  • Added Elastica\Aggregation\NormalizeAggregation #1956
  • Added Elastica\Suggest\Phrase::addDirectGenerator to align with ES specification #1964
  • Added support for psr/log 2.0 and 3.0 #1971
  • Added new optional 'case_insensitive' option to Elastica\Query\Wildcard #1894
  • Added Elastica\Result::getSort() fetching the "sort" property of results #1979
  • Added exposure of Point-In-Time ID for search responses in Elastica\ResultSet::getPointInTimeId() #1991
  • Added Elastica\Index::openPointInTime() for opening a PiT on the index #1994
  • Added possibility to specify PointInTime on Elastica\Query::setPointInTime() #1992
  • Added Elastica\Client::closePointInTime() for closing a PiT #1995

Changed

Fixed

  • Fixed compatibility with guzzlehttp/psr7 version 2.x #2002
  • Fixed the assignment of version, seq_no and primary_term on getDocument #1973
Changelog

Sourced from ruflin/elastica's changelog.

7.1.2

Backward Compatibility Breaks

  • Changed Elastica\Exception\JSONParseException inheritance, it now extends \JsonException instead of \RuntimeException #1949

Added

  • Added Elastica\Aggregation\NormalizeAggregation #1956
  • Added Elastica\Suggest\Phrase::addDirectGenerator to align with ES specification #1964
  • Added support for psr/log 2.0 and 3.0 #1971
  • Added new optional 'case_insensitive' option to Elastica\Query\Wildcard #1894
  • Added Elastica\Result::getSort() fetching the "sort" property of results #1979
  • Added exposure of Point-In-Time ID for search responses in Elastica\ResultSet::getPointInTimeId() #1991
  • Added Elastica\Index::openPointInTime() for opening a PiT on the index #1994
  • Added possibility to specify PointInTime on Elastica\Query::setPointInTime() #1992
  • Added Elastica\Client::closePointInTime() for closing a PiT #1995

Changed

Fixed

  • Fixed compatibility with guzzlehttp/psr7 version 2.x #2002
  • Fixed the assignment of version, seq_no and primary_term on getDocument #1973
Commits
  • fa4ddb1 Prepare for v7.1.2 (#2000)
  • 4809ae0 Fix guzzlehttp/psr7 2.x compatibility (#2002)
  • a97ede9 Add 'Elastica\Client::closePointInTime()' for closing a PiT (#1995)
  • 1580116 Update PHP CS-Fixer to v3.2.1 (#1996)
  • eb1badc Add possibility to specify PointInTime on Elastica\Query::setPointInTime() (#...
  • 0e2cabd Remove duplicated pipeline for php v7.2 (#1993)
  • c2f2512 Add exposure of Point-In-Time ID for search responses (#1991)
  • 08d28a7 Add for opening a PiT on the index
  • 2d689a4 README: Fix casing of GitHub and Stack Overflow
  • 95117f4 Fix addRange phpdoc
  • 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)
ownclouders commented 3 years ago

:boom: Acceptance tests pipeline apiLimitSearches-latest-mysql8.0-php7.4-es7.10 failed. The build has been cancelled.

https://drone.owncloud.com/owncloud/search_elastic/1752/20/1

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information