2.8.0
版本发布时间: 2022-12-29 19:40:08
doctrine/DoctrineBundle最新发布版本:2.13.0(2024-09-01 17:50:32)
Release Notes for 2.8.0
Feature release (minor)
2.8.0
- Total issues resolved: 0
- Total pull requests resolved: 15
- Total contributors: 6
Improvement
-
1598: Allow Annotations 2, add attribute support to testing fixtures and test with attributes when able, allow the Annotations package to be an optional dependency thanks to @mbabker
-
1587: remove legacy DBAL logging services + parameters thanks to @dmaicher
-
1586: Drop support for Symfony 4 thanks to @derrabus
-
1581: deprecate all ORM proxy commands thanks to @dmaicher
-
1576: Raise PHPCS language level to PHP 7.4 thanks to @derrabus
-
1575: Add types to private properties thanks to @derrabus
-
1570: Drop support for DBAL 2 thanks to @dmaicher
-
1567: fix remaining getSchemaManager deprecation thanks to @dmaicher
-
1566: fix some DBAL 3.5 deprecations in commands thanks to @dmaicher
-
1597: Bump Psalm and plugins thanks to @derrabus
-
1592: Rename AsEventListener to AsDoctrineListener thanks to @nicolas-grekas
Feature
- 1568: Add option "doctrine.orm.enable_lazy_ghost_objects" thanks to @nicolas-grekas
- 1561: Add AsEventListener attribute thanks to @HypeMC
- 1560: Enable attaching an entity listener without specifying an event thanks to @HypeMC