Skip to content

v0.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Aug 12:28
· 724 commits to master since this release
f29ae5f

This release brings a Scala 3 build and the ZIO module pattern 2.0, along with some other enhancements.

Changes

  • Build for Scala 3 @987Nabil (#317)
  • Refactor To Use Latest Version Of Module Pattern @adamgfraser (#331)
    • Replace Kafka with Has[Kafka], Consumer with Has[Consumer] and Producer[R, K, V] with Has[Producer] in your ZIO environment types
    • Note that Producer no longer takes deserializers at construction type , they need to be passed explicitly to the produce* methods upon usage.
  • Add describeConsumerGroups and removeMembersFromConsumerGroup to AdminClient @koshelev (#340)
  • Add Consumer.partitionedAssignmentStream @iravid (#333)
  • Fix links in scaladoc @koshelev (#341)

🌱 Dependency Updates