Releases: typelevel/fs2
Releases · typelevel/fs2
v0.10.0-M5
- Upgraded to cats-effect 0.4 and cats 1.0.0-MF
- Added
retryandattemptstoScheduler
v0.10.0-M4
- Changed
flatMaponStreamso that recursive flatmaps on singleton streams run in constant memory. - Restored
Pipe.StepperandPipe2.Stepper(which no longer leak memory). Ref#setSyncnow correctly sets the value before completing the returned task.- Fixed an intermittent bug with rare stream shapes where an
IllegalArgumentExceptionwas thrown while running a stream with async uncons calls. - Removed the
fs2.timeobject and moved its methods toScheduler. - Added support for shutting down
Schedulers on the JVM, where each scheduler is backed by a thread pool.
v0.10.0-M3
- Fixed a memory leak in
FreeCby removingViewLcaching - (Temporarily) removed
Pipe.StepperandPipe2.Stepperdue to an unsolved memory leak - Added various methods to
Segment--flatMap,flatten,mapConcat,flattenChunks
v0.10.0-M2
- First milestone build using new API
v0.10.0-M1
- Same design as 0.9 but with the
fs2.utilpackage replaced by a direct dependency oncatsandcats-effect