Skip to content
### Release Notes for [2.3.0](https://github.com/doctrine/DoctrineBundle/milestone/50)

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](https://github.com/doctrine/DoctrineBundle/pull/1296) thanks to @HypeMC
 - [1290: add ability to override url with dsn params](https://github.com/doctrine/DoctrineBundle/pull/1290) thanks to @jrushlow
 - [1284: Enable `@CustomIdGenerator()` to reference services tagged as "doctrine.id_generator"](https://github.com/doctrine/DoctrineBundle/pull/1284) thanks to @nicolas-grekas

 - [1286: #1176 Deprecate (Blacklist|WellKnown) schema filters ](https://github.com/doctrine/DoctrineBundle/pull/1286) thanks to @ostrolucky

#### Improvement

 - [1283: Propagate template from EntityRepository](https://github.com/doctrine/DoctrineBundle/pull/1283) thanks to @VincentLanglet
 - [1260: Fix bugs in PhpArrayAdapter introduction](https://github.com/doctrine/DoctrineBundle/pull/1260) thanks to @ossinkine
 - [1259: Autowire entity managers by argument type and name](https://github.com/doctrine/DoctrineBundle/pull/1259) thanks to @HypeMC