Releases: nelmio/NelmioSolariumBundle
Releases · nelmio/NelmioSolariumBundle
v3.0.0-beta
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
- Added symfony4 to allowed versions
- Fixed symfony3.2 WebProfiler compatibility issues
v2.3.0
- Added support for configuring solarium plugins
- Fixed the data collector templates for the new symfony profiler
v2.2.1
- 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
- Added scheme config option for every endpoint
- Bumped Solarium requirement to 3.3.0
v2.1.0
- Added client load balance config support
- Added a ClientRegistry class
- Fixed DataCollector / Profiler support