v3.1.1
版本发布时间: 2021-08-30 17:10:21
ReactiveX/RxJava最新发布版本:v3.1.9(2024-08-13 15:46:12)
API promotions
- The operator fusion-related interfaces and two atomic queue implementations have been promoted to standard, thus officially supported in the
io.reactivex.rxjava3.operators
package. (#7320)
Bugfixes
- Specify proper OSGi unique bundle symbolic name of
io.reactivex.rxjava3.rxjava
. (#7319) - Fix
ExecutorScheduler
initializingSchedulers
prematurely when usingRxJavaPlugins.createExecutorScheduler
. (#7323) - Fix the
LamdbaConsumerIntrospection
ofCompletable
's lambda-based observer to use the same missing onError indicator as the other types' lambda-based consumers. (#7326)