Skip to content

2.0.6

Compare
Choose a tag to compare
@mathielen mathielen released this 16 Jan 11:32
· 4 commits to main since this release

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