Skip to content

1.11.0

Compare
Choose a tag to compare
@williarin williarin released this 03 Aug 09:00
· 34 commits to master since this release

New features

  • PHP 8.2 compatibility #42
  • New IN_ALL operator to query exactly all values in an array #43

Performance

  • Improve performance of EAV querying by using WHERE instead of HAVING #47

Fixes

  • Fix ContextAwareDenormalizerInterface deprecation #44
  • Fix IN operator with associative arrays #45
  • Fix GenericData denormalization #46
  • Fix multiple EAV conditions 3e7e7cc