Releases: doctrine/DoctrineMongoDBBundle
5.1.0
Release Notes for 5.1.0
5.1.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Enhancement
Feature
- 814: Expose transaction setting thanks to @alcaeus
5.0.2
Release Notes for 5.0.2
5.0.2
-
Total issues resolved: 2
-
Total pull requests resolved: 9
-
Total contributors: 6
-
856: Fix deprecations in CommandDataCollector thanks to @andrey-tech
-
842: Reflect versions on the website thanks to @malarzm
CI
- 851: Update to psalm 5.25 and remove unused psalm baseline entry thanks to @GromNaN
- 850: Bump ramsey/composer-install from 2 to 3 thanks to @dependabot[bot]
- 848: Bump doctrine/.github from 3.0.0 to 5.0.1 thanks to @dependabot[bot]
- 847: Bump actions/cache from 3 to 4 thanks to @dependabot[bot]
- 845: Bump actions/checkout from 3 to 4 thanks to @dependabot[bot]
- 844: Maintenance thanks to @greg0ire
bug
Documentation
5.0.1
Release Notes for 5.0.1
5.0.1
- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 2
bug
5.0.0
Release Notes for 5.0.0
5.0.0
- Total issues resolved: 5
- Total pull requests resolved: 24
- Total contributors: 5
bug
- 833: Fix bundle path for profiler templates thanks to @GromNaN
- 831: Fix partial service removed when fixtures package is not installed thanks to @GromNaN and @michaelthieulin
Task
-
829: Remove version in internal annotation thanks to @franmomu
-
826: Move files to the new bundle directory structure thanks to @GromNaN
-
824: Update Doctrine ODM and Persistence dependencies thanks to @GromNaN
-
821: Remove deprecated parameters thanks to @GromNaN
-
819: Remove deprecated configuration thanks to @GromNaN
-
818: Remove
EventSubscriberInterface
thanks to @GromNaN -
813: Find deprecated code thanks to @malarzm
-
812: Add native types thanks to @franmomu
-
810: Migrate config to PHP thanks to @franmomu and @GromNaN
-
808: Remove legacy config
fixture_loader
thanks to @GromNaN -
805: Remove dependency to
jean85/pretty-package-versions
thanks to @GromNaN -
804: Drop support for Doctrine cache adapter for metadata thanks to @GromNaN
-
803: Remove CHANGELOG and old UPGRADE files thanks to @GromNaN
-
802: Remove container injection in fixture classes thanks to @GromNaN
-
799: Remove
--service
option fromdoctrine:mongodb:fixtures:load
command thanks to @GromNaN and @malarzm -
797: Add return types required by extending Symfony classes thanks to @GromNaN
-
796: Mark all command and compiler pass classes as final thanks to @GromNaN
-
795: Remove deprecated
tail-cursor
command and deprecatedDoctrineODMCommand
methods thanks to @GromNaN -
794: Remove unused mapping services thanks to @franmomu
-
793: Remove support of annotations thanks to @franmomu
-
784: Symfony 7 support thanks to @kbond
-
828: Remove deprecated parameters of
AsDocumentListener
thanks to @GromNaN -
688: Remove usage of the whole container thanks to @franmomu
5.0.0-RC1
What's Changed
- Remove support of annotations by @franmomu in #793
- Remove deprecated
tail-cursor
command and deprecatedDoctrineODMCommand
methods by @GromNaN in #795 - Remove unused mapping services by @franmomu in #794
- Add return types required by extending Symfony classes by @GromNaN in #797
- Remove
--service
option fromdoctrine:mongodb:fixtures:load
command by @GromNaN in #799 - Mark all command and compiler pass classes as final by @GromNaN in #796
- Remove container injection in fixture classes by @GromNaN in #802
- Remove CHANGELOG and old UPGRADE files by @GromNaN in #803
- Remove legacy config
fixture_loader
by @GromNaN in #808 - Remove dependency to
jean85/pretty-package-versions
by @GromNaN in #805 - feat: Symfony 7 support by @kbond in #784
- Add native types by @franmomu in #812
- Remove old code in DocumentType by @franmomu in #815
- Migrate config to PHP by @franmomu in #810
- Drop support for Doctrine cache adapter for metadata by @GromNaN in #804
- Remove deprecated parameters by @GromNaN in #821
- Remove deprecated configuration by @GromNaN in #819
- Update Doctrine ODM and Persistence dependencies by @GromNaN in #824
- Remove
EventSubscriberInterface
by @GromNaN in #818 - Move files to the new bundle directory structure by @GromNaN in #826
- Remove version in internal annotation by @franmomu in #829
- Remove deprecated parameters of
#[AsDocumentListener]
by @GromNaN in #828 - Fix partial service removed when fixtures package is not installed by @GromNaN in #831
- Fix bundle path for profiler templates by @GromNaN in #833
Full Changelog: 4.7.0...5.0.0-RC1
4.7.0
Release Notes for 4.7.0
4.7.0
- Total issues resolved: 1
- Total pull requests resolved: 17
- Total contributors: 6
Task
- 827: Backport UPGRADE-5.0 thanks to @GromNaN
- 820: Use deprecation helper to deprecate config thanks to @GromNaN
- 811: Deprecate modifying class parameters thanks to @franmomu
- 801: Deprecate container injection in fixture classes with
ContainerAwareInterface
thanks to @GromNaN - 800: Mark command and compile pass classes, as internal thanks to @GromNaN
- 798: Revert "Add $buildDir parameter to warmUp method" thanks to @franmomu
- 789: Remove deprecations using Symfony 6.4 thanks to @franmomu
- 788: Require PHP 8.1 thanks to @franmomu
bug
- 825: Deprecate
#[AsDocumentListener]
parameters$method
and$lazy
(not working) thanks to @GromNaN - 792: Fix Invalid image source thanks to @GromNaN
- 786: Merge release 4.6.2 into 4.7.x thanks to @github-actions[bot]
- 780: Merge release 4.6.1 into 4.7.x thanks to @github-actions[bot]
Enhancement
- 822: Add priority to
#[AsDocumentListener]
thanks to @GromNaN - 790: Deprecate
fixture_loader
option thanks to @franmomu - 783: Fix TailCursorDoctrineODMCommand Static Analysis thanks to @mustanggb
Documentation
- 817: Deprecate
EventSubscriberInterface
in favor of#[AsDocumentListener]
thanks to @GromNaN
Hacktoberfest,Task
- 787: Require PHP 8.1 thanks to @malarzm
4.6.2
Release Notes for 4.6.2
4.6.x bugfix release (patch)
4.6.2
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
CI
- 785: Fix SYMFONY_REQUIRE env var thanks to @franmomu
Task
4.6.1
Release Notes for 4.6.1
4.6.x bugfix release (patch)
4.6.1
- Total issues resolved: 0
- Total pull requests resolved: 3
- Total contributors: 2
bug
- 779: Fix phpdoc return type thanks to @franmomu
- 777: fix: UniqueEntity::$service is considered final thanks to @divine
Task
- 778: Prepare tests for PHPUnit 10 thanks to @franmomu
4.6.0
Release Notes for 4.6.0
4.6.0
- Total issues resolved: 2
- Total pull requests resolved: 13
- Total contributors: 5
Feature
- 774: Add DocumentValueResolver and MapDocument thanks to @franmomu and @IonBazan
- 773: Leverage targeted resolvers thanks to @franmomu
- 754: Wire the EntityArgumentResolver thanks to @HypeMC and @ivanQuantox
- 706: Deprecate configuring metadata cache thanks to @franmomu
- 675: Add Configless Metadata Cache thanks to @alcaeus
Task
- 772: Fix CS thanks to @franmomu
- 771: Drop support of unmaintained versions of Symfony thanks to @franmomu
- 769: Use PHP 7.4 syntax thanks to @franmomu
- 768: Use PHP 7.4 for phpcs thanks to @franmomu
- 767: Allow doctrine/annotations 2 thanks to @franmomu
- 765: Use typed properties thanks to @franmomu
- 764: Update to psalm 5 thanks to @franmomu
- 763: Drop support of PHP < 7.4 thanks to @franmomu
4.5.3
Release Notes for 4.5.3
4.5.x bugfix release (patch)
4.5.3
-
Total issues resolved: 0
-
Total pull requests resolved: 7
-
Total contributors: 2
CI
- 762: CI: Update GH actions thanks to @franmomu
- 759: Add job to run tests with PHP 8.2 thanks to @franmomu