Release Notes for 2.20.7
2.20.x bugfix release (patch)
2.20.7
- Total issues resolved: 0
- Total pull requests resolved: 25
- Total contributors: 10
Bugfixes
- 12212: Revert "Fix fields of transient classes being considered duplicate with
reportFieldsWhereDeclared(#11769)" thanks to @mpdude - 12190: Fix collection filtering API for
IN/NOT INcomparisons that require type conversions thanks to @mpdude - 12187: [GH-9219] Add support for toIterable over mixed or scalar results. thanks to @beberlei
- 12183: Paginator with output walker returns count 0 when the query has previously been executed thanks to @mpdude
- 12182: do not call setAccessible() on PHP >= 8.1 thanks to @xabbuh
- 12181: use the empty string instead of null as an array offset thanks to @xabbuh
- 12174: Do not eagerly set metadata from
ResolveTargetEntityListenerthanks to @mpdude - 11895: Fix
IN/NOT INexpression handling and support enums when matching on to-many-collections thanks to @mpdude
Improvements
- 12238: Avoid triggering a deprecation notice in doctrine/collections thanks to @mpdude
- 12216: Use docs builder in ORM repo thanks to @paulinevos
- 12053: chore: remove run-all.sh thanks to @alexislefebvre
CI
- 12240: Bump actions/upload-artifact from 4 to 5 thanks to @dependabot[bot]
- 12239: Bump actions/download-artifact from 5 to 6 thanks to @dependabot[bot]
- 12227: Bump doctrine/.github from 10.1.0 to 12.0.0 thanks to @dependabot[bot]
- 12223: Bump doctrine/.github from 8.0.0 to 10.1.0 thanks to @dependabot[bot]
- 12185: Bump doctrine/.github from 7.3.0 to 8.0.0 thanks to @dependabot[bot]
- 12180: add jobs using PHP 8.5 in the CI thanks to @xabbuh
- 12139: Bump actions/checkout from 4 to 5 thanks to @dependabot[bot]
- 12127: Bump actions/download-artifact from 4 to 5 thanks to @dependabot[bot]
Documentation
Test Suite
- 12220: Escape library as a table name in tests (#12170) thanks to @mbeccati
- 12200: Fix DQL JOIN syntax in two test cases thanks to @mpdude
- 12003: Remove calls to
getMockForAbstractClass()thanks to @derrabus
Code Style
- 12134: PHPCS 3.13.2 thanks to @greg0ire
Static Analysis
- 12133: PHPStan 2.1.22 thanks to @greg0ire