Release Notes for 3.4.0
3.4.0
- Total issues resolved: 0
- Total pull requests resolved: 12
- Total contributors: 8
New Feature
- 11847: add capability to hydrate an entity in a dto thanks to @eltharin
- 11846: add capability to use allfields sql notation thanks to @eltharin
- 10624: feat: allow setting foreign key as deferrable thanks to @simPod
- 11852: Final tests and adjustments to allow mapping properties with hooks thanks to @beberlei
- 11659: Necessary refactorings for Property hooks thanks to @beberlei
- 11853: Add support for PHP 8.4 Lazy Objects RFC with configuration flag thanks to @beberlei
Improvement
- 11973: Add constructor argument thanks to @eltharin
- 11896: Association Mappings: replace assertions by explicit exceptions thanks to @olinox14
- 11813: [RFC] Expose QueryBuilder::getType thanks to @VincentLanglet
- 11776: Respect referencedColumnName defaults in custom naming strategies thanks to @curry684
Test Suite
Bugfixes
Code Style
- 11782: Fix CS thanks to @derrabus