This release is an upgrade from fs2 1.0.0-M4 to 1.0.0-M5.
- #54: Upgrade to fs2 1.0.0-M5 by @rossabaker
This release is an upgrade from fs2 1.0.0-M1 to 1.0.0-M4.
- #51: Upgrade to fs2 1.0.0-M4 by @SystemFw
This release is a simple upgrade from fs2 0.10.1 to 1.0.0-M1. It also includes a scala version upgrade from 2.12.4 to 2.12.6.
- #50: Upgrade to fs2-1.0.0-M1 by @rossabaker
This release is a simple upgrade from fs2 0.10.0 to 0.10.1.
- #49: Fs2 Patch Version Update by @ChristopherDavenport
This release fixes the bug of requests being responded to after cancellation, detailed in #46. Thanks @SystemFw for taking the time to fix this!
- #48: Ensure requests after cancellations are noops by @SystemFw
This version is also broken. Please use v0.5.0 instead!
This release is a simple upgrade from fs2 0.10.0-RC2 to 0.10.0.
It also includes an exellent refactor by @SystemFw, which simplifies the StreamSubscriber
. Thanks!
This version is also broken. Please use v0.5.0 instead!
This release is an upgrade from fs2 0.10.0-M11 to 0.10.0-RC2.
There are sweeping changes to the internals due to the removal of fs2's unconsAsync
. This is entirely the work of @SystemFw, who rewrote the StreamSubscription
. Thank you!
- #43: Upgrade fs2 to 0.10-RC2 by @SystemFw
This version is also broken. Please use v0.5.0 instead!
This release is an upgrade from fs2 0.10.0-M10 to 0.10.0-M11
- #42: Upgrade fs2 by @aeons
This version is also broken. Please use v0.5.0 instead!
This release is a simple upgrade from fs2 0.10.0-M9 to 0.10.0-M10, as well as an upgrade from Scala 2.11.11 to 2.11.12.
- #41: Upgrade fs2-core, reactive-streams, scalatest, scala-2.11 by @rossabaker
This version is also broken. Please use v0.5.0 instead!
This release is a simple upgrade from fs2 0.10.0-M8 to 0.10.0-M9
- #40: Upgrade fs2 to 0.10.0-M9 by @aeons
This version is also broken. Please use v0.5.0 instead!
This release is a simple upgrade from fs2 0.10.0-M7 to 0.10.0-M8, as well as a transitive upgrade to cats 1.0.0-RC1
- #37: Update fs2 (and transitively cats 1.0-RC1) by @aeons
This version is also broken. Please use v0.5.0 instead!
This release is a simple upgrade from fs2 0.10.0-M6 to 0.10.0-M7, as well as an upgrade to Scala 2.12.4
- #34: Upgrade Scala and fs2 by @aeons
This version is also broken. Please use v0.5.0 instead!
This release is a simple upgrade from fs2 0.10.0-M5 to 0.10.0-M6
- #32: Upgrade fs2 to 0.10.0-M6 by @aeons
This version is also broken. Please use v0.5.0 instead!
This release bugfixes StreamSubscription.cancel
in a multi-threaded ExecutionContext
.
This would have remained lethally undetected if not for @aeons, who switched the tests to use the global ExecutionContext
. Thanks much!
- #28: Use the global
ExecutionContext
for all tests. by @aeons - #30: Fix bug in
StreamSubscription
by adding a flag for synchronous execution ofcancel
. by @zainab-ali
This version is also broken. Please use v0.5.0 instead!
This release bugfixes the StreamUnicastPublisher
in a multi-threaded ExecutionContext
. It also upgrades the fs2 dependency to 0.10.0-M5.
This is entirely the hard work of @rossabaker, who found and fixed the issues. Thank you!
- #26: Make
StreamUnicastPublisher
work with multiple threads. by @rossabaker
This version is broken. Please use v0.5.0 instead!
This release upgrades fs2 from 0.9 to 0.10.0-M2. fs2's Task
has been replaced with IO
from cats-effect.
Thank you @aeons for doing the heavy lifting!
- #25: updated dependency to fs2-0.10.0 and cats-effect. by @aeons
This release backports the bugfix to StreamSubscription.cancel
in a multi-threaded ExecutionContext
.
- #31: Backported bugfix in
StreamSubscription
by adding a flag for synchronous execution ofcancel
. by @zainab-ali
This version is broken. Please use v0.1.1 instead!
First release!