You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 initializing Schedulers prematurely when using RxJavaPlugins.createExecutorScheduler. (#7323)
Fix the LamdbaConsumerIntrospection of Completable's lambda-based observer to use the same missing onError indicator as the other types' lambda-based consumers. (#7326)
The text was updated successfully, but these errors were encountered:
Version 3.1.1 - August 30th, 2021
Maven
JavaDocs
API promotions
io.reactivex.rxjava3.operators
package. (#7320)Bugfixes
io.reactivex.rxjava3.rxjava
. (#7319)ExecutorScheduler
initializingSchedulers
prematurely when usingRxJavaPlugins.createExecutorScheduler
. (#7323)LamdbaConsumerIntrospection
ofCompletable
's lambda-based observer to use the same missing onError indicator as the other types' lambda-based consumers. (#7326)The text was updated successfully, but these errors were encountered: