Releases: doctrine/DoctrineModule
Releases · doctrine/DoctrineModule
6.1.1
Release Notes for 6.1.1
6.1.x bugfix release (patch)
6.1.1
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Enhancement
6.1.0
Release Notes for 6.1.0
Feature release (minor)
Added
- Support for PHP 8.2
6.1.0
- Total issues resolved: 0
- Total pull requests resolved: 3
- Total contributors: 2
Enhancement
- 828: Support for PHP 8.3 thanks to @TomHAnderson
- 826: Merge release 6.0.7 (a.k.a 6.0.6) into 6.1.x thanks to @github-actions[bot]
- 824: Merge release 6.0.5 into 6.1.x thanks to @github-actions[bot]
6.0.7
Release Notes for 6.0.7
6.0.x bugfix release (patch)
6.0.7
- Total issues resolved: 1
- Total pull requests resolved: 1
- Total contributors: 2
Bug
6.0.5
Release Notes for 6.0.5
6.0.x bugfix release (patch)
6.0.5
- Total issues resolved: 2
- Total pull requests resolved: 3
- Total contributors: 3
Bug
- 823: Fix unwanted BC break from 5.x series not allowing integer input for validators thanks to @driehle and @diego-sorribas
- 821: Remove
provide
section fromcomposer.json
thanks to @boesing - 820: Package incorrectly states that it does provide
laminas/laminas-cache-storage-implementation
thanks to @boesing
Enhancement
6.0.4
Release Notes for 6.0.4
6.0.4
-
Total issues resolved: 0
-
Total pull requests resolved: 4
-
Total contributors: 2
-
814: doctrine/coding-standard:^12.0.0 thanks to @fezfez
-
813: Allow doctrine/event:^2.0 thanks to @fezfez
-
812: Allow doctrine/collections:^2.1 thanks to @fezfez
-
811: Add default value for $property in Proxy.php thanks to @japaveh
6.0.3
Release Notes for 6.0.3
6.0.x bugfix release (patch)
6.0.3
- Total issues resolved: 1
- Total pull requests resolved: 2
- Total contributors: 2
Bug
- Add support for # in cache key; add test. by @demiankatz in #809
- Require composer/semver in production (see by @TomHAnderson in #810
6.0.2
Release Notes for 6.0.2
6.0.x bugfix release (patch)
6.0.2
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Bug
- Fix cache configuration for better Doctrine compatibility. by @demiankatz in #806
6.0.1
Release Notes for 6.0.1
6.0.x bugfix release (patch)
6.0.1
- Total issues resolved: 0
- Total pull requests resolved: 1
- Total contributors: 1
Bug
- Fix setOptions typehints. by @demiankatz in #805
6.0.0
Release Notes for 6.0.0
Feature release (major)
Added
- Support for Laminas Cache used by default
- Doctrine Annotations 2.0
Removed
- Support for PHP 7.4
6.0.0
Total issues resolved: 1
Total pull requests resolved: 3
Total contributors: 3
What's Changed
- Adjust dependencies/code for doctrine/annotations 2 compatibility by @demiankatz in #801
- Switch default cache config to make use of laminas-cache, when doctrine/cache ^2.0 is installed by @driehle in #796
- Feat/merge drop php74 by @TomHAnderson in #804
New Contributors
- @demiankatz made their first contribution in #801
Full Changelog: 5.3.0...6.0.0
5.3.0
Release Notes for 5.3.0
Feature release (minor)
Added
- Support for PHP 8.2
Changed
- The dependency towards
container-interop/container-interop
was dropped to allow installation of laminas-servicemanager >= 3.11.0 - Users refering to the symbol
Interop\Container\ContainerInterface
should update their code to usePsr\Container\ContainerInterface
5.3.0
- Total issues resolved: 1
- Total pull requests resolved: 7
- Total contributors: 4
Enhancement
- 798: Release 5.3.0 with PHP 8.2 Support thanks to @rogervila
- 797: Psalm 5 Support thanks to @rogervila
- 795: Deprecate decorating adapters from doctrine/cache for laminas-cache thanks to @driehle
- 794: Drop prophecy in favour of PHPUnit mocks thanks to @fezfez
- 793: Upgraded dependencies thanks to @driehle
- 792: Drop container-interop/container-interop thanks to @driehle
- 791: Add support for PHP 8.2 thanks to @fezfez
- 790: Merge release 5.2.1 into 5.3.x thanks to @github-actions[bot]