v0.16.0
·
724 commits
to master
since this release
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
withHas[Kafka]
,Consumer
withHas[Consumer]
andProducer[R, K, V]
withHas[Producer]
in your ZIO environment types - Note that
Producer
no longer takes deserializers at construction type , they need to be passed explicitly to theproduce*
methods upon usage.
- Replace
- Add
describeConsumerGroups
andremoveMembersFromConsumerGroup
toAdminClient
@koshelev (#340) - Add
Consumer.partitionedAssignmentStream
@iravid (#333) - Fix links in scaladoc @koshelev (#341)
🌱 Dependency Updates
- Update zio-streams, zio-test, zio-test-sbt to 1.0.10 @scala-steward (#344)
- Update logback-classic to 1.2.5 @scala-steward (#343)
- Upgrade to SBT 1.5.5 @svroonland (#346)
- Update sbt-scalafmt to 2.4.3 @scala-steward (#336)
- Update scala-collection-compat to 2.5.0 @scala-steward (#337)
- Update scala3-library to 3.0.1 @scala-steward (#338)
- Update jackson-databind to 2.12.4 @scala-steward (#335)