3.0.0-RC6
This is an early release for 3.0.0 to allow preparations for the breaking API changes and cleanups.
Please check out the wiki page What's different in 3.0 from time to time for the details and migration guide.
Behavior changes
- Change
Flowable.groupBy
to signalMissingBackpressureException
instead of possibly hanging. (#6740)
API changes
- Add fair mode overload to
Schedulers.from(Executor)
(#6744) - Make
DisposableContainer
public API (#6745)
Bugfixes
- Fix
parallel()
on groupedFlowable
not replenishing properly. (#6719)