Skip to content

v0.12.13 : untagged unions

Compare
Choose a tag to compare
@Baccata Baccata released this 15 Apr 09:49
ee1a8e2

Highlights

  • untagged unions are now supported in the simpleRestJson protocol, via the smithy4s.api#untagged shape. This encoding for unions should be discouraged, as it implies an attempt to decode
  • fixes a bug where hints applied to union members would not be taken into consideration
  • avoids serialising an empty object for requests that are not supposed to have body components

What's Changed

Full Changelog: v0.12.12...v0.12.13