RxAndroid v3.0.0 Release Notes
Release Date: 2020-02-14 // about 3 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 nowio.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 forAndroidSchedulers.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'