Releases: ReactiveX/RxJava
Releases · ReactiveX/RxJava
v3.1.5
3.1.4
3.1.3
3.1.2
Compatibility
- Add full Java 9 module descriptor. (#7241)
Bugfixes
- Fix missing nullability on
Single.subscribe(BiConsumer)
. (#7331)
Documentation
- Fix javadoc wording of
{Publish|Behavior}Processor::offer()
. (#7328) - Indicate
takeUntil
stops on completion ofother
. (#7341)
Other
- Update assert messages format to be compliant with
GradleRunner
andJUnitRunner
. (#7345)
3.1.1
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)
3.1.0
API promotions
Flowable.onBackpressureReduce()
+ 1 (#7296)RxJavaPlugins.getOnParallelSubscribe()
andRxJavaPlugins.setOnParallelSubscribe()
(#7296)TestScheduler([...] boolean useOnScheduleHook)
(#7296)
API additions
subscribe([...], DisposableContainer)
for betterDisposable
management and reference cleanup. (#7298)RxJavaPlugins.createExecutorScheduler()
for creating anExecutor
-basedScheduler
before theSchedulers
class (and thus the standard schedulers) gets initialized. (#7306)
Behavior changes
- The scheduler purge thread has been removed. Removing cancelled timed operations is now managed by the
setRemoveOnCancelPolicy
of the underlyingScheduledExecutorService
. (#7293)
Documentation
- Fixed wording of the
fair
parameter ofSchedulers.from
. (#7301) - Update
withLatestFrom
javadoc about upstream early complete (#7289)
Other
3.0.13
Documentation
- Fix wording of
*OnSubscribe
interfaces (#7274)
Other
3.0.13-RC5
Please ignore this update. Testing out updated tools of the release process.
3.0.13-RC4
Please ignore this update. Testing out updated tools of the release process.
3.0.13-RC3
Please ignore this update. Testing out updated tools of the release process.