Releases: webfactory/doctrine-orm-test-infrastructure
Releases · webfactory/doctrine-orm-test-infrastructure
Replace `DebugStack` used for logging (#57)
Drop annotations support, remove deprecated code
Trigger a deprecation message when annotation-based configuration is used as the default (#54)
What's Changed
- Trigger a deprecation message when annotation-based configuration is used as the default by @mpdude in #54
Full Changelog: 1.16.0...1.17.0
Deprecate the `Query::getExecutionTimeInSeconds` method
What's Changed
Full Changelog: 1.15.0...1.16.0
Compatibility with ORM 3.x (#50)
This release allows Doctrine ORM 3.x to be used. The tests pass 🤞🏻, but we still lack experience with real-world use cases.
Feedback is appreciated!
Allow passing the mapping driver to `ORMInfrastructure::create*()` methods
This makes it possible to transition to attribute-based or other types of Doctrine ORM mapping configuration by (optionally) passing the mapping driver into ORMInfrastructure::create*()
methods.
Also, hybrid configurations (different types of mapping) can be used by leveraging the MappingDriverChain
from doctrine/persistence.
Update more dependency constraints
Allow usage with doctrine/annotations ^2.0
This release allows transitioning to v2 of doctrine/annotations (#42).
Allow installation with PHP ^8.0 (#40)
Thanks to @kylekatarnls for their first contribution in #40.
Allow using doctrine/dbal ^3.0 (#38)
1.11.0 Allow using doctrine/dbal ^3.0 (#38)