Skip to content

Releases: rollersearch/search

Release v2.0.0

Choose a tag to compare

@sstok sstok released this 31 Mar 10:00
v2.0.0
8e3e01c

It's finally here! After too many years of delay, the final stable version 2.0 is here.

While this would be a time for a big celebration, there is also a major but: The Elasticsearch
integration is currently still incomplete and requires more work than could be done in this short
time-frame. Now that v2.0 is finally out I will focus on getting this resolved a.s.a.p.

Rollersearch (formally RollerworksSearch) is now considered stable enough for production
usage. In the upcoming weeks (and months) a number of new features will be introduced
and preparations made for future compatibility of Doctrine ORM 4.0 and DBAL 5.0.

Changed

Release v2.0.0-RC1

Choose a tag to compare

@sstok sstok released this 23 Mar 15:05
v2.0.0-RC1
da82c21

The API is now marked as stable, no more signature changes or functional changes. Bug fixes only.

Fixed

  • [Core] Fix BirthdayValueComparator lowerThan() (sstok) #348

Release v2.0.0-BETA14

Choose a tag to compare

@sstok sstok released this 20 Mar 13:57
v2.0.0-BETA14
c54f852

Added

  • [Core] Add always sorting for stable sorting (sstok) #342
  • [Core] Allow more complex validating logic (sstok) #346

Changed

  • [BC BREAK] Make SearchOrder validating more strict (sstok) #341

Fixed

  • [Doctrine] Check order-field multi-mapping (sstok) #343
  • [Core] Ensure proper JsonInput structure (sstok) #345

Release v2.0.0-BETA13 Risky Friday 👻

Choose a tag to compare

@sstok sstok released this 13 Mar 19:06
v2.0.0-BETA13
d51961b

Beta13 on Friday the 13th.

Added

  • [Core] Harden StringLexer against mis-usage (sstok) #339

Changed

Deprecated

Fixed

  • Fix PHPStan errors and minor fixes (sstok) #337
  • [Core] Fix GenericFieldSetBuilder::set() unresolve (sstok) #340

Release v2.0.0-BETA12

Choose a tag to compare

@sstok sstok released this 07 Jan 19:03
v2.0.0-BETA12
f5f5c0a

Added

  • [Elasticsearch] Add support for Elastica 7 (sstok) #334

Release v2.0.0-BETA11

Choose a tag to compare

@sstok sstok released this 06 Jan 19:28
v2.0.0-BETA11
3e0a536

Same as v2.0.0-BETA10 but with proper support for Symfony 8.

Fixed

Release v2.0.0-BETA10

Choose a tag to compare

@sstok sstok released this 06 Jan 19:14
v2.0.0-BETA10
2decf6f

Added

  • [Core] Add BooleanType (sstok) #328
  • [BC BREAK] Add support for Symfony 8 and Api-Platform 4.2 (sstok) #331

Changed

  • [Bundle] Convert XML configuration to PHP (sstok) #329

Fixed

Release v2.0.0-BETA9

Choose a tag to compare

@sstok sstok released this 23 May 08:15
v2.0.0-BETA9
e213cf1

Feature

  • Add support for newer Doctrine versions (sstok) #327

Release v2.0.0-BETA8

Choose a tag to compare

@sstok sstok released this 12 May 14:25
v2.0.0-BETA8
f289e8d

Fixed

Release v2.0.0-BETA7

Choose a tag to compare

@sstok sstok released this 12 May 09:18
v2.0.0-BETA7
531629d

Added

  • [Doctrine] Add the Entity to OrmQueryField (sstok) #323