Skip to content

2.0.7

Latest

Choose a tag to compare

@magicsunday magicsunday released this 14 Jul 07:14
· 3 commits to main since this release
2.0.7

MISC

  • Omit null-valued fields from serialized address requests (#38): Request\Address::jsonSerialize() no longer emits null values, so optional attributes such as state_code are left out of the payload instead of being sent as null (which CentralStation rejects with HTTP 422).