Skip to content

Releases: algolia/search-bundle

v7.0.0

15 Jul 12:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.0.1...7.0.0

v6.0.1

13 Apr 08:17
Compare
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
Compare
Choose a tag to compare
chore: bumps version to 5.2.1

6.0.0

07 Mar 15:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: 5.1.2...6.0.0

5.1.0

19 Apr 09:13
Compare
Choose a tag to compare

Changed

  • Update the Algolia API client version (#360)

5.0.0

19 Mar 10:22
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Little optimization, AlgoliaEngine will serialize an Entity only once - PR #255

3.3.0

28 Aug 13:13
Compare
Choose a tag to compare
  • Make Algolia Client lazy - PR #251

    If you didn't set the ALGOLIA_APP_ID and ALGOLIA_API_KEY env variables
    you will only get an error message when the client is used (a method is called),
    not when its injected and not used.

    Note: This requires that you install ocramius/proxy-manager and
    symfony/proxy-manager-bridge packages

  • Removed connection attribute for Doctrine Event Subscribers - PR #248

2.3.0-beta

28 Aug 16:13
Compare
Choose a tag to compare
2.3.0-beta Pre-release
Pre-release

📕 This is beta release to install it, make sure your composer.json has the following

  "prefer-stable": true, 
  "minimum-stability": "beta" (or dev or alpha)

📝 Version 2.x is officially not supported BUT all bug fixes related to the PR merged between 2.2 and 2.3 will still be merged.

CHANGELOG

  • Add a DataCollector with debug toolbar integration - PR #57

    Note: I'll add this feature to the 3.x branch as well, this is great.

  • Add disable Algolia call feature (part of previous PR)

  • Fix entity discovery for discriminated entities - PR #133

  • Allow skipping non Algolia entities in commands - PR #109

  • Catch exception when indexing which allows you to index entities with soft-deleted relationship - PR #119