All Versions
62
Latest Version
Avg Release Cycle
30 days
Latest Release
-

Changelog History
Page 4

  • v5.1.0 Changes

    September 03, 2019

    [5.1.0]

    ๐Ÿ›  Fixed

    • BufferedAdd::commit() type hints
    • ๐Ÿ—„ Symfony >=4.3 event dispatcher deprecation warnings

    [5.1.0-rc.1]

    โž• Added

    • Solarium\Core\Query\Helper::formatDate() now handles DateTimeImmutable

    ๐Ÿ”„ Changed

    • Try to capture complete response body as error message when using guzzle instead of using guzzle's truncated message
    • Adapted to Symfony >=4.3 event dispatching, backward compatible to >=3.4, <=4.2

    ๐Ÿ›  Fixed

    • ๐Ÿ“œ Complex ReRank queries should not cause Solr parse errors
    • โšก๏ธ Update request builders format \DateTimeImmutable correctly
    • ๐Ÿ—„ Symfony >=4.3 event dispatcher deprecation warnings

    โœ‚ Removed

    • ๐Ÿ‘ Symfony <3.4 support
  • v5.1.0-rc.1 Changes

    August 18, 2019

    [5.1.0-rc.1]

    โž• Added

    • Solarium\Core\Query\Helper::formatDate() now handles DateTimeImmutable

    ๐Ÿ”„ Changed

    • Try to capture complete response body as error message when using guzzle instead of using guzzle's truncated message
    • Adapted to Symfony >=4.3 event dispatching, backward compatible to >=3.4, <=4.2

    ๐Ÿ›  Fixed

    • ๐Ÿ“œ Complex ReRank queries should not cause Solr parse errors
    • โšก๏ธ Update request builders format \DateTimeImmutable correctly
    • ๐Ÿ—„ Symfony >=4.3 event dispatcher deprecation warnings

    โœ‚ Removed

    • ๐Ÿ‘ Symfony <3.4 support
  • v5.0.3 Changes

    July 05, 2019

    [5.0.3]

    ๐Ÿ›  Fixed

    • Solarium\QueryType\MoreLikeThis\Query::setBoost()

    ๐Ÿ”„ Changed

    • Solarium\Core\Query\AbstractQuery::setTimeZone() now accepts \DateTimeZone objects as parameter
  • v5.0.2 Changes

    May 14, 2019

    [5.0.2]

    ๐Ÿ›  Fixed

    • Spellchecker result isn't NULL in case of no suggestions and correctly spelled
    • RangeFacet Result
    • Solarium\QueryType\Select\Result and Component return types
    • Solarium\Component\Highlighting::setFields() should accept comma separated string, too
    • Solarium\Component\Result\Grouping\ValueGroup various return types
    • Solarium\Component\RequestBuilder\RequestParamsTrait::addParam should not add empty arrays
    • ๐Ÿ”Œ MinimumScoreFilterPlugin
    • โš™ Running the examples

    โž• Added

    • Solarium\Component\MoreLikeThis::setInterestingTerms()
    • Solarium\Component\MoreLikeThis::setMatchInclude()
    • Solarium\Component\MoreLikeThis::setMatchOffset()
  • v5.0.1 Changes

    ๐Ÿ›  Fixed

    • ๐Ÿ“š Getting started documentation
  • v5.0.0 Changes

    โž• Added

    • Component\Result\Facet\Bucket::getFacetSet()
  • v5.0.0-rc.1 Changes

    โž• Added

    • Spellcheck\Suggestion::getOriginalTerm()
    • QueryType\Stream\ExpressionBuilder

    ๐Ÿ”„ Changed

    • Usage of composer and autoloader in examples.

    ๐Ÿ›  Fixed

    • Query::setFields() should accept comma separated string, too.
    • Readthedocs theme

    ๐Ÿ—„ Deprecated

    • ๐Ÿ—„ QueryType\Stream\Expression is deprecated. Use QueryType\Stream\ExpressionBuilder instead.
  • v5.0.0-beta.1 Changes

    โž• Added

    • ๐Ÿ‘Œ Support multiple spellcheck dictionaries

    ๐Ÿ›  Fixed

    • Helper::rangeQuery() must not escape point values. Added a new parameter to turn off escaping.
  • v5.0.0-alpha.2 Changes

    โž• Added

    • Introduced FacetResultInterface

    ๐Ÿ›  Fixed

    • TypeError: Return value of Solarium\Component\Result\FacetSet::getFacet()
  • v5.0.0-alpha.1 Changes

    โž• Added

    • ๐Ÿ‘ Solr 8 support

    ๐Ÿ”„ Changed

    • โšก๏ธ Updated dev and test environments to newer package versions, for example PHPUnit 8.0
    • ๐Ÿ’… Use PHP 7.1 style argument and return type declarations
    • PHP 7.1 or higher required
    • ๐Ÿ”จ Refactored the two variants of DocumentInterface to become one to reduce confusion

    โœ‚ Removed

    • ๐Ÿ‘ PHP 7.0 support

    ๐Ÿ›  Fixed

    • Status codes of the HTTPAdapter