Tags give the ability to mark specific points in history as being important
-
3.6.1
21489402 · ·### Release Notes for [3.6.1](https://github.com/doctrine/orm/milestone/202) 3.6.x bugfix release (patch) ### 3.6.1 - Total issues resolved: **0** - Total pull requests resolved: **5** - Total contributors: **4** #### Bug - [12335: Avoid lazy object initialization when initializing read-only property](https://github.com/doctrine/orm/pull/12335) thanks to @greg0ire - [12275: FIX: Handle int-backed enums for values stored as string values in MySQL ENUM columns](https://github.com/doctrine/orm/pull/12275) thanks to @TheBreaken #### Documentation - [12329: Fix result cache examples in docs](https://github.com/doctrine/orm/pull/12329) thanks to @HypeMC - [12328: Fix docs regarding query hints](https://github.com/doctrine/orm/pull/12328) thanks to @HypeMC - [12060: Update doc `dql-custom-walkers.rst` with an output walker to interpolate parameters into SQL](https://github.com/doctrine/orm/pull/12060) thanks to @n0099
-
3.6.0
d4e9276e · ·### Release Notes for [3.6.0](https://github.com/doctrine/orm/milestone/189) Feature release (minor) ### 3.6.0 - Total issues resolved: **0** - Total pull requests resolved: **21** - Total contributors: **13** #### Documentation - [12313: doc: do not mention `InverseJoinColumn` since it’s only with PHP 8.0](https://github.com/doctrine/orm/pull/12313) thanks to @alexislefebvre #### Deprecation - [12279: Deprecate string default expressions](https://github.com/doctrine/orm/pull/12279) thanks to @greg0ire - [12273: Deprecate FieldMapping::$default](https://github.com/doctrine/orm/pull/12273) thanks to @greg0ire - [12126: Deprecate specifying nullable on primary key columns](https://github.com/doctrine/orm/pull/12126) thanks to @greg0ire - [12051: Stop using QueryBuilder::getRootAlias()](https://github.com/doctrine/orm/pull/12051) thanks to @greg0ire #### New Feature - [12268: Add hints to QueryBuilder](https://github.com/doctrine/orm/pull/12268) thanks to @pmaasz - [12165: Add commands for inspecting configured listeners](https://github.com/doctrine/orm/pull/12165) thanks to @HypeMC - [12071: Add JSON format option for orm:mapping:describe command output](https://github.com/doctrine/orm/pull/12071) thanks to @stlgaits - [12065: Use enum values from enumType in DiscriminatorColumn and check DiscriminatorMap values against it](https://github.com/doctrine/orm/pull/12065) thanks to @whataboutpereira #### Improvement - [12232: SQLFilter: replace internal array shape with class](https://github.com/doctrine/orm/pull/12232) thanks to @derrabus - [12214: Stop using deprecated Collections constants](https://github.com/doctrine/orm/pull/12214) thanks to @derrabus - [12198: Update DQL arbitrary joins to use the ON keyword instead of WITH](https://github.com/doctrine/orm/pull/12198) thanks to @stof - [12110: Allow Symfony 8](https://github.com/doctrine/orm/pull/12110) thanks to @derrabus - [12095: Performance optimization in `ScalarColumnHydrator::hydrateAllData()`](https://github.com/doctrine/orm/pull/12095) thanks to @maxm86545 - [12068: QueryBuilder: prevent misuse of DELETE with LIMIT](https://github.com/doctrine/orm/pull/12068) thanks to @janedbal - [12196: Add deprecation messages for methods that were only annotated as being `@deprecated`](https://github.com/doctrine/orm/pull/12196) thanks to @mpdude - [12131: Feature: add support for `ClassLocator`](https://github.com/doctrine/orm/pull/12131) thanks to @rela589n #### Bug - [12138: fix pull request URL](https://github.com/doctrine/orm/pull/12138) thanks to @xabbuh #### Test Suite - [12135: Add missing assertion in test](https://github.com/doctrine/orm/pull/12135) thanks to @greg0ire CI -- - [12112: Include stability in coverage file key](https://github.com/doctrine/orm/pull/12112) thanks to @derrabus - [12102: Run tests with Symfony 8](https://github.com/doctrine/orm/pull/12102) thanks to @derrabus
-
2.20.9
87f1ba74 · ·### Release Notes for [2.20.9](https://github.com/doctrine/orm/milestone/195) 2.20.x bugfix release (patch) ### 2.20.9 - Total issues resolved: **0** - Total pull requests resolved: **9** - Total contributors: **5** #### Bug - [12300: Support Symfony Console 8](https://github.com/doctrine/orm/pull/12300) thanks to @derrabus - [12285: Fix check for composite foreign key](https://github.com/doctrine/orm/pull/12285) thanks to @HypeMC - [11397: Fix eager fetch composite foreign key](https://github.com/doctrine/orm/pull/11397) thanks to @Brajk19 CI -- - [12292: Bump actions/checkout from 5 to 6](https://github.com/doctrine/orm/pull/12292) thanks to @dependabot[bot] - [12291: Bump doctrine/.github/.github/workflows/release-on-milestone-closed.yml from 12.2.0 to 13.0.0](https://github.com/doctrine/orm/pull/12291) thanks to @dependabot[bot] - [12290: Bump doctrine/.github/.github/workflows/coding-standards.yml from 12.2.0 to 13.0.0](https://github.com/doctrine/orm/pull/12290) thanks to @dependabot[bot] - [12289: Bump doctrine/.github/.github/workflows/documentation.yml from 12.2.0 to 13.0.0](https://github.com/doctrine/orm/pull/12289) thanks to @dependabot[bot] - [12288: Bump doctrine/.github/.github/workflows/composer-lint.yml from 12.2.0 to 13.0.0](https://github.com/doctrine/orm/pull/12288) thanks to @dependabot[bot] #### Documentation - [12281: Fix documentation about default values](https://github.com/doctrine/orm/pull/12281) thanks to @greg0ire
-
3.5.8
78dd0742 · ·### Release Notes for [3.5.8](https://github.com/doctrine/orm/milestone/199) 3.5.x bugfix release (patch) ### 3.5.8 - Total issues resolved: **0** - Total pull requests resolved: **6** - Total contributors: **2** #### Test Suite - [12309: Remove obsolete VarExporter feature detection](https://github.com/doctrine/orm/pull/12309) thanks to @derrabus - [12307: Explicitly set a cache in testDisablingXmlValidationIsPossible](https://github.com/doctrine/orm/pull/12307) thanks to @derrabus - [12287: Add ORDER BY clause to more test cases](https://github.com/doctrine/orm/pull/12287) thanks to @greg0ire #### Improvement - [12308: Allow Symfony 8](https://github.com/doctrine/orm/pull/12308) thanks to @derrabus CI -- - [12303: Removes Guides from our dependencies](https://github.com/doctrine/orm/pull/12303) thanks to @derrabus #### Static Analysis,Test Suite - [12301: Fix PHPStan and test errors after DBAL 4.4 and Symfony 7.4 releases](https://github.com/doctrine/orm/pull/12301) thanks to @derrabus
-
3.5.7
f18de9d5 · ·### Release Notes for [3.5.7](https://github.com/doctrine/orm/milestone/198) 3.5.x bugfix release (patch) ### 3.5.7 - Total issues resolved: **0** - Total pull requests resolved: **1** - Total contributors: **1** #### Bug - [12269: Undo merge from 3.6.x into 3.5.x](https://github.com/doctrine/orm/pull/12269) thanks to @greg0ire
-
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