We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Javadocs
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.
Flowable.groupBy
MissingBackpressureException
Schedulers.from(Executor)
DisposableContainer
parallel()
Flowable
observeOn
Schedulers.from
Single.zip
Maybe
The text was updated successfully, but these errors were encountered:
Closing via v3.0.0-RC6.
Sorry, something went wrong.
No branches or pull requests
Version 3.0.0-RC6 - December 7, 2019 (Maven)
Javadocs
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
Flowable.groupBy
to signalMissingBackpressureException
instead of possibly hanging. (3.x: Change Flowable.groupBy to signal MBE instead of possibly hanging #6740)API changes
Schedulers.from(Executor)
(3.x: Add fair mode overload to Schedulers.from(Executor) #6744)DisposableContainer
public API (3.x: Make DisposableContainer public API #6745)Bugfixes
parallel()
on groupedFlowable
not replenishing properly. ( 3.x: Fix parallel() on grouped flowable not replenishing properly #6719)Documentation enhancements
observeOn
andSchedulers.from
eagerness javadoc updates. (3.x: observeOn and Schedulers.from eagerness javadoc updates #6723)Single.zip
marble diagrams (4 cases). (3.x: Update Single.zip marble diagrams (4 cases) #6732)Maybe
marble diagrams (14 cases). (3.x: Add Maybe marble diagrams (14 cases) #6730)The text was updated successfully, but these errors were encountered: