Skip to content

Release 2.9.0

Compare
Choose a tag to compare
@judu judu released this 08 Jan 02:29
· 45 commits to master since this release

Breaking changes

This update comes with two major dependencies bumps: ZIO 2.x and Cats Effect 3.x. Updating pulsar4s-zio and pulsar4s-cats-effect to 2.9.0 in your project will force you to update those other dependencies too.

We had to bump them because Cats Effect 3 was the only version supporting scala 3. After that, it seemed easier to bump ZIO to keep the zio-cats-interop up to date.

Changelog since 2.8.2

  • Bump scala versions to 2.12.17 and 2.13.10
  • Add support for Scala 3 (3.2.1) (Thanks @RemiBardon )
  • Migrate to cats-effect 3 (Thanks @amalinkoevo !)
  • Migrate to ZIO 2.x

Contributors for this version:
@amalinkoevo, @RemiBardon, @judu