Update dependency doctrine/doctrine-mongo-odm-module to v5 #4
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~2.0
->~5.0
Release Notes
doctrine/DoctrineMongoODMModule (doctrine/doctrine-mongo-odm-module)
v5.1.0
Compare Source
Release Notes for 5.1.0
Feature release (minor)
Added
5.1.0
Enhancement
286: Merge release 5.0.3 into 5.1.x thanks to @github-actions[bot]
284: Merge release 5.0.2 into 5.1.x thanks to @driehle
282: Added support for PHP 8.3 thanks to @driehle
281: Merge release 5.0.1 into 5.1.x thanks to @github-actions[bot]
v5.0.3
Compare Source
Release Notes for 5.0.3
5.0.x bugfix release (patch)
This a pure maintenance release with no changes except for unit tests.
5.0.3
Enhancement
v5.0.2
Compare Source
Release Notes for 5.0.2
5.0.x bugfix release (patch)
This a pure maintenance release with no changes except for unit tests.
5.0.2
Enhancement
v5.0.1
Compare Source
Release Notes for 5.0.1
5.0.x bugfix release (patch)
5.0.1
Enhancement
v5.0.0
Compare Source
Release Notes for 5.0.0
Backwards incompatible release (major)
Changed
5.0.0
BC Break,Enhancement
Enhancement
v4.3.0
Compare Source
Release Notes for 4.3.0
Feature release (minor)
Added
Changed
4.3.0
Enhancement
v4.2.0
Compare Source
Release Notes for 4.2.0
Feature release (minor)
Added
Changed
container-interop/container-interop
was dropped to allow installation of laminas-servicemanager >= 3.11.0Interop\Container\ContainerInterface
should update their code to usePsr\Container\ContainerInterface
4.2.0
Enhancement
v4.1.1
Compare Source
Release Notes for 4.1.1
4.1.x bugfix release (patch)
4.1.1
Enhancement
Bug
Documentation
v4.1.0
Compare Source
Release Notes for 4.1.0
Feature release (minor)
Changed
4.1.0
Enhancement
v4.0.1
Compare Source
Release Notes for 4.0.1
4.0.x bugfix release (patch)
4.0.1
Bug
Documentation
v4.0.0
Compare Source
Release Notes for 4.0.0
Backwards incompatible release (major)
Added
Changed
Removed
./vendor/bin/doctrine-module
instead ofphp public/index.php
to access CLI.4.0.0
BC Break
Module
, option classes and factories as final thanks to @driehleBC Break,Enhancement
v3.2.0
Compare Source
Release Notes for 3.2.0
Feature release (minor)
Added
3.2.0
Enhancement
v3.1.1
Compare Source
Release Notes for 3.1.1
3.1.x bugfix release (patch)
3.1.1
Bug
Enhancement
v3.1.0
Compare Source
Release Notes for 3.1.0
Feature release (minor)
Added
Changed
^4.2.2
and now supports either laminas-form 2.0 or 3.0.^2.2.1
and now supports Doctrine embeddables and immutable DateTime fields.Deprecated
php public/index.php
to access the Doctrine CLI, please switch to using./vendor/bin/doctrine-module
instead.Removed
3.1.0
Enhancement
Bug
v3.0.3
Compare Source
Release Notes for 3.0.3
3.0.x bugfix release (patch)
Changed
Doctrine\ODM\MongoDB\Configuration
3.0.3
Documentation
Bug
Enhancement
v3.0.2
Compare Source
Added
Changed
Deprecated
Removed
Fixed
v3.0.1
Compare Source
Added
Changed
Deprecated
Removed
Fixed
v3.0.0
Compare Source
Added
Changed
Doctrine\ODM\MongoDB\Configuration:AUTOGENERATE_*
constants forgenerate_proxies
and
generate_hydrators
instead of removedAbstractProxyFactory::AUTOGENERATE_*
. If you override those settings in your local config, ensure the proper constants are used.doctrine/peristence:2.0
DoctrineMongoODMModule\Options\Configuration::getGenerateHydrators()
returns anint
instead of abool
DoctrineMongoODMModule\Options\Configuration::setGenerateHydrators()
requires anint
instead of abool
for its first parameterDoctrineMongoODMModule\Options\Configuration
: The methodsgetPersistentCollectionFactory
andgetPersistentCollectionGenerator
can now returnnull
.Deprecated
Removed
DoctrineMongoODMModule\Paginator\Adapter\DoctrinePaginator
was removed becauseDoctrine\ODM\MongoDB\Cursor
doesn't exist anymore and there is no simple workaround.odm:generate:documents
andodm:generate:repositories
were removed because they no longer exist.retryConnect
andretryQuery
were removed.DoctrineMongoODMModule\Logging\Logger
interface was removed. Existing implementations directly implement\Doctrine\ODM\MongoDB\APM\CommandLoggerInterface
now.DoctrineMongoODMModule\Logging\LoggerChain
was removed. Loggers can now be subscribed with the MongoDB driver directly.Fixed
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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.