Skip to content

Release v2.0.0-BETA2

Compare
Choose a tag to compare
@sstok sstok released this 06 Sep 12:43
· 61 commits to main since this release
v2.0.0-BETA2
71cfc8d

This version drops support for older PHP versions, PHP 7.4 or higher is now required.

Support for older versions of Elasticsearch was dropped too add support Elasticsearch 7.3.
Elasticsearch dropped type-mapping, keeping compatibility with older versions would
require a big maintenance burden for RollerworksSearch.

Added

  • [Bundle] Auto configure interfaces services (sstok) #291
  • [BC BREAK] PHP 8 compatibility and dropping support for Symfony < 4.4 (sstok) #293
  • [BC BREAK] [Doctrine ORM] Add support for ordering (sstok) #294
  • [Core] Make SearchConditionBuilder easier to use (sstok) #295

Changed

  • [BC BREAK] Modernize the codebase (sstok) #297

Fixed

  • [Core] Fix failing tests with IntlTestHelper (sstok) #296