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.3.0 to 7.3.1 #321

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps ruflin/elastica from 7.3.0 to 7.3.1.

Release notes

Sourced from ruflin/elastica's releases.

Release v7.3.1

Added

  • Added missing @throws annotations to Client::request and related methods #2153

Deprecated

  • Deprecated not passing a buckets_path and script when constructing Elastica\Aggregation\BucketScript and Elastica\Aggregation\BucketSelector

Fixed

  • Fix types order in Elastica\Query to work with psalm & expand the aggs type to include raw arrays
Changelog

Sourced from ruflin/elastica's changelog.

7.3.1

Added

  • Added missing @throws annotations to Client::request and related methods #2153

Deprecated

  • Deprecated not passing a buckets_path and script when constructing Elastica\Aggregation\BucketScript and Elastica\Aggregation\BucketSelector

Fixed

  • Fix types order in Elastica\Query to work with psalm & expand the aggs type to include raw arrays

7.3.0

Changed

  • Use ramsey/composer-install to simplify CI jobs and test with the lowest set of dependencies #2113
  • Bumped elasticsearch/elasticsearch to 7.10 to be able to use OpenPointInTime class #2113
  • Updated php-cs-fixer to 3.9.5 #2110
  • Changed Elastica\Index\Settings::get adding ability to get default settings by @​krasilnikovm #2115
  • Update AWSAuthV4 transport to sanitize host name for AWS requests before signing #2090
  • New method Elastica\Aggregation\Terms::setMissingBucket. For Composite Agg. Include in the response documents without a value for a given source. #2117
  • Increased PHPStan level to 5 by @​franmomu #2108

Removed

  • Removed CallbackStrategyTestHelper and ErrorsCollector from tests #2111

Fixed

  • Fixed Query/Terms terms phpdoc from array<bool|float|int|string> to list<bool|float|int|string> #2118
  • Fixed Response to prevent throwing JSONParseException when the response is empty.

7.2.0

Backward Compatibility Breaks

  • Changed SetProcessor::setValue signature to allow to pass any type, if you are overriding this method you must update the signature removing the string type-hint by @​franmomu #2082
  • Changed Settings::setMergePolicy signature to allow to pass int and string as argument 2, if you are overriding this method you must update the signature removing the string type-hint by @​franmomu #2085

Added

Changed

  • Updated symfony/phpunit-bridge to 6.0 by @​franmomu #2067
  • Updated php-cs-fixer to 3.8.0 #2074
  • Updated composer-normalize to 2.2.28 by @​deguif #2084
  • Increased PHPStan level to 4 #2080
  • ExceptionInterface extends Throwable #2083
  • Changed value in SetProcessor to accept mixed instead of string by @​franmomu #2082
  • Updated Query::create PHPDoc to include supported types and propagate it to callers by @​franmomu #2088
  • Update some iterable types in PHPDoc to be more specific by @​franmomu #2092
  • Updated AwsAuthV4Test adding assertions for exception type by @​franmomu #2094

Deprecated

  • Deprecated Elastica\Reindex::WAIT_FOR_COMPLETION_FALSE, use a boolean as parameter instead by @​franmomu #2070
  • Passing anything else than a boolean as 1st argument to Reindex::setWaitForCompletion, pass a boolean instead by @​franmomu #2070
  • Deprecated passing a string as 1st argument to Search::addIndex() and Search::hasIndex(), pass an Index instance instead by @​franmomu #2103

... (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)
sonarcloud[bot] commented 1 year 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