Skip to content

0.11-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Daenyth Daenyth released this 01 Nov 19:02
· 13 commits to master since this release

Breaking changes

  • Upgrade to cats-effect 2.x and fs2 2.x
  • No longer hardcode akka-streams <-> fs2 converters to IO, now use the cats-effect typeclasses.
  • The bintray resolver changed. It is no longer krasserm/streamz; the resolver's name is now streamz/streamz

Use resolvers += "streamz at bintray" at "http://dl.bintray.com/streamz/maven" in your build.sbt

Other changes

  • Upgrade other dependencies to latest versions
  • Publish for scala 2.13

Release Candidate Warning

  • Interfaces may change between this and the final release.
  • The final release will happen once issue #70 is either identified as a broken test, or if it is a bug, when the bug is resolved