Skip to content

Releases: algolia/search-bundle

v8.1.0

07 Apr 12:01

Choose a tag to compare

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

v8.0.0

25 Mar 13:05

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 7.0.0...8.0.0

v7.0.0

15 Jul 12:58

Choose a tag to compare

What's Changed

Full Changelog: 6.0.1...7.0.0

v6.0.1

13 Apr 08:17

Choose a tag to compare

What's Changed

  • Allow doctrine/persistence version up to 3.0 by @Kaaly in #370

New Contributors

Full Changelog: 6.0.0...6.0.1

5.2.1

07 Mar 15:23

Choose a tag to compare

chore: bumps version to 5.2.1

6.0.0

07 Mar 15:24

Choose a tag to compare

What's Changed

Full Changelog: 5.1.2...6.0.0

5.1.0

19 Apr 09:13

Choose a tag to compare

Changed

  • Update the Algolia API client version (#360)

5.0.0

19 Mar 10:22

Choose a tag to compare

  • Update Doctrine components and add Symfony 5.2 support (#355)
  • Drops support for PHP < 7.2

3.3.2

13 Sep 12:46

Choose a tag to compare

  • Fix bug in IndexManager::count to take parameters into account - PR #260

    Note that this bug fix is backward compatible but should be clean up
    when we release a next major version.

3.3.1

04 Sep 11:54

Choose a tag to compare

  • Little optimization, AlgoliaEngine will serialize an Entity only once - PR #255