Skip to content

Latest commit

 

History

History
143 lines (74 loc) · 5.39 KB

CHANGELOG.md

File metadata and controls

143 lines (74 loc) · 5.39 KB

Changelog

v0.8.0

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

v0.7.0

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

v0.6.0

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

v0.5.1

This release is a simple upgrade from fs2 0.10.0 to 0.10.1.

  • #49: Fs2 Patch Version Update by @ChristopherDavenport

v0.5.0

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

v0.4.0

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!

  • #45: Upgrade to fs2-0.10.0 by @rossabaker
  • #44: Refactor Subscriber by @SystemFw

v0.3.0

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

v0.2.8

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

v0.2.7

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

v0.2.6

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

v0.2.5

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

v0.2.4

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

v0.2.3

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

v0.2.2

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 of cancel. by @zainab-ali

v0.2.1

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

v0.2.0

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

v0.1.1

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 of cancel. by @zainab-ali

v0.1.0

This version is broken. Please use v0.1.1 instead!

First release!