RxAndroid v3.0.0 Release Notes

Release Date: 2020-02-14 // about 4 years ago
  • General availability of RxAndroid 3.0 for use with RxJava 3.0!

    ๐Ÿ“ฆ The Maven groupId has changed to io.reactivex.rxandroid3 and the package is now io.reactivex.rxjava3.android.

    ๐Ÿ‘ป The APIs and behavior of RxAndroid 3.0.0 is otherwise exactly the same as RxAndroid 2.1.1 with one notable exception:

    โฑ Schedulers created via AndroidSchedulers.from now deliver async messages by default. โฑ This is also true for AndroidSchedulers.mainThread().

    ๐Ÿš€ For more information about RxJava 3.0 see its release notes.


    ๐Ÿ”– Version 2.x can be found at https://github.com/ReactiveX/RxAndroid/blob/2.x/CHANGES.md

    ๐Ÿ”– Version 1.x can be found at https://github.com/ReactiveX/RxAndroid/blob/1.x/CHANGES.md


Previous changes from v2.1.1

  • Bugfixes

    • โฑ Pull 442 - Use async messages for Scheduler.scheduleDirect

    Download:

    implementation 'io.reactivex.rxjava2:rxandroid:2.1.1'