Skip to content

fs2-kafka v2.0.0-M1

Pre-release
Pre-release
Compare
Choose a tag to compare
@bplommer bplommer released this 19 Feb 13:17
· 906 commits to series/2.x since this release

fs2-kafka 2.0.0-M1 is the first milestone release for fs2-kafka 2.0.0. The 2.x series continues to use cats-effect 2, and exists mainly as a stepping-stone to fs2-kafka 3.0.0, which will use cats-effect 3. It is not binary-compatible with previous versions of fs2-kafka, but there is only one source-breaking change apart from removal of deprecated functionality. Future milestones may make further breaking changes.

Changes

  • Removed all deprecated functionality @bplommer
  • Move P type parameter in ProducerRecords and TransactionalProducerRecords to the left (#410, #466) @LMnet, @bplommer