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
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.
onErrorResumeNext(<source>)
onErrorResumeWith(<source>)
onErrorResumeNext(Function)
buffer(Supplier)
window(Supplier)
onExceptionResumeNext
No behavior changes in this release.
Schedulers.from(Executor, boolean)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version 3.0.0-RC1 - July 12, 2019 (Maven)
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.
API changes
onErrorResumeNext(<source>)
toonErrorResumeWith(<source>)
to avoid lambda ambiguity withonErrorResumeNext(Function)
. (3.x: remove unnecessary static imports from unit tests #6550)buffer(Supplier)
variants (3.x: remove buffer/window with supplier & onExceptionResumeNext #6564)window(Supplier)
variants (3.x: remove buffer/window with supplier & onExceptionResumeNext #6564)onExceptionResumeNext
(3.x: remove buffer/window with supplier & onExceptionResumeNext #6564)Behavior changes
No behavior changes in this release.
Bugfixes
Documentation enhancements
Other
Schedulers.from(Executor, boolean)
has been promoted. (Fixing version tag on Schedulers.from(Executor, boolean) #6544)The text was updated successfully, but these errors were encountered: