A [BC BREAK] means the update will break the project for many reasons:
- new mandatory configuration
- new dependencies
- class refactoring
- Prevents to close the user session too quickly in order to allow Drupal to write in. It fixes the reset password process.
- Adds psr/log to fix the deprecation of LoggerInterface.
- [BC BREAK] Third argument of EntityRepository::findBy method is now $fieldConditions.
- [BC BREAK] Second argument of EntityRepository::findBy method is now $propertyConditions.
- Added some finders in EntityRepository class to retrieve some published contents.