fix(deps): update dependency doctrine/orm to v3 #7
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "renovate/doctrine-orm-3.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
^2.16
->^3.0
Release Notes
doctrine/orm (doctrine/orm)
v3.3.2
Compare Source
Release Notes for 3.3.2
3.3.x bugfix release (patch)
3.3.2
Improvement
Documentation
Test Suite
This release includes the changes in https://github.com/doctrine/orm/releases/tag/2.20.2
v3.3.1
Compare Source
Release Notes for 3.3.1
3.3.1
Deprecation
Bugfixes
Improvement
Documentation
SqlWalker
deprecations in 3.3 thanks to @janedbalCI
Test Suite
This release includes all the changes from https://github.com/doctrine/orm/releases/tag/2.20.1
v3.3.0
Compare Source
Release Notes for 3.3.0
Feature release (minor)
3.3.0
New Features
createNamedParameter
toQueryBuilder
thanks to @norkunasImprovements
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
Documentation
Static Analysis
v3.2.3
Compare Source
Release Notes for 3.2.3
3.2.x bugfix release (patch)
3.2.3
Total issues resolved: 0
Total pull requests resolved: 2
Total contributors: 2
11614: Guides as dev dependency thanks to @greg0ire
Test Suite
v3.2.2
Compare Source
Release Notes for 3.2.2
3.2.x bugfix release (patch)
3.2.2
Documentation
This release also includes changes from https://github.com/doctrine/orm/releases/tag/2.19.7
v3.2.1
Compare Source
Release Notes for 3.2.1
3.2.x bugfix release (patch)
3.2.1
Bugfixes
Improvement
This release includes changes from 2.19.6
v3.2.0
Compare Source
Release Notes for 3.2.0
3.2.0
Improvement
Deprecation
v3.1.4
Compare Source
Release Notes for 3.1.4
3.1.x bugfix release (patch)
3.1.4
Bugfixes
Query::getLockMode()
for DBAL 4 thanks to @derrabusCI
v3.1.3
Compare Source
Release Notes for 3.1.3
3.1.3
Bugfixes
AbstractHydrator::toIterable()
thanks to @simPodTest Suite
Documentation
v3.1.2
Compare Source
Release Notes for 3.1.2
3.1.2
Bug
Documentation
Static Analysis
Changes from Lower Branches
This release contains all changes of the 2.19.4 release.
v3.1.1
Compare Source
Release Notes for 3.1.1
3.1.1
Bug
Documentation
Changes from Lower Branches
v3.1.0
Compare Source
Release Notes for 3.1.0
Feature release (minor)
3.1.0
Deprecation
Improvement
Static Analysis
Documentation,Improvement
Changes from Lower Branches
v3.0.3
Compare Source
Release Notes for 3.0.3
3.0.3
Changes from Lower Branches
v3.0.2
Compare Source
Release Notes for 3.0.2
3.0.2
Code Style
Bug
Improvement
Changes from Lower Branches
v3.0.1
Compare Source
Release Notes for 3.0.1
3.0.x bugfix release (patch)
3.0.1
BC Break
Test Suite
Documentation
Bug
Static Analysis
CI
Changes from Lower Branches
v3.0.0
Compare Source
Release Notes for 3.0.0
After almost 8 years of work by many different contributors, we're incredibly proud to announce the release of Doctrine ORM 3.0.0!
Upgrade
We've written an upgrade guide, but the best way to prepare for the upgrade is to first upgrade to the latest 2.x version, and address any deprecation that is reported.
3.0.0
BC Break
$entityAnnotationClasses
andgetReader()
thanks to @derrabus$lockMode
parameter toEntityManager::refresh()
thanks to @michnovkaObjectManagerAware
thanks to @derrabusTreeWalkerChainIterator
thanks to @derrabusProxy
marker interface thanks to @derrabusAbstractIdGenerator::generate()
and add native types to ID generators thanks to @derrabusConfiguration::ensureProductionSettings()
thanks to @derrabusAbstractHydrator
and child classes thanks to @derrabusPHPDriver
thanks to @beberleiSetup::registerAutoloadDirectory()
thanks to @derrabusVersion
class thanks to @derrabusQuery::iterate()
thanks to @derrabusUnitOfWork
thanks to @derrabusNode::dispatch()
thanks to @derrabus and @greg0ireImprovement
ArrayParameterType
constants thanks to @derrabussetAccessible()
calls thanks to @derrabusClosure::fromCallable()
calls thanks to @derrabusStringable
interface thanks to @derrabusgetSQLResultCasing()
thanks to @derrabusBugfixes
SQLitePlatform
for DBAL 4 thanks to @derrabusStatic Analysis
Documentation
merge()
operation thanks to @mpdude and @beberleiTest Suite
RequiresPhp
attributes thanks to @derrabusDriver::getSchemaManager()
thanks to @derrabusCI
v2.20.2
Compare Source
Release Notes for 2.20.2
2.20.x bugfix release (patch)
2.20.2
Bugfixes
reportFieldsWhereDeclared
thanks to @HypeMCStatic Analysis
v2.20.1
Compare Source
Release Notes for 2.20.1
2.20.x bugfix release (patch)
2.20.1
Bugfixes
Documentation
isEmpty()
method to the Extra Lazy Associations tutorial thanks to @acasademontEvents::onFlush
andPostFlush()
documentation: events are always raised thanks to @lyrixxTest Suite
Static Analysis
CI
11753: Run static analysis checks on PHP 8.4 thanks to @greg0ire
11743: Bump doctrine/.github from 5.3.0 to 6.0.0 thanks to @dependabot[bot]
11704: Drop Psalm thanks to @beberlei
11697: Run tests against PostgreSQL 17 thanks to @IndraGunawan
11680: Bump doctrine/.github from 5.1.0 to 5.2.0 thanks to @dependabot[bot]
11671: Bump doctrine/.github from 5.1.0 to 5.2.0 thanks to @dependabot[bot]
11736: Avoid coverage upload for merge up pull requests thanks to @greg0ire
v2.20.0
Compare Source
Release Notes for 2.20.0
2.20.0
Improvements
Deprecations
\Doctrine\ORM\Query\Parser::setCustomOutputTreeWalker()
method thanks to @mpdudeBugfixes
Static Analysis
Documentation
Test Suite
EntityManagerTest::testItPreservesTheOriginalExceptionOnRollbackFailure()
thanks to @simPodCI
v2.19.8
Compare Source
Release Notes for 2.19.8
2.19.x bugfix release (patch)
2.19.8
Total issues resolved: 0
Total pull requests resolved: 10
Total contributors: 5
11655: Submodule cleanup thanks to @greg0ire
Bugfixes
Documentation
&#​93;
in attributes-reference.rst thanks to @n0099Static Analysis
CI
v2.19.7
Compare Source
Release Notes for 2.19.7
2.19.x bugfix release (patch)
2.19.7
Bugfixes
Documentation
v2.19.6
Compare Source
Release Notes for 2.19.6
2.19.x bugfix release (patch)
2.19.6
Bugfixes
Static Analysis
Documentation
addAttribute
thanks to @SamMousaImprovement
CI
Test Suite
Query::setLockMode()
thanks to @derrabusv2.19.5
Compare Source
Release Notes for 2.19.5
2.19.5
Bugfixes
AbstractHydrator::toIterable()
thanks to @simPodTest Suite
Documentation
v2.19.4
Compare Source
Release Notes for 2.19.4
2.19.x bugfix release (patch)
2.19.4
Bug
Static Analysis
Documentation
v2.19.3
Compare Source
Release Notes for 2.19.3
2.19.x bugfix release (patch)
2.19.3
Test Suite
Documentation
Bug
Improvement
v2.19.2
Compare Source
Release Notes for 2.19.2
2.19.x bugfix release (patch)
2.19.2
Bugfix
Improvement
v2.19.1
Compare Source
Release Notes for 2.19.1
2.19.1
Bugfix
Documentation
v2.19.0
Compare Source
Release Notes for 2.19.0
2.19.0
Documentation
Improvement
Deprecation
v2.18.3
Compare Source
Release Notes for 2.18.3
2.18.3
CI
Bug
v2.18.2
Compare Source
Release Notes for 2.18.2
2.18.2
Static Analysis
Bug
v2.18.1
Compare Source
Release Notes for 2.18.1
2.18.1
Test Suite
CI
Bug
Documentation
v2.18.0
Compare Source
Release Notes for 2.18.0
Feature release (minor)
2.18.0
Improvement
11195: Use a more specific type for getSqlStatements() thanks to @greg0ire
11180: Allow doctrine/lexer 3 thanks to @greg0ire
11148: Flatten directory tree on 2.18 thanks to @greg0ire
11183: Remove remaining submodules thanks to @greg0ire
CI
v2.17.5
Compare Source
Release Notes for 2.17.5
2.17.x bugfix release (patch)
2.17.5
Improvement
Test Suite
LimitSubqueryOutputWalkerTest
thanks to @mpdudev2.17.4
Compare Source
Release Notes for 2.17.4
2.17.x bugfix release (patch)
2.17.4
Undeprecation
Improvement
Documentation
Test Suite
v2.17.3
Compare Source
Release Notes for 2.17.3
2.17.x bugfix release (patch)
2.17.3
Improvement
Bugfixes
Test Suite
Documentation
v2.17.2
Compare Source
Release Notes for 2.17.2
2.17.x bugfix release (patch)
2.17.2
Improvement
Bug
Documentation
Static Analysis
v2.17.1
Compare Source
Release Notes for 2.17.1
2.17.x bugfix release (patch)
2.17.1
Bug
v2.17.0
Compare Source
Release Notes for 2.17.0
Feature release (minor)
2.17.0
Documentation
Deprecation
Bug
Improvement
11044: Recommend SEQUENCE until doctrine/dbal 4 is released thanks to @greg0ire
11009: Implement proxy name resolver thanks to @greg0ire
11006: Remove redundant check thanks to @dbu
11000: Copy Debug class from doctrine/common thanks to @greg0ire
10990: Allow creating mocks of the
Query
class thanks to @derrabus10974: Remove partial object expression usage thanks to @beberlei
10946: Adds metadata field type validation against Entity property type thanks to @greg0ire
10919: Support Symfony 7 by adding return types conditionally thanks to @derrabus
10999: Undeprecate autoloader class thanks to @greg0ire
10989: Add method name in exception thanks to @greg0ire
8391: [GH-1569] Optimize eager fetch for collections to batch query thanks to @beberlei
Static Analysis
Test Suite
New Feature
Deprecation,New Feature
v2.16.3
Compare Source
Release Notes for 2.16.3
2.16.x bugfix release (patch)
2.16.3
Bug
Documentation
Doctrine\DBAL\ParameterType::*
thanks to @kaznovacTest Suite
AbstractQuery::setParameter()
with an array parameter thanks to @derrabusCI
Static Analysis
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.
⚠️ Artifact update problem
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
File name: composer.lock
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.