2.1.0 is coming soon, which will enable some rules that are currently disabled by default. The rules can still be turned off. If you're worried about disruptions, change your Composer constraint to ~2.0.14 to avoid minor version bumps.
What's Changed
- Fix hook_entity_operation cacheability parameter should not be nullable by @mglaman in #985
- Fix false positive in entityStoragePropertyAssignment rule when assigning null by @mglaman in #986
- Fix ContainerInterface::has() returning always-true for known services by @mglaman in #987
- Fix wrongly deprecated method RevisionableStorageInterface::loadRevision by @TheFakeCake in #980
New Contributors
- @TheFakeCake made their first contribution in #980
Full Changelog: 2.0.14...2.0.15