RxJava v3.0.0-RC6 Release Notes

Release Date: 2019-12-06 // 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.

    Behavior changes

    • ๐Ÿ”„ Change Flowable.groupBy to signal MissingBackpressureException instead of possibly hanging. (#6740)

    API changes

    • โž• Add fair mode overload to Schedulers.from(Executor) (#6744)
    • ๐Ÿ‘‰ Make DisposableContainer public API (#6745)

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Fix parallel() on grouped Flowable not replenishing properly. (#6719)

    ๐Ÿ“š Documentation enhancements

    • โšก๏ธ observeOn and Schedulers.from eagerness javadoc updates. (#6723)
    • ๐Ÿ›  Fix self-see references, some comments. (#6729)
    • โšก๏ธ Update Single.zip marble diagrams (4 cases). (#6732)
    • โž• Add Maybe marble diagrams (14 cases). (#6730)