- 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
- Added scheme config option for every endpoint
- Bumped Solarium requirement to 3.3.0
- Added client load balance config support
- Added a ClientRegistry class
- Fixed DataCollector / Profiler support
- Fixed issue when a solr request was issued after one that failed
- Fixed links in the Symfony Profiler
- Fixed bug in Symfony Profiler support
- Fixed bug in Symfony 2.1 / 2.2 support
- Added support for user:pass@host in dsn configuration
- Fix bug in Monolog support with Symfony 2.1
- Migrated to Solarium 3.x, use the 1.x version of this bundle if you want to keep using Solarium 2.x
- Added support for defining multiple endpoints
- Added Monolog support
- Added Stopwatch data for the Symfony Profiler
- Added data collector for the Symfony Profiler and debug toolbar
- Added support for defining multiple clients
- Added dsn option to configure clients in one line
- Initial release