All Versions
62
Latest Version
Avg Release Cycle
30 days
Latest Release
-
Changelog History
Page 4
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