Skip to content

6.3.1

Compare
Choose a tag to compare
@mkalkbrenner mkalkbrenner released this 22 Jun 19:33
· 55 commits to master since this release

Added

  • Loadbalancer plugin can failover on an optional list of HTTP status codes
  • Solarium\QueryType\Extract\Query::setFile() now supports file pointer resources
  • Solarium\QueryType\Extract\Result::getFile() and getFileMetadata() to access the retrieved data for extractOnly=true

Fixed

  • Solarium\Core\Query\Helper::escapeTerm() has to quote reserved terms AND, OR, TO

Changed

  • Solarium\Core\Client\Endpoint::setAuthentication() marks $password as #[\SensitiveParameter] (PHP 8 >= 8.2.0)
  • Solarium\Core\Client\Endpoint::setAuthorizationToken() marks $token as #[\SensitiveParameter] (PHP 8 >= 8.2.0)
  • Solarium\Core\Client\Request::setAuthentication() marks $password as #[\SensitiveParameter] (PHP 8 >= 8.2.0)