RxJava 2.2.1 发布了,RxJava 是一个在 Java VM 上使用可观测的序列来组成异步的、基于事件的程序的库。
2.2.0 版本是 2.x 系列的下一个次要版本,包含自 2.1.0 版本发布以来在过去一年中许多实验性 API 添加的标准化。
2.2.1 Maven
2.2.1 主要变更内容
API 变更
Pull 6143
: Add concatArrayEagerDelayError
operator (expose feature).
Bug 修复
Pull 6145
: Fix boundary fusion of concatMap
and publish
operator.
Pull 6158
: Make Flowable.fromCallable
consistent with the other fromCallable
s.
Pull 6165
: Handle undeliverable error in Completable.fromCallable
via RxJavaPlugins
.
Pull 6167
: Make observeOn
not let worker.dispose()
get called prematurely.
性能增强
Pull 6123
: Improve Completable.onErrorResumeNext
internals.
Pull 6121
: Flowable.onErrorResumeNext
improvements.
详细内容和源码下载 https://github.com/ReactiveX/RxJava/releases/tag/v2.2.1