v3.1.9
版本发布时间: 2024-08-13 15:46:12
ReactiveX/RxJava最新发布版本:v3.1.9(2024-08-13 15:46:12)
Bugfixes
- Fix
ScheduledRunnable
's interruption logic if used from a no-interruptSchedulers.from
. #7745
Documentation
- Update the javadoc description of
cast()
. #7606 - Update
How-To-Use-RxJava.md
(https://github.com/ReactiveX/RxJava/commit/d0038c98af7bf052253c89cbe07f0df62e2d4b83, https://github.com/ReactiveX/RxJava/commit/6d63111bde472e94ff8dbfa4288c6964c7363a15) - Update
Readme.md
with reference toJavaFXScheduler.platform
. (https://github.com/ReactiveX/RxJava/commit/f822ffbc48de4de9273120aaf58ac0a591bc7e99) - Fix broken annotation links. #7652
- Update marbles for concatMap{Single|Maybe}[DelayError] #7698