Skip to content

Latest commit

 

History

History
57 lines (49 loc) · 2.49 KB

File metadata and controls

57 lines (49 loc) · 2.49 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

v6.0.0 - 2025-12-16

Added

  • strict types declaration to all PHP files (add missing types, declare strict types and some improvements #140)
  • return types to Nelmio\SolariumBundle\ClientRegistry and Nelmio\SolariumBundle\DependencyInjection\Configuration (add missing types, declare strict types and some improvements #140)
  • support for Symfony 8 (#139)

Changed

  • marked classes as final: Nelmio\SolariumBundle\DependencyInjection\Configuration, Nelmio\SolariumBundle\DependencyInjection\NelmioSolariumExtension, Nelmio\SolariumBundle\Logger (add missing types, declare strict types and some improvements #140)
  • removed support for PHP 8.1 (#140)

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