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.2.0 to 7.3.0 #303

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps ruflin/elastica from 7.2.0 to 7.3.0.

Release notes

Sourced from ruflin/elastica's releases.

Release v7.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.

New Contributors

Full Changelog: https://github.com/ruflin/Elastica/compare/7.2.0...7.3.0

Changelog

Sourced from ruflin/elastica's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Backward Compatibility Breaks

Added

Changed

Deprecated

Removed

Fixed

Security

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

... (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 2 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