Skip to content

Improved codecs

Compare
Choose a tag to compare
@calvinlfer calvinlfer released this 07 Mar 21:27
· 140 commits to zio1 since this release

We have drastically improved codecs by making them more composable, adding more information when errors occur as well as fixing bugs with the builders. In addition, we also reworked the Cursor abstraction so your case classes do not need to match your Cassandra table schema but you'll have to do extra work to map the Cassandra representation to your data.