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.
- Added support for Symfony 7 (#381). This means support for older Symfony versions is dropped in this new version, and PHP >= 8.2 is required.
- Loosened version restriction for
doctrine/persistence
(#370)
- 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.
- Made the
SettingsManager
class non-final (#365)
- Wait for tasks to finish before performing
moveIndex
when doing an atomic reindex (#362)
- Update the Algolia API client version (#360)
- Update Doctrine components and add Symfony 5.2 support (#355)
- Drops support for PHP < 7.2
- Import for aggregated models (#350)
- Use ClassUtils from Doctrine to avoid having Proxy into Algolia (#341)
- Adds atomic reindex support, via
--atomic
flag insearch:import
(#324)
- Major version - Upgrade Guide