Skip to content

Latest commit

 

History

History
47 lines (41 loc) · 1.78 KB

CHANGELOG.md

File metadata and controls

47 lines (41 loc) · 1.78 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

Added

Deprecated

Changed

Fixed

Security

v5.0.0 - 2021-11-16

Added

  • Added compatibility with Solarium ^6.1
  • Added support for PHP 8
  • Added support for Symfony 6

Changed

  • Dropped support for Solarium 5
  • Dropped support for PHP 7.2
  • Removed the deprecated adapter_class configuration option
  • Removed the deprecated timeout configuration option

v4.1.0 - 2021-11-15

Added

  • Added adapter_service and adapter_timeout configuration options

Deprecated

  • Deprecated the adapter_class configuration option. Use adapter_service instead for custom adapters.
  • Deprecated the timeout option for endpoints. Configure the timeout on the client using adapter_timeout or configure your custom adapter service accordingly.

Changed

  • Removed support for Symfony <= 4.4, 5.0, 5.1 and 5.2
  • Require Solarium ^5.2

Fixed

  • Fixed deprecations introduced in Solarium 5.2

v4.0.0 - 2020-05-08

Changed

  • Add support for Symfony v5.x #PR-98

v4.0.0-rc.1 - 2019-12-16

Changed

  • Removed support for PHP 7.1 (require PHP >= 7.2)
  • Removed support for unmaintained Symfony versions
  • Require Solarium >= 5.x

Fixed

  • Fixed Symfony 4.4 deprecations