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