Skip to content

3.3.0

Compare
Choose a tag to compare
@julienbourdeau julienbourdeau released this 28 Aug 13:13
· 194 commits to master since this release
  • 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