Skip to content

v0.18.10 : update alloy to 0.3.1

Compare
Choose a tag to compare
@Baccata Baccata released this 28 Feb 14:23
· 234 commits to series/0.18 since this release
8cb01fd

Updated alloy to 0.3.1. This warrants a release because of this change, which smithy4s leverages to let @nullable hints through when compiling interpreters, which impacts serialisation.

Without this upgrade, the SimpleRestJsonBuilder doesn't know that nullable should be taken into consideration, and filters the corresponding hints out before compiling the schema into json codecs.

What's Changed

Full Changelog: v0.18.9...v0.18.10