Full Changelog: 2.0.5...2.0.6
- With nullable typed readonly properties (from PHP 8.1+) we face situations where properties are not set after deserialization (Typed property...must not be accessed before initialization). This subscriber helps to handle these cases by adding properties to the payload so that they end up being null. Markus Thielen 9 minutes ago