v3.0.0
This release is equivalent to v3.0.0-beta.3
Cumulative changes from v2.4:
Added
- Added support for
solariumphp/solarium
v4.x
Changed
- Refactored class locations (using src and tests sub-directories)
- Removed support for Solarium 3.x (supports for Solarium >= 4.0)
- Removed support for unmaintained SF versions (supports SF >= 2.8)
- Removed support for unmaintained PHP version (supports PHP >= 7.1)
- Updated changelog to follow the "Keep a Changelog" format
- Updated tests: use
::class
instead of FQDN, minor fixes - Removed support of
dsn
option for theendpoint
parameter (breaking change)
Fixed
- Fixed deprecations from Solarium 4.2
- Fixed deprecations from Symfony 4.2
- Removed usage of deprecated Solarium\Core\Plugin\Plugin
- Fixed compatibility with Symfony4 DataCollectorInterface
- Fixed auto-wiring deprecation on Symfony 3.4