Releases: doctrine/DoctrineMongoDBBundle
5.3.0
Release Notes for 5.3.0
Feature release (minor)
5.3.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
Feature
- 887: Allow
doctrine/persistence
4.x thanks to @kbond - 885: Support MongoDB Driver v2 thanks to @GromNaN
5.2.1
Release Notes for 5.2.1
5.2.x bugfix release (patch)
5.2.1
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 1
Enhancement
Documentation
- 883: Review registration form cookbook thanks to @GromNaN
- 881: Update maintained versions thanks to @GromNaN
bug
5.2.0
Release Notes for 5.2.0
Feature release (minor)
5.2.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 1
Feature
5.1.2
Release Notes for 5.1.2
5.1.x bugfix release (patch)
5.1.2
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
bug
5.1.1
Release Notes for 5.1.1
5.1.x bugfix release (patch)
5.1.1
- Total issues resolved: 0
- Total pull requests resolved: 3
- Total contributors: 2
CI
-
870: Bump codecov/codecov-action from 4 to 5 thanks to @dependabot[bot]
-
862: Bump codecov/codecov-action from 4 to 5 thanks to @dependabot[bot]
-
868: Drop Psalm in favor of PHPStan thanks to @greg0ire
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