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
SearchClientmoved fromAlgolia\AlgoliaSearch\SearchClienttoAlgolia\AlgoliaSearch\Api\SearchClient$requestOptionsno longer auto-detects flat HTTP headers — wrap under['headers' => [...]]SearchServiceResponse::wait()no longer accepts parametersSearchServiceResponseno longer extendsAlgolia\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