Skip to content

Releases: typelevel/fs2

v0.10.0-M5

04 Aug 14:55

Choose a tag to compare

v0.10.0-M5 Pre-release
Pre-release
  • Upgraded to cats-effect 0.4 and cats 1.0.0-MF
  • Added retry and attempts to Scheduler

v0.10.0-M4

18 Jul 13:57

Choose a tag to compare

v0.10.0-M4 Pre-release
Pre-release
  • Changed flatMap on Stream so that recursive flatmaps on singleton streams run in constant memory.
  • Restored Pipe.Stepper and Pipe2.Stepper (which no longer leak memory).
  • Ref#setSync now correctly sets the value before completing the returned task.
  • Fixed an intermittent bug with rare stream shapes where an IllegalArgumentException was thrown while running a stream with async uncons calls.
  • Removed the fs2.time object and moved its methods to Scheduler.
  • Added support for shutting down Schedulers on the JVM, where each scheduler is backed by a thread pool.

v0.10.0-M3

12 Jul 13:45

Choose a tag to compare

v0.10.0-M3 Pre-release
Pre-release
  • Fixed a memory leak in FreeC by removing ViewL caching
  • (Temporarily) removed Pipe.Stepper and Pipe2.Stepper due to an unsolved memory leak
  • Added various methods to Segment -- flatMap, flatten, mapConcat, flattenChunks

v0.10.0-M2

12 Jul 13:47

Choose a tag to compare

v0.10.0-M2 Pre-release
Pre-release
  • First milestone build using new API

v0.10.0-M1

12 Jul 13:47

Choose a tag to compare

v0.10.0-M1 Pre-release
Pre-release
  • Same design as 0.9 but with the fs2.util package replaced by a direct dependency on cats and cats-effect