odiaseo / synergy-solarium

ZF3 Solarium Integration
0 stars 2 forks source link

Bump solarium/solarium from 3.8.1 to 6.2.3 #41

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps solarium/solarium from 3.8.1 to 6.2.3.

Release notes

Sourced from solarium/solarium's releases.

6.2.3

Changes since 6.2.2

Added

  • Plugin\BufferedAddLite (BufferedAdd without event dispatching)
  • Plugin\BufferedDelete and Plugin\BufferedDeleteLite

Fixed

  • Local parameter values are now escaped automatically when necessary

Changes since 6.2.1

Added

  • PHP 8.1 support

Changes since 6.2.0

Added

  • Possibility to set the context on an endpoint for SolrCloud instances with a non-default hostContext or Solr instances behind a reverse proxy, defaults to solr if omitted

Changes since 6.1.6

Added

  • Component\FacetSet::setOffset()
  • Component\FacetSet::setMethod() and Component\FacetSet::{METHOD_ENUM,METHOD_FC,METHOD_FCS,METHOD_UIF}
  • Component\FacetSet::setEnumCacheMinimumDocumentFrequency()
  • Component\FacetSet::setExists()
  • Component\FacetSet::setOverrequestCount()
  • Component\FacetSet::setOverrequestRatio()
  • Component\FacetSet::setThreads()
  • Component\FacetSet::setPivotMinCount() to set the global facet.pivot.mincount parameter
  • Component\Facet\Pivot::setPivotMinCount() to set the facet.pivot.mincount parameter for a specific pivot's fields
  • Component\Facet\Pivot::setOffset()
  • Component\Facet\Pivot::setSort()
  • Component\Facet\Pivot::setOverrequestCount()
  • Component\Facet\Pivot::setOverrequestRatio()
  • Component\Facet\Field::METHOD_FCS for per-segment field faceting for single-valued string fields
  • Component\Facet\Field::METHOD_UIF for UnInvertedField faceting
  • Component\Facet\Field::setEnumCacheMinimumDocumentFrequency()
  • Component\Facet\Field::setExists()
  • Component\Facet\Field::setOverrequestCount()
  • Component\Facet\Field::setOverrequestRatio()
  • Component\Facet\Field::setThreads()
  • Component\Facet\JsonTerms::{SORT_COUNT_ASC,SORT_COUNT_DESC,SORT_INDEX_ASC,SORT_INDEX_DESC}
  • Component\Facet\JsonTerms::setOverRefine()
  • Component\Facet\JsonTerms::setPrelimSort()

Fixed

  • Component\Facet\Pivot::setLimit() now sets the correct query parameter
  • Component\Facet\JsonTerms::setSort() PHPDoc

Deprecated

  • Component\Facet\Pivot::setMinCount(), use Component\FacetSet::setPivotMinCount() or Component\Facet\Pivot::setPivotMinCount() instead

... (truncated)

Changelog

Sourced from solarium/solarium's changelog.

[6.2.3]

Added

  • Plugin\BufferedAddLite (BufferedAdd without event dispatching)
  • Plugin\BufferedDelete and Plugin\BufferedDeleteLite

Fixed

  • Local parameter values are now escaped automatically when necessary

[6.2.2]

Added

  • PHP 8.1 support

[6.2.1]

Added

  • Possibility to set the context on an endpoint for SolrCloud instances with a non-default hostContext or Solr instances behind a reverse proxy, defaults to solr if omitted

[6.2.0]

Added

  • Component\FacetSet::setOffset()
  • Component\FacetSet::setMethod() and Component\FacetSet::{METHOD_ENUM,METHOD_FC,METHOD_FCS,METHOD_UIF}
  • Component\FacetSet::setEnumCacheMinimumDocumentFrequency()
  • Component\FacetSet::setExists()
  • Component\FacetSet::setOverrequestCount()
  • Component\FacetSet::setOverrequestRatio()
  • Component\FacetSet::setThreads()
  • Component\FacetSet::setPivotMinCount() to set the global facet.pivot.mincount parameter
  • Component\Facet\Pivot::setPivotMinCount() to set the facet.pivot.mincount parameter for a specific pivot's fields
  • Component\Facet\Pivot::setOffset()
  • Component\Facet\Pivot::setSort()
  • Component\Facet\Pivot::setOverrequestCount()
  • Component\Facet\Pivot::setOverrequestRatio()
  • Component\Facet\Field::METHOD_FCS for per-segment field faceting for single-valued string fields
  • Component\Facet\Field::METHOD_UIF for UnInvertedField faceting
  • Component\Facet\Field::setEnumCacheMinimumDocumentFrequency()
  • Component\Facet\Field::setExists()
  • Component\Facet\Field::setOverrequestCount()
  • Component\Facet\Field::setOverrequestRatio()
  • Component\Facet\Field::setThreads()
  • Component\Facet\JsonTerms::{SORT_COUNT_ASC,SORT_COUNT_DESC,SORT_INDEX_ASC,SORT_INDEX_DESC}
  • Component\Facet\JsonTerms::setOverRefine()
  • Component\Facet\JsonTerms::setPrelimSort()

Fixed

  • Component\Facet\Pivot::setLimit() now sets the correct query parameter
  • Component\Facet\JsonTerms::setSort() PHPDoc

Deprecated

... (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)
dependabot[bot] commented 2 years ago

Superseded by #49.