3.0.0-RC1
Pre-release
Pre-release
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
- Rename
onErrorResumeNext(<source>)
toonErrorResumeWith(<source>)
to avoid lambda ambiguity withonErrorResumeNext(Function)
. (#6550) - Remove
buffer(Supplier)
variants (#6564) - Remove
window(Supplier)
variants (#6564) - Remove
onExceptionResumeNext
(#6564)
Behavior changes
No behavior changes in this release.
Bugfixes
- Fix NPE when debouncing empty source (#6559)
Documentation enhancements
- Fix wording in Single javadocs (#6566)