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

Feature release (minor)

### 3.5.0

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

#### Improvement

 - [12037: Add console completion for entityName param of orm:mapping:describe c…](https://github.com/doctrine/orm/pull/12037) thanks to @stlgaits
 - [11978: #11977 implemented batching of `INSERT` operations in `UnitOfWork#executeInserts()` so that `EntityPersister#executeInserts()` calls are reduced](https://github.com/doctrine/orm/pull/11978) thanks to @Ocramius

#### Deprecation

 - [12036: Deprecate proxy autoloader and class name resolver](https://github.com/doctrine/orm/pull/12036) thanks to @greg0ire
 - [12022: Provide upgrade path to new ORMSetup::create* signature](https://github.com/doctrine/orm/pull/12022) thanks to @greg0ire
 - [12020: Deprecate more proxies-related methods or calls](https://github.com/doctrine/orm/pull/12020) thanks to @greg0ire
 - [12005: Deprecate not using native lazy objects on PHP 8.4+](https://github.com/doctrine/orm/pull/12005) thanks to @greg0ire
 - [11989: Deprecate methods for configuring no longer configurable features](https://github.com/doctrine/orm/pull/11989) thanks to @greg0ire

#### New Feature

 - [11988: Add index mapping to column](https://github.com/doctrine/orm/pull/11988) thanks to @jannes-io
 - [11781: Detect DBAL's number type](https://github.com/doctrine/orm/pull/11781) thanks to @derrabus