RxJava v3.0.0-RC4 Release Notes

Release Date: 2019-10-20 // 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 groupBy group emission in some cases. (#6664)
    • ๐Ÿ›  Fix concurrent clear() calls when fused chains are canceled. (#6676)
    • ๐Ÿ›  Fix window(time) possible interrupts while terminating. (#6674)

    ๐Ÿ“š Documentation enhancements

    • โž• Add missing marble diagrams to Single. (#6668)

    Other

    • โž• Add Export-Package declarations for OSGi headers. (#6675)