2.3.0
版本发布时间: 2021-03-20 16:46:25
doctrine/DoctrineBundle最新发布版本:2.13.0(2024-09-01 17:50:32)
Release Notes for 2.3.0
Feature release (minor)
2.3.0
- Total issues resolved: 0
- Total pull requests resolved: 7
- Total contributors: 6
Feature
-
1296: Autowire connections by argument type and name thanks to @HypeMC
-
1290: add ability to override url with dsn params thanks to @jrushlow
-
1284: Enable
@CustomIdGenerator()
to reference services tagged as "doctrine.id_generator" thanks to @nicolas-grekas -
1286: #1176 Deprecate (Blacklist|WellKnown) schema filters thanks to @ostrolucky
Improvement
- 1283: Propagate template from EntityRepository thanks to @VincentLanglet
- 1260: Fix bugs in PhpArrayAdapter introduction thanks to @ossinkine
- 1259: Autowire entity managers by argument type and name thanks to @HypeMC