Changelog (v7.3.4...v7.4.0-BETA1)
- feature symfony/symfony#61841 [Validator] deprecate passing an associative array to GroupSequence (@xabbuh)
- feature symfony/symfony#61791 [Validator] deprecate implicit constraint option names in YAML/XML mapping files (@xabbuh)
- feature symfony/symfony#60561 [Validator] Add option to allow
ANYprotocol inAssert\Urlconstraint (@alekLexis) - feature symfony/symfony#61545 [Validator] Add
#[ExtendsValidationFor]to declare new constraints for a class (@nicolas-grekas) - feature symfony/symfony#61528 [Validator] Allow using attributes to declare compile-time constraint metadata (@nicolas-grekas)
- feature symfony/symfony#59042 [Validator] Add
Videoconstraint for validating video files (@symfonyaml) - feature symfony/symfony#61564 [Serializer][Validator] Add JSON schema for validating and autocompleting YAML config files (@nicolas-grekas)
- feature symfony/symfony#61423 [Mime] Deprecate implementing
__sleep/wakeup()onAbstractPartimplementations (@nicolas-grekas) - feature symfony/symfony#61418 [Validator] Deprecate implementing
__sleep/wakeup()on GenericMetadata implementations (@nicolas-grekas) - feature symfony/symfony#61255 [Validator] deprecate passing choices as
$optionsargument toChoiceconstraint (@xabbuh) - feature symfony/symfony#60805 [Validator] Add
minandmaxin both error messages ofLengthValidator(@VincentLanglet) - feature symfony/symfony#61108 [DoctrineBridge][Validator] mark getRequiredOptions()/getDefaultOption() of UniqueEntity as deprecated (@xabbuh)
- feature symfony/symfony#60801 [Validator] deprecate handling options in the base Constraint class (@xabbuh)