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

Changelog History
Page 3

  • v6.0.0-rc.1 Changes

    June 18, 2020

    [6.0.0-rc.1]

    โž• Added

    • ๐Ÿ‘ \Solarium\Support\Utility::getXmlEncoding()

    ๐Ÿ›  Fixed

    • ๐Ÿ“œ MoreLikeThis result parsing fails on Solr Cloud
    • ๐Ÿ”Œ MinimumScoreFilter plugin might fail on Solr 7 in cloud mode
  • v6.0.0-beta.1 Changes

    June 15, 2020

    [6.0.0-beta.1]

    ๐Ÿ”„ Changed

    • PostBigRequest plugin now acts on PRE_EXECUTE_REQUEST event instead of POST_CREATE_REQUEST
    • CustomizeRequest plugin now acts on POST_CREATE_REQUEST event instead of PRE_EXECUTE_REQUEST

    โœ‚ Removed

    • ๐Ÿ‘ PHP 7.1 support
  • v6.0.0-alpha.1 Changes

    June 05, 2020

    โž• Added

    • โšก๏ธ Raw XML commands to update query
    • โšก๏ธ Raw XML from file in update query
    • โšก๏ธ Set input encoding for select and update queries
    • ๐Ÿ”ง Create and configure Managed Resources

    ๐Ÿ”„ Changed

    • More strict types and type hinting
    • ๐Ÿ”ง AdapterInterface does not extend ConfigurableInterface anymore
    • ๐Ÿ”ง Http Adapter does not implement ConfigurableInterface anymore
    • ๐Ÿ”ง Psr18Adapter does not implement ConfigurableInterface anymore
    • Solarium Client now accepts any PSR-14 compatible event dispatcher (previously it had to be the Symfony EventDispatcher)

    โœ‚ Removed

    • Zend2HttpAdapter
    • GuzzleAdapter
    • Guzzle3Adapter
    • Endpoint::setTimeout and Endpoint::getTimeout
    • Passing local parameter options (e.g. key, tag, exclude) without the local_ prefix
    • ๐Ÿ‘Œ Support for Solr versions before 7.7
  • v5.2.0 Changes

    April 13, 2020

    [5.2.0]

    โž• Added

    • PSR-18 http adapter

    ๐Ÿ›  Fixed

    • PUT requests against Solr 8.5.0 using the Zend2Http and Http adapters

    ๐Ÿ—„ Deprecated

    • Zend2HttpAdapter, use PSR-18 http adapter instead
    • GuzzleAdapter, use PSR-18 http adapter instead
    • Guzzle3Adapter, use PSR-18 http adapter instead
    • ๐Ÿ”ง Endpoint::setTimeout and Endpoint::getTimeout, configure the timeout on the http adapter instead
  • v5.1.6 Changes

    December 07, 2019

    [5.1.6]

    โž• Added

    • ๐Ÿ‘ Range facet pivot support
    • ๐Ÿ‘Œ Support for useConfiguredElevatedOrder
    • FilterQuery::setCache and FilterQuery::setCost()

    ๐Ÿ›  Fixed

    • Setting limit for pivot facets

    ๐Ÿ”„ Changed

    • Internal handling of Solr local parameters

    ๐Ÿ—„ Deprecated

    • Helper::cacheControl(). Use FilterQuery::setCache() and FilterQuery::setCost() instead.
  • v5.1.5 Changes

    December 06, 2019

    ๐Ÿ”’ Security

    • โœ‚ Remove explicit requirements for symfony/cache because of CVE-2019-18889

    โž• Added

    • ๐Ÿ‘ Symfony 5 support

    ๐Ÿ›  Fixed

    • ๐Ÿ—„ PHP 7.4 compatibility issue: deprecated parameter order of implode()
    • โœ… PHP 7.4 test coverage
    • Solarium\Component\Result\Stats\Result getters might return null
  • v5.1.4 Changes

    October 02, 2019

    [5.1.4]

    โž• Added

    • Solarium\Component\Facet\Pivot::setLimit()
    • Solarium\Component\Facet\Pivot::getLimit()

    ๐Ÿ›  Fixed

    • Client::checkExact() checks against wrong version number
  • v5.1.3 Changes

    September 13, 2019

    [5.1.3]

    ๐Ÿ›  Fixed

    • ๐Ÿ“œ Solarium\Component\ResponseParser\Debug fails on Solr Cloud 6.x during extracting timing phases
  • v5.1.2 Changes

    September 09, 2019

    [5.1.2]

    ๐Ÿ›  Fixed

    • ๐Ÿ‘ BufferedAdd does not support Symfony event dispatcher
    • โšก๏ธ An empty array as value in combination with the set modifier should remove a field when performing Atomic Updates
  • v5.1.1 Changes

    September 06, 2019

    [5.1.1]

    ๐Ÿ›  Fixed

    • PHP 7.1 compatibility issue: date constants are not available as part of DateTimeInterface before PHP 7.2.0
    • ๐Ÿ—„ Use Symfony\Contracts\EventDispatcher\Event instead of deprecated Symfony\Component\EventDispatcher\Event