fs2-kafka v2.3.0
This release brings new functionality and dependency updates to the fs2-kafka 2.x series, which is based on cats-effect 2. These include an update to kafka-clients
that resolves a security vulnerability (see #821)
What's Changed
Functionality
- Add deleteConsumerGroups method by @keirlawson in #730
- Add avro settings register schema method by @agustafson in #687
- Add producer convenience methods by @keirlawson in #632
Updates
- Update sbt-mima-plugin to 1.0.1 by @scala-steward in #698
- Update kind-projector to 0.13.2 by @scala-steward in #682
- Update kafka-avro-serializer to 6.2.1 by @scala-steward in #695
- Update munit to 0.7.29 by @scala-steward in #679
- Update kafka-clients to 2.8.1 by @scala-steward in #690
- Update sbt-mdoc to 2.2.23 by @scala-steward in #675
- Update scala-library to 2.12.15 by @scala-steward in #688
- Update sbt-ci-release to 1.5.10 by @scala-steward in #700
- Update fs2-core to 3.1.6 by @scala-steward in #704
- Update logback-classic to 1.2.10 by @scala-steward in #804
- Update sbt to 1.6.1 by @scala-steward in #814
- Update scala-library to 2.13.7 by @scala-steward in #746
- Update sbt-unidoc to 0.5.0 by @scala-steward in #736
- Update sbt-scalafmt to 2.4.6 by @scala-steward in #807
- Update kafka-avro-serializer to 6.2.2 by @scala-steward in #781
- Update testcontainers-scala-kafka, ... to 0.39.12 by @scala-steward in #759
- Update scala3-library to 3.1.0 by @scala-steward in #705
- Update cats-effect, cats-effect-laws, ... to 3.3.3 by @scala-steward in #819
- Update fs2-core to 3.2.4 by @scala-steward in #810
- Update sbt-mdoc to 2.2.24 by @scala-steward in #727
Other
New Contributors
- @keirlawson made their first contribution in #632
Full Changelog: v2.2.0...v2.3.0