Release Notes for 3.3.0
Feature release (minor)
3.3.0
- Total issues resolved: 0
- Total pull requests resolved: 12
- Total contributors: 8
New Features
- 11666: Auto-detect values for EnumType columns thanks to @derrabus
- 11576: Add support for using nested DTOs thanks to @eltharin
- 11575: Allow named Arguments to be passed to Dto thanks to @eltharin
- 11528: Add
createNamedParameter
toQueryBuilder
thanks to @norkunas
Improvements
-
11657: Support for DBAL 4.2 EnumType in SchemaTool thanks to @beberlei
-
11560: Remove unused $pkColumns when gathering columns thanks to @smoothie
-
11557: Make CountWalker use COUNT(*) when $distinct is explicitly set to false (#11552) thanks to @d-ph
-
11365: Reintroduce PARTIAL, but only for non-object hydration. thanks to @beberlei
-
11653: [GH-8471] Undeprecate PARTIAL for objects in DQL thanks to @beberlei
Deprecations
- 11512: Deprecate DatabaseDriver thanks to @greg0ire