Skip to content

0.10.2

Choose a tag to compare

@maltehuebner maltehuebner released this 10 Feb 15:42
· 12 commits to main since this release

What's Changed

This release consolidates all Symfony 8 compatibility fixes:

  • Replace XmlFileLoader with YamlFileLoader (#21) — XmlFileLoader was removed in Symfony 8, causing a fatal error at kernel boot
  • Exclude ConflictResolver from service autodiscovery (#22) — static utility class with private constructor broke autowiring
  • Exclude ValueType and all static converter classes from autodiscovery (#23) — prevents further "non-public constructor" errors
  • Fix typo in resource patternRequestParamterListRequestParameterList

Verified

  • All 354 tests passing
  • PHPStan: no errors
  • Full audit of all classes confirms no remaining autowiring issues

Full Changelog: 0.9.1...0.10.2