fs2-kafka v2.6.0
This release previously failed to publish but has now been published successfully.
What's Changed
Enhancements
- Change transactional producer to await produce before ending transaction by @bastewart in #1127
- 1099 Fix produce method of TransactionalKafkaProducer, when method is invoked with empty records and non-empty offsets by @chernovsa in #1100
- #1143 - Add
transform
andoption
methods onRecordSerializer
andRecordDeserializer
by @geirolz in #1160 - Add partitionFor for given topic with KafkaProducer by @sergio-margale in #1111
Dependency updates
- Update discipline-scalatest to 2.2.0 by @scala-steward in #1030
- Update sbt-header to 5.9.0 by @scala-steward in #1101
- Update sbt-scalafmt to 2.5.0 by @scala-steward in #1103
- Update scala-library to 2.13.10 by @scala-steward in #1071
- Update scala-library to 2.12.17 by @scala-steward in #1070
- Update sbt-mima-plugin to 1.1.1 by @scala-steward in #1067
- Update sbt-mdoc to 2.3.6 by @scala-steward in #1074
- Update sbt-typelevel to 0.4.19 by @scala-steward in #1157
- Update kafka-avro-serializer to 6.2.9 by @scala-steward in #1152
- Update sbt-mdoc to 2.3.7 by @scala-steward in #1148
- Update cats-effect, cats-effect-laws, ... to 3.4.8 by @scala-steward in #1153
- Update scala3-library to 3.2.2 by @scala-steward in #1147
- Update sbt to 1.8.2 by @scala-steward in #1135
- Update fs2-core to 3.6.1 by @scala-steward in #1151
- Update vulcan to 1.9.0 by @bplommer in #1168
- Update testcontainers-scala-kafka, ... to 0.40.14 by @scala-steward in #1170
Misc
- Refactor future cancellation test to avoid dependence on KakfaFuture internals by @bplommer in #1023
- pin logback to 1.3.x by @bplommer in #1164
- remove broken link by @EstebanMarin in #1134
New Contributors
- @sergio-margale made their first contribution in #1111
- @chernovsa made their first contribution in #1100
- @EstebanMarin made their first contribution in #1134
Full Changelog: v2.5.0...v2.6.0