Update dependency doctrine/orm to v3.5.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
doctrine/orm (source) | require | minor |
3.4.3 -> 3.5.0
|
Release Notes
doctrine/orm (doctrine/orm)
v3.5.0
3.5.0
Release Notes forFeature release (minor)
3.5.0
- Total issues resolved: 0
- Total pull requests resolved: 9
- Total contributors: 5
New Features
- 11988: Add index mapping to column thanks to @jannes-io
- 11781: Detect DBAL's number type thanks to @derrabus
Improvements
- 12037: Add console completion for entityName param of orm:mapping:describe c… thanks to @stlgaits
-
11978: #11977 implemented batching of
INSERT
operations inUnitOfWork#executeInserts()
so thatEntityPersister#executeInserts()
calls are reduced thanks to @Ocramius
Deprecations
- 12036: Deprecate proxy autoloader and class name resolver thanks to @greg0ire
- 12022: Provide upgrade path to new ORMSetup::create* signature thanks to @greg0ire
- 12020: Deprecate more proxies-related methods or calls thanks to @greg0ire
- 12005: Deprecate not using native lazy objects on PHP 8.4+ thanks to @greg0ire
- 11989: Deprecate methods for configuring no longer configurable features thanks to @greg0ire
v3.4.4
3.4.4
Release Notes for3.4.x bugfix release (patch)
3.4.4
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 3
Bugfixes
- 12043: Only throw PHP 8.4 requirement exception when enabling native lazy objects. thanks to @beberlei
Improvement
- 12039: do not register the legacy proxy class name resolver with enabled native lazy ghost thanks to @xabbuh
Static Analysis
- 12033: Remove wrong assertion thanks to @greg0ire
Test Suite
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.