Releases: Roave/psr-container-doctrine
Releases · Roave/psr-container-doctrine
5.3.1
5.3.0
5.2.2
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: 2
- Total contributors: 2
bug
5.2.0
5.2.0 - 2024-07-10
Release Notes for 5.2.0
Feature release (minor)
5.2.0
- Total issues resolved: 0
- Total pull requests resolved: 4
- Total contributors: 3
enhancement
- 131: Add support for typed_field_mapper thanks to @PowerKiKi
- 130: Local build: require
docker compose
only thanks to @Slamdunk
documentation,renovate
- 127: Update dependency illuminate/container to v11 thanks to @renovate[bot]
- 126: Update dependency laminas/laminas-servicemanager to v4 thanks to @renovate[bot]
5.1.0
5.1.0 - 2024-02-15
Release Notes for 5.1.0
Feature release (minor)
5.1.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
enhancement
documentation
5.0.0
Release Notes for 5.0.0
Backwards incompatible release (major)
- Add support for Doctrine ORM v3 and Doctrine DBAL v4
- Remove suppor for Doctrine ORM < v3 and Doctrine DBAL < v4
Upgrade guide
Main BC break in config regards the event_manager
key: move it from the connection
to the entity_manager
parent key and everything should work again as expected.
API changes
[BC] REMOVED: Method Roave\PsrContainerDoctrine\AbstractFactory::__callStatic() was removed
[BC] CHANGED: Class Roave\PsrContainerDoctrine\Migrations\CommandFactory became final
[BC] REMOVED: Method Roave\PsrContainerDoctrine\AbstractFactory::__callStatic() was removed
[BC] CHANGED: Method retrieveConfig() of class Roave\PsrContainerDoctrine\AbstractFactory became final
[BC] CHANGED: Method retrieveDependency() of class Roave\PsrContainerDoctrine\AbstractFactory became final
[BC] CHANGED: The return type of Roave\PsrContainerDoctrine\AbstractFactory#retrieveDependency() changed from no type to mixed
[BC] CHANGED: Class Roave\PsrContainerDoctrine\Migrations\ConfigurationLoaderFactory became final
[BC] REMOVED: Method Roave\PsrContainerDoctrine\AbstractFactory::__callStatic() was removed
[BC] CHANGED: The return type of Roave\PsrContainerDoctrine\Migrations\ConfigurationLoaderFactory#createWithConfig() changed from no type to Doctrine\Migrations\Configuration\Migration\ConfigurationLoader
[BC] CHANGED: The return type of Roave\PsrContainerDoctrine\AbstractFactory#__invoke() changed from no type to mixed
[BC] CHANGED: Method retrieveConfig() of class Roave\PsrContainerDoctrine\AbstractFactory became final
[BC] CHANGED: Method retrieveDependency() of class Roave\PsrContainerDoctrine\AbstractFactory became final
[BC] CHANGED: The return type of Roave\PsrContainerDoctrine\AbstractFactory#retrieveDependency() changed from no type to mixed
5.0.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 1
BC BREAK,enhancement
4.1.0
4.1.0 - 2023-11-21
Release Notes for 4.1.0
Feature release (minor)
4.1.0
- Total issues resolved: 0
- Total pull requests resolved: 2
- Total contributors: 2
enhancement
renovate
- 111: Update dependency doctrine/orm to ^2.17.0 thanks to @renovate[bot]
4.0.0
3.10.0
3.10.0 - 2023-10-27
Release Notes for 3.10.0
Feature release (minor)
3.10.0
- Total issues resolved: 0
- Total pull requests resolved: 9
- Total contributors: 4
renovate
- 109: Update dependency laminas/laminas-servicemanager to ^3.22.1 thanks to @renovate[bot]
- 106: Update actions/checkout action to v4 thanks to @renovate[bot]
- 105: Update dependency doctrine/coding-standard to v12 thanks to @renovate[bot]
- 99: Update all non-major dependencies thanks to @renovate[bot]
- 98: Update dependency phpunit/phpunit to v10 thanks to @renovate[bot]
bug,documentation,enhancement
documentation,enhancement
- 107: [Feature] Define schema assets filter in configuration thanks to @Slamdunk
- 101: [Feature] Define schema assets filter in configuration (continue) thanks to @e-vil-dev