Skip to content

Latest commit

 

History

History
61 lines (36 loc) · 2.41 KB

CHANGELOG.md

File metadata and controls

61 lines (36 loc) · 2.41 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.

Release Notes

Changed

  • Loosened version restriction for doctrine/persistence (#370)

Changed

  • Added support for Symfony 6 (#366). This means support for Symfony v4 is dropped in this new version, as well as PHP <8.0.2.

Fixed

  • Made the SettingsManager class non-final (#365)

Fixed

  • Wait for tasks to finish before performing moveIndex when doing an atomic reindex (#362)

Changed

  • Update the Algolia API client version (#360)

Breaking Changes

  • Update Doctrine components and add Symfony 5.2 support (#355)
  • Drops support for PHP < 7.2

Fixed

  • Import for aggregated models (#350)

Fixed

  • Use ClassUtils from Doctrine to avoid having Proxy into Algolia (#341)

Added

  • Adds atomic reindex support, via --atomic flag in search:import (#324)

Changed