Monix: Version 2.0-RC9 Released
This release fixes a bug in Task.mapBoth and thus the operations
depending on it, like Task.gather. It also fixes another bug in
the Cats Applicative instance for Task, adding a required overload
for running Tasks in parallel when using the applicative builder.
This release also changes the signatures of Task’s sequence, gather and
gatherUnordered to use the CanBuildFrom pattern, a contribution
by @guersam.
See the published API Documentation.
Bug fixes:
- Issue #193: Task 
Applicativeinstance doesn’t run the tasks in parallel - Issue #194: 
Task.mapBothis not stack-safe 
Enhancements:
- Issue #196: Add the
Consumer.createbuilder - Issue #166: Generalize
Task.sequence,Task.gatherandTask.gatherUnorderedfor arbitrary collections 
Misc:
- updated Scala.js version to 
0.6.11 - updated Cats version to 
0.6.1 - changed PGP signing key to one that’s owned by 
[email protected] - increased timeout on the reactive streams publisher tests
 - fixed the Codecov.io integration
 
Enjoy!