This repository has been archived by the owner on May 25, 2023. It is now read-only.
Releases: lightbend/kafka-streams-scala
Releases · lightbend/kafka-streams-scala
Release 0.2.1 (Bugfix release)
This is a bugfix release. The following issues have been fixed in this release:
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:
Release 0.1.2 (an important bug fix)
The following issues have been fixed:
- KGroupedStreamS recursion - Issue with SAM conversion in Scala 2.11
- General minor improvements
Release 0.1.1 (minor fixes)
The following issues have been fixed:
First release
This is the first release of kafka-streams-scala
.