This repository has been archived by the owner on May 25, 2023. It is now read-only.
Release 0.2.0 (Implicit Serdes, more typesafety, misc refactorings)
Here are the most important highlights of this release:
- Implicit Serdes: All serializers and de-serializers are now passed as implicit serdes. APIs that take instances of
Serialized
,Consumed
,Produced
orJoined
work with implicit serdes in scope. Please take a look at README for details. - Added type-safety: Removed support for default serdes through config. This makes the library more compile time type-safe, as any missing serdes will now be flagged as a compile time error. README has the details.
The following issues have been fixed in this release: