Tags give the ability to mark specific points in history as being important
-
2.20.8
5bff0919 · ·### Release Notes for [2.20.8](https://github.com/doctrine/orm/milestone/193) 2.20.x bugfix release (patch) ### 2.20.8 - Total issues resolved: **0** - Total pull requests resolved: **4** - Total contributors: **3** CI -- - [12257: Bump doctrine/.github from 12.1.0 to 12.2.0](https://github.com/doctrine/orm/pull/12257) thanks to @dependabot[bot] - [12247: Setup composer lint workflow](https://github.com/doctrine/orm/pull/12247) thanks to @greg0ire #### Bug - [12254: fix: handling of empty array in SQL condition generation](https://github.com/doctrine/orm/pull/12254) thanks to @elliotbruneel #### Documentation - [12248: Drop link to mailing list](https://github.com/doctrine/orm/pull/12248) thanks to @greg0ire
-
3.5.4
dede2d77 · ·### Release Notes for [3.5.4](https://github.com/doctrine/orm/milestone/194) 3.5.x bugfix release (patch) ### 3.5.4 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** #### Improvement - [12262: Address default expression deprecation](https://github.com/doctrine/orm/pull/12262) thanks to @greg0ire
-
3.5.3
1220edf9 · ·### Release Notes for [3.5.3](https://github.com/doctrine/orm/milestone/192) 3.5.x bugfix release (patch) ### 3.5.3 - Total issues resolved: **0** - Total pull requests resolved: **13** - Total contributors: **5** #### Bug - [12236: bugfix - add fieldAlias for entities in dto](https://github.com/doctrine/orm/pull/12236) thanks to @eltharin - [12217: Fix DBAL deprecation](https://github.com/doctrine/orm/pull/12217) thanks to @derrabus - [12208: Handle quoted PK columns properly on DBAL 4](https://github.com/doctrine/orm/pull/12208) thanks to @derrabus - [12201: Fix missing import](https://github.com/doctrine/orm/pull/12201) thanks to @derrabus - [12142: Prefer non-deprecated AbstractAsset API](https://github.com/doctrine/orm/pull/12142) thanks to @derrabus - [12219: Move introduction outside of paragraph about 3.x](https://github.com/doctrine/orm/pull/12219) thanks to @greg0ire #### Test Suite - [12218: Ignore DBAL deprecation that we cannot fix (yet)](https://github.com/doctrine/orm/pull/12218) thanks to @derrabus - [12202: Add missing "Test" suffix](https://github.com/doctrine/orm/pull/12202) thanks to @greg0ire - [12161: Switch to IgnoreDeprecations](https://github.com/doctrine/orm/pull/12161) thanks to @greg0ire - [12146: PHPUnit 11](https://github.com/doctrine/orm/pull/12146) thanks to @greg0ire CI -- - [12188: Add a CI job that fails on deprecations](https://github.com/doctrine/orm/pull/12188) thanks to @derrabus #### Documentation - [12175: Remove Database and Model First chapters that said little of value.](https://github.com/doctrine/orm/pull/12175) thanks to @beberlei - [12148: docs: generation strategies: differences between DBAL 3 and 4](https://github.com/doctrine/orm/pull/12148) thanks to @lucasmirloup
-
2.20.7
59938cae · ·### Release Notes for [2.20.7](https://github.com/doctrine/orm/milestone/191) 2.20.x bugfix release (patch) ### 2.20.7 - Total issues resolved: **0** - Total pull requests resolved: **25** - Total contributors: **10** CI -- - [12240: Bump actions/upload-artifact from 4 to 5](https://github.com/doctrine/orm/pull/12240) thanks to @dependabot[bot] - [12239: Bump actions/download-artifact from 5 to 6](https://github.com/doctrine/orm/pull/12239) thanks to @dependabot[bot] - [12227: Bump doctrine/.github from 10.1.0 to 12.0.0](https://github.com/doctrine/orm/pull/12227) thanks to @dependabot[bot] - [12223: Bump doctrine/.github from 8.0.0 to 10.1.0](https://github.com/doctrine/orm/pull/12223) thanks to @dependabot[bot] - [12185: Bump doctrine/.github from 7.3.0 to 8.0.0](https://github.com/doctrine/orm/pull/12185) thanks to @dependabot[bot] - [12180: add jobs using PHP 8.5 in the CI](https://github.com/doctrine/orm/pull/12180) thanks to @xabbuh - [12139: Bump actions/checkout from 4 to 5](https://github.com/doctrine/orm/pull/12139) thanks to @dependabot[bot] - [12127: Bump actions/download-artifact from 4 to 5](https://github.com/doctrine/orm/pull/12127) thanks to @dependabot[bot] #### Improvement - [12238: Avoid triggering a deprecation notice in doctrine/collections](https://github.com/doctrine/orm/pull/12238) thanks to @mpdude - [12216: Use docs builder in ORM repo](https://github.com/doctrine/orm/pull/12216) thanks to @paulinevos #### Documentation - [12233: Docs: fix typos and grammar across reference docs](https://github.com/doctrine/orm/pull/12233) thanks to @alisolphp #### Test Suite - [12220: Escape library as a table name in tests (#12170)](https://github.com/doctrine/orm/pull/12220) thanks to @mbeccati - [12200: Fix DQL JOIN syntax in two test cases](https://github.com/doctrine/orm/pull/12200) thanks to @mpdude - [12003: Remove calls to `getMockForAbstractClass()`](https://github.com/doctrine/orm/pull/12003) thanks to @derrabus #### Bug - [12212: Revert "Fix fields of transient classes being considered duplicate with `reportFieldsWhereDeclared` (#11769)"](https://github.com/doctrine/orm/pull/12212) thanks to @mpdude - [12190: Fix collection filtering API for `IN`/`NOT IN` comparisons that require type conversions](https://github.com/doctrine/orm/pull/12190) thanks to @mpdude - [12187: [GH-9219] Add support for toIterable over mixed or scalar results.](https://github.com/doctrine/orm/pull/12187) thanks to @beberlei - [12183: Paginator with output walker returns count 0 when the query has previously been executed](https://github.com/doctrine/orm/pull/12183) thanks to @mpdude - [12182: do not call setAccessible() on PHP >= 8.1](https://github.com/doctrine/orm/pull/12182) thanks to @xabbuh - [12181: use the empty string instead of null as an array offset](https://github.com/doctrine/orm/pull/12181) thanks to @xabbuh - [12174: Do not eagerly set metadata from `ResolveTargetEntityListener`](https://github.com/doctrine/orm/pull/12174) thanks to @mpdude - [11895: Fix `IN`/`NOT IN` expression handling and support enums when matching on to-many-collections](https://github.com/doctrine/orm/pull/11895) thanks to @mpdude #### Code Style - [12134: PHPCS 3.13.2](https://github.com/doctrine/orm/pull/12134) thanks to @greg0ire - [12133: PHPStan 2.1.22](https://github.com/doctrine/orm/pull/12133) thanks to @greg0ire - [12053: chore: remove run-all.sh](https://github.com/doctrine/orm/pull/12053) thanks to @alexislefebvre
-
3.5.2
5a541b8b · ·### Release Notes for [3.5.2](https://github.com/doctrine/orm/milestone/190) 3.5.x bugfix release (patch) ### 3.5.2 - Total issues resolved: **0** - Total pull requests resolved: **2** - Total contributors: **2** #### Test Suite - [12114: Don't partially mock the AbstractPlatform class](https://github.com/doctrine/orm/pull/12114) thanks to @derrabus #### Bug - [12108: Address deprecations](https://github.com/doctrine/orm/pull/12108) thanks to @greg0ire
-
2.20.6
c322c71c · ·### Release Notes for [2.20.6](https://github.com/doctrine/orm/milestone/184) 2.20.x bugfix release (patch) ### 2.20.6 - Total issues resolved: **0** - Total pull requests resolved: **6** - Total contributors: **4** #### Documentation - [12099: doc: update supported branches on README (2.20.x)](https://github.com/doctrine/orm/pull/12099) thanks to @alexislefebvre - [12097: Add 2nd level cache test for insert without post-inserted ID](https://github.com/doctrine/orm/pull/12097) thanks to @mvorisek - [11835: fix: calling scheduleForInsert twice](https://github.com/doctrine/orm/pull/11835) thanks to @gseidel #### Improvement - [12087: Improve BasicEntityPersister to be more flexible and cleaner](https://github.com/doctrine/orm/pull/12087) thanks to @mvorisek #### Bug - [12078: Fix embedded classes display in orm:mapping:command output](https://github.com/doctrine/orm/pull/12078) thanks to @stlgaits - [11934: Fix JoinedSubclassPersister when multiple entities are inserted](https://github.com/doctrine/orm/pull/11934) thanks to @mvorisek
-
3.5.1
64444dcf · ·### Release Notes for [3.5.1](https://github.com/doctrine/orm/milestone/188) 3.5.x bugfix release (patch) ### 3.5.1 - Total issues resolved: **0** - Total pull requests resolved: **9** - Total contributors: **4** #### Bug - [12098: Address deprecations from doctrine/dbal](https://github.com/doctrine/orm/pull/12098) thanks to @greg0ire - [12088: Quote parts of the table name](https://github.com/doctrine/orm/pull/12088) thanks to @greg0ire - [12063: Proxy class with BackedEnum as primary key does not convert the enum](https://github.com/doctrine/orm/pull/12063) thanks to @wmouwen - [12062: Fix unhandled ParameterType case for binary PKs](https://github.com/doctrine/orm/pull/12062) thanks to @janedbal #### Test Suite - [12094: Remove if statement](https://github.com/doctrine/orm/pull/12094) thanks to @greg0ire #### Deprecation - [12083: Deprecate ClassMetadata::$reflFields](https://github.com/doctrine/orm/pull/12083) thanks to @greg0ire #### Documentation - [12075: :book: Actualize code block to be compatible with DBAL v4, use modern PHP](https://github.com/doctrine/orm/pull/12075) thanks to @andrew-demb - [12056: Remove branchName from unmaintained branch](https://github.com/doctrine/orm/pull/12056) thanks to @greg0ire #### Static Analysis - [12072: Update baseline because of doctrine/dbal 4.3.0](https://github.com/doctrine/orm/pull/12072) thanks to @greg0ire