Skip to content

Releases: symfony/doctrine-bridge

v4.4.20

04 Mar 18:05
v4.4.20
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

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

  • no changes

v5.2.0

30 Nov 06:00
v5.2.0
Compare
Choose a tag to compare

Changelog (v5.2.0-RC2...v5.2.0)

  • bug #39210 Fix form EntityType with filter on UID (jderusse)
  • feature #39118 Require doctrine/persistence 2 (greg0ire)

v5.1.9

29 Nov 09:32
v5.1.9
Compare
Choose a tag to compare

Changelog (v5.1.8...v5.1.9)

  • bug #38628 indexBy could reference to association columns (juanmiguelbesada)
  • bug #39038 also reset id readers (xabbuh)
  • bug #39025 Fix DBAL deprecations in middlewares (derrabus)