Skip to content

v8.1.0

Latest

Choose a tag to compare

@eric-zaharia eric-zaharia released this 07 Apr 12:01

Note: This minor release contains breaking changes due to the underlying Algolia PHP SDK upgrade from v3 to v4. We chose to include these in a minor rather than a new major because v8.0.0 was released recently to add Symfony 8 support, and we want to keep the bundle's major version aligned with Symfony's.

Breaking Changes

  • SearchClient moved from Algolia\AlgoliaSearch\SearchClient to Algolia\AlgoliaSearch\Api\SearchClient
  • $requestOptions no longer auto-detects flat HTTP headers — wrap under ['headers' => [...]]
  • SearchServiceResponse::wait() no longer accepts parameters
  • SearchServiceResponse no longer extends Algolia\AlgoliaSearch\Response\AbstractResponse

See UPGRADE-8.1.md for the full migration guide.

What's Changed

  • Algolia PHP SDK upgraded from v3 to v4 (#395)

Full Changelog: 8.0.0...8.1.0