Release Notes for 2.11.0
Feature release (minor)
2.11.0
- Total issues resolved: 0
- Total pull requests resolved: 12
- Total contributors: 7
Documentation
- 1726: Prepare the 2.11.0 release thanks to @derrabus
Improvement
- 1723: Doctrine CS 12 thanks to @derrabus
- 1720: drop unused BacktraceLogger thanks to @dmaicher
- 1715: removing doctrine_schema_subscriber if doctrine-messenger is not installed thanks to @oleg-andreyev
- 1713: mark DoctrineMetadataCacheWarmer final + add $buildDir arg thanks to @dmaicher
- 1711: fix tests with Symfony 7 due to Annotation support removal thanks to @dmaicher
- 1707: DBAL 4 compatibility thanks to @dmaicher
- 1692: Add Symfony 7 support thanks to @ostrolucky
Feature
- 1722: Compatibility with ORM 3 thanks to @derrabus
- 1721: Extend dbal config and extension for result cache thanks to @chr-hertel
- 1714: Add support for disabling type comments in the schema thanks to @stof
- 1676: Add a
priority
attribute ondoctrine.middleware
tag and#[AsMiddleware]
attribute thanks to @Okhoshi