Skip to content
### Release Notes for [3.5.3](https://github.com/doctrine/orm/milestone/192)

3.5.x bugfix release (patch)

### 3.5.3

- Total issues resolved: **0**
- Total pull requests resolved: **13**
- Total contributors: **5**

#### Bug

 - [12236: bugfix - add fieldAlias for entities in dto](https://github.com/doctrine/orm/pull/12236) thanks to @eltharin
 - [12217: Fix DBAL deprecation](https://github.com/doctrine/orm/pull/12217) thanks to @derrabus
 - [12208: Handle quoted PK columns properly on DBAL 4](https://github.com/doctrine/orm/pull/12208) thanks to @derrabus
 - [12201: Fix missing import](https://github.com/doctrine/orm/pull/12201) thanks to @derrabus
 - [12142: Prefer non-deprecated AbstractAsset API](https://github.com/doctrine/orm/pull/12142) thanks to @derrabus

 - [12219: Move introduction outside of paragraph about 3.x](https://github.com/doctrine/orm/pull/12219) thanks to @greg0ire

#### Test Suite

 - [12218: Ignore DBAL deprecation that we cannot fix (yet)](https://github.com/doctrine/orm/pull/12218) thanks to @derrabus
 - [12202: Add missing "Test" suffix](https://github.com/doctrine/orm/pull/12202) thanks to @greg0ire
 - [12161: Switch to IgnoreDeprecations](https://github.com/doctrine/orm/pull/12161) thanks to @greg0ire
 - [12146: PHPUnit 11](https://github.com/doctrine/orm/pull/12146) thanks to @greg0ire

CI
--

 - [12188: Add a CI job that fails on deprecations](https://github.com/doctrine/orm/pull/12188) thanks to @derrabus

#### Documentation

 - [12175: Remove Database and Model First chapters that said little of value.](https://github.com/doctrine/orm/pull/12175) thanks to @beberlei
 - [12148: docs: generation strategies: differences between DBAL 3 and 4](https://github.com/doctrine/orm/pull/12148) thanks to @lucasmirloup