Skip to content

Releases: symfony/doctrine-bridge

v5.2.5

10 Mar 17:12
v5.2.5

Choose a tag to compare

Changelog (v5.2.4...v5.2.5)

  • no significant changes

v5.2.4

04 Mar 18:12
v5.2.4

Choose a tag to compare

Changelog (v5.2.3...v5.2.4)

  • bug #40042 Restore priority for EventSubscribers (jderusse)

v4.4.20

04 Mar 18:05
v4.4.20

Choose a tag to compare

Changelog (v4.4.19...v4.4.20)

  • bug #40060 fix validator when we have false returned by the current element of the iterator (FabienSalles)
  • bug #40042 Restore priority for EventSubscribers (jderusse)

v5.2.3

03 Feb 04:57
v5.2.3

Choose a tag to compare

Changelog (v5.2.2...v5.2.3)

  • bug #40060 fix validator when we have false returned by the current element of the iterator (FabienSalles)
  • bug #40027 add missing @experimental annotation on Uid generators (nicolas-grekas)

v5.2.2

27 Jan 14:58
v5.2.2

Choose a tag to compare

Changelog (v5.2.1...v5.2.2)

  • bug #39880 Add username to UserNameNotFoundException (qurben)
  • bug #39667 Take into account that indexBy="person_id" could be a db column name, for a referenced entity (victormacko)
  • bug #39799 Fix circular loop with EntityManager (jderusse)

v5.1.11

27 Jan 14:47
v5.1.11

Choose a tag to compare

Changelog (v5.1.10...v5.1.11)

  • bug #39880 Add username to UserNameNotFoundException (qurben)
  • bug #39667 Take into account that indexBy="person_id" could be a db column name, for a referenced entity (victormacko)
  • bug #39799 Fix circular loop with EntityManager (jderusse)

v4.4.19

27 Jan 14:21
v4.4.19

Choose a tag to compare

Changelog (v4.4.18...v4.4.19)

  • bug #39880 Add username to UserNameNotFoundException (qurben)
  • bug #39667 Take into account that indexBy="person_id" could be a db column name, for a referenced entity (victormacko)
  • bug #39799 Fix circular loop with EntityManager (jderusse)

v5.2.1

18 Dec 14:11
v5.2.1

Choose a tag to compare

Changelog (v5.2.0...v5.2.1)

  • bug #39498 Guess correct form types for DATE_IMMUTABLE and DATETIME_IMMUTABLE (guillaume-sainthillier)
  • bug #39494 Add missing symfony/deprecation-contracts requirement (jderusse)
  • bug #39401 no-op RegisterUidTypePass if DBAL types aren't loaded (craue)
  • bug #39417 Fix UUID exception (jderusse)

v5.1.10

18 Dec 13:50
v5.1.10

Choose a tag to compare

Changelog (v5.1.9...v5.1.10)

  • bug #39494 Add missing symfony/deprecation-contracts requirement (jderusse)

v4.4.18

18 Dec 13:42
v4.4.18

Choose a tag to compare

Changelog (v4.4.17...v4.4.18)

  • no changes