Skip to content

Releases: symfony/validator

v4.4.35

24 Nov 08:45
v4.4.35

Choose a tag to compare

Changelog (v4.4.34...v4.4.35)

  • no significant changes

v5.3.11

22 Nov 14:34
v5.3.11

Choose a tag to compare

Changelog (v5.3.10...v5.3.11)

  • no significant changes

v4.4.34

22 Nov 14:17
v4.4.34

Choose a tag to compare

Changelog (v4.4.33...v4.4.34)

  • no significant changes

v6.0.0-BETA3

18 Nov 15:37
v6.0.0-BETA3

Choose a tag to compare

v6.0.0-BETA3 Pre-release
Pre-release

Changelog (v6.0.0-BETA2...v6.0.0-BETA3)

  • no significant changes

v5.4.0-BETA3

18 Nov 15:47
v5.4.0-BETA3

Choose a tag to compare

v5.4.0-BETA3 Pre-release
Pre-release

Changelog (v6.0.0-BETA2...v5.4.0-BETA3)

  • no significant changes

v6.0.0-BETA2

14 Nov 17:24
v6.0.0-BETA2

Choose a tag to compare

v6.0.0-BETA2 Pre-release
Pre-release

Changelog (v6.0.0-BETA1...v6.0.0-BETA2)

  • no significant changes

v5.4.0-BETA2

14 Nov 16:56
v5.4.0-BETA2

Choose a tag to compare

v5.4.0-BETA2 Pre-release
Pre-release

Changelog (v5.4.0-BETA1...v5.4.0-BETA2)

  • no significant changes

v6.0.0-BETA1

05 Nov 08:21
v6.0.0-BETA1

Choose a tag to compare

v6.0.0-BETA1 Pre-release
Pre-release

Changelog (v5.3.10...v6.0.0-BETA1)

  • feature #42471 Add generic types to traversable implementations (derrabus)
  • feature #43593 Add CidrValidator to allow validation of CIDR notations (popsorin)
  • feature #43098 Add error's uid to Count and Length constraints with "exactly" option enabled (VladGapanovich)
  • feature #43010 Remove remaining support for Doctrine Cache (derrabus)
  • feature #42337 Remove internal from ConstraintViolationAssertion (jordisala1991)
  • feature #42088 add return types and bump to v3 (nicolas-grekas)
  • feature #40908 Deprecate DoctrineProvider (derrabus)
  • feature #41392 Remove deprecated code (jschaedl)
  • feature #41299 Remove Serializable implementations (derrabus)
  • feature #41282 Bump Symfony 6 to PHP 8 (nicolas-grekas)
  • feature #41154 Add support for ConstraintViolationList::createFromMessage() (lyrixx)

v5.4.0-BETA1

05 Nov 07:22
v5.4.0-BETA1

Choose a tag to compare

v5.4.0-BETA1 Pre-release
Pre-release

Changelog (v5.3.10...v5.4.0-BETA1)

  • feature #42471 Add generic types to traversable implementations (derrabus)
  • feature #43593 Add CidrValidator to allow validation of CIDR notations (popsorin)
  • feature #43098 Add error's uid to Count and Length constraints with "exactly" option enabled (VladGapanovich)
  • feature #42337 Remove internal from ConstraintViolationAssertion (jordisala1991)
  • feature #40908 Deprecate DoctrineProvider (derrabus)
  • feature #41154 Add support for ConstraintViolationList::createFromMessage() (lyrixx)

v5.3.10

29 Oct 08:41
v5.3.10

Choose a tag to compare

Changelog (v5.3.9...v5.3.10)

  • bug #43388 Fixes URL validation for single-char subdomains (DfKimera)