2.4.0
版本发布时间: 2021-06-02 00:00:44
doctrine/DoctrineBundle最新发布版本:2.13.0(2024-09-01 17:50:32)
Release Notes for 2.4.0
Feature release (minor)
2.4.0
- Total issues resolved: 3
- Total pull requests resolved: 11
- Total contributors: 9
Bug
- 1356: Disallow mixed use of simplified and non-simplified configuration thanks to @ostrolucky and @bravik
Improvement
- 1349: Allow Symfony 6.0 thanks to @jderusse
-
1342: Deprecate
override_url
configuration option thanks to @nicolas-grekas - 1332: Support setting PSR-6 caches with ORM 2.9+ thanks to @alcaeus
-
1335: Deprecate mixing the
url
option withhost
,dbname
and a few others thanks to @nicolas-grekas
Feature
- 1328: Add "dbname_suffix" config option to vary the dbname per env thanks to @nicolas-grekas
- 1322: Add support for ORM 2.9 AttributeDriver thanks to @beberlei
- 1345: Add AsEntityListener attribute thanks to @nicolas-grekas
- 1297: Register remember me schema subscriber from Symfony Bridge thanks to @wouterj