Monix v3.0.0-M2 Release Notes

Release Date: 2017-11-09 // over 6 years ago
  • ๐Ÿš€ The highlight of this release is the upgrade to Cats 1.0-RC1, bringing a cats.Parallel[Task, Task] instance that replaces ๐Ÿšš the need for Task.nondeterminism, now removed.

    List of changes:

    • PR #437: Added Iterant.zipWithIndex
    • PR #439: Added Iterant.dump
    • PR #441: Observable.mapParallelUnordered needs configurable overflow strategy
    • PR #445: Added ShiftedRunnable in monix.execution
    • PR #443: Iterant maxByL and minByL ops
    • PR #442: small fixes in takeWhileNotCanceled and runAsyncGetFirst docs
    • PR #450: Minor test description fix
    • PR #458: Updates to cats 1.0-RC1 and cats-effect 0.5, along with redesigning that integration, e.g. added cats.Parallel instance, Iterant.parZip and Iterant.parZipMap