Skip to content

Releases: webfactory/doctrine-orm-test-infrastructure

Replace `DebugStack` used for logging (#57)

05 Sep 12:51
28fb634
Compare
Choose a tag to compare

What's Changed

  • Replace DebugStack used for logging by @mpdude in #57

Full Changelog: 2.0.0...2.1.0

Drop annotations support, remove deprecated code

05 Sep 12:44
696f069
Compare
Choose a tag to compare

What's Changed

  • Drop annotations support in 2.0 by @mpdude in #55
  • Remove existing deprecations on the 2.x branch by @mpdude in #56
  • Run composer-require-checker in GHA by @mpdude in #53

Full Changelog: 1.17.0...2.0.0

Trigger a deprecation message when annotation-based configuration is used as the default (#54)

05 Sep 12:36
36388f4
Compare
Choose a tag to compare

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

05 Sep 12:32
a2dcf37
Compare
Choose a tag to compare

What's Changed

  • Deprecate the Query::getExecutionTimeInSeconds method by @mpdude in #52

Full Changelog: 1.15.0...1.16.0

Compatibility with ORM 3.x (#50)

08 Apr 07:09
aff5efc
Compare
Choose a tag to compare

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

20 Mar 12:47
8808c1b
Compare
Choose a tag to compare

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

27 Feb 11:31
18c8088
Compare
Choose a tag to compare

This release includes update to allow usage of doctrine/persistence 3.x (#44) and doctrine/event-manager ^2.0 (#45).

This should make it possible to install this library in projects using Symfony 7.x.

Allow usage with doctrine/annotations ^2.0

27 Feb 10:25
9bc4351
Compare
Choose a tag to compare

This release allows transitioning to v2 of doctrine/annotations (#42).

Allow installation with PHP ^8.0 (#40)

27 Feb 09:32
bb27e88
Compare
Choose a tag to compare

Thanks to @kylekatarnls for their first contribution in #40.

Allow using doctrine/dbal ^3.0 (#38)

15 Feb 11:25
b5fb917
Compare
Choose a tag to compare
1.11.0

Allow using doctrine/dbal ^3.0 (#38)