3.0.0-RC5
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.
Bugfixes
- Fix concurrent clear in
observeOn
while output-fused. (#6708) - Fix
MulticastProcessor
not requesting more after limit is reached. (#6714)
Documentation enhancements
- Update javadoc for
observeOn
to mention its eagerness. (#6700)
Other
- Embed R8 ProGuard rules to ignore Flow* interfaces in RS 1.0.3 (#6706)