Solarium v6.2.4 Release Notes

  • โž• Added

    • ๐Ÿ‘ Symfony 6 support
    • ๐Ÿ‘ Solr 9 support
    • ๐Ÿ‘ Unified Highlighter support + improved support for other highlighters

    ๐Ÿ›  Fixed

    • Solarium\QueryType\Server\Collections\Query\Action\ClusterStatus::getRoute() always returned NULL even if a route was set
    • Solarium\Component\Highlighting\Highlighting::setMethod() didn't set the correct request parameter

    ๐Ÿ”„ Changed

    • Solarium\QueryType\Select\Query\Query::setCursormark() and getCursormark() are now setCursorMark() and getCursorMark() with uppercase M
    • 0๏ธโƒฃ Managed resources execute GET requests for the Exists command by default to avoid SOLR-15116 and SOLR-16274. Set the 'useHeadRequest' option to true to execute HEAD requests instead.

    โœ‚ Removed

    • Solarium\QueryType\Stream\Expression, use Solarium\QueryType\Stream\ExpressionBuilder instead