Releases: algolia/search-bundle
v7.0.0
v6.0.1
5.2.1
chore: bumps version to 5.2.1
6.0.0
What's Changed
- feat: add support for symfony v6 by @DevinCodes in #364
- chore: add native return types by @DevinCodes in #366
Full Changelog: 5.1.2...6.0.0
5.1.0
5.0.0
3.3.2
3.3.1
3.3.0
-
Make Algolia Client lazy - PR #251
If you didn't set the
ALGOLIA_APP_ID
andALGOLIA_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
📕 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