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

3.4.x bugfix release (patch)

### 3.4.4

- Total issues resolved: **0**
- Total pull requests resolved: **4**
- Total contributors: **3**

#### Bug

 - [12043: Only throw PHP 8.4 requirement exception when enabling native lazy objects.](https://github.com/doctrine/orm/pull/12043) thanks to @beberlei

#### Improvement

 - [12039: do not register the legacy proxy class name resolver with enabled native lazy ghost](https://github.com/doctrine/orm/pull/12039) thanks to @xabbuh

#### Static Analysis

 - [12033: Remove wrong assertion](https://github.com/doctrine/orm/pull/12033) thanks to @greg0ire

#### Test Suite

 - [12030: Rework tests and benchmarks to work with lazy objects](https://github.com/doctrine/orm/pull/12030) thanks to @greg0ire