RxJava v3.0.0-RC5 Release Notes

Release Date: 2019-11-17 // over 4 years ago
  • 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.

    ๐Ÿ›  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)