Skip to content

v0.8.0

Compare
Choose a tag to compare
@gvolpe gvolpe released this 09 Sep 10:30
· 90 commits to main since this release
5cc7668

🚀 Changes

The method getLastMessageIdAsync used on the implementation of Consumer#lastMessageId has been deprecated in favor of getLastMessageIdsAsync, which returns a list of TopicMessageId, so we now filter by the topic name in the consumer (only works for single-topic consumers). More details here: apache/pulsar#20040

Also upgrading the Pulsar Docker image used for tests to 3.1.0, matching the client version.

🤖 Dependency Updates

  • Major dependency upgrades (#152) @gvolpe

    • Scala 3.3.0 and 2.13.11
    • Pulsar Cilent 3.1.0
    • Fs2 3.9.1
    • Cats 2.10.0
  • Update cats-effect to 3.5.1 (#147) @gvolpe

  • Update circe-core, circe-generic, ... to 0.14.6 (#150) @gvolpe

  • Update avro4s-core to 5.0.5 (#149) @gvolpe

  • Update weaver-cats, weaver-scalacheck to 0.8.3 (#132) @gvolpe

  • Update sbt to 1.9.4 (#146) @gvolpe

  • Update sbt-scalafmt to 2.5.2 (#151) @gvolpe