Skip to content

Releases: nelmio/NelmioSolariumBundle

v3.0.0-beta

12 Jan 11:50
Compare
Choose a tag to compare
v3.0.0-beta Pre-release
Pre-release

Changed

  • Updated changelog to follow the "Keep a Changelog" format
  • Updated tests: use ::class instead of FQDN, minor fixes
  • Removed support of dsn option for the endpoint parameter

Fixed

  • Removed usage of deprecated Solarium\Core\Plugin\Plugin
  • Fixed compatibility with Symfony4 DataCollectorInterface
  • Fixed auto-wiring deprecation on Symfony 3.4

v2.4.0

08 Aug 16:39
Compare
Choose a tag to compare
  • Added symfony4 to allowed versions
  • Fixed symfony3.2 WebProfiler compatibility issues

v2.3.0

04 Dec 17:15
Compare
Choose a tag to compare
  • Added support for configuring solarium plugins
  • Fixed the data collector templates for the new symfony profiler

v2.2.1

29 Mar 12:17
Compare
Choose a tag to compare
  • Fixed Symfony3 support (still requires solarium/solarium ^3.5@dev until they release 3.5.2 or 3.6.0)
  • Fixed creating a new EventDispatcher for nothing, we now reuse the Symfony one

v2.2.0

29 Mar 12:18
Compare
Choose a tag to compare
  • Added scheme config option for every endpoint
  • Bumped Solarium requirement to 3.3.0

v2.1.0

21 Oct 10:52
Compare
Choose a tag to compare
  • Added client load balance config support
  • Added a ClientRegistry class
  • Fixed DataCollector / Profiler support