v3.1.2
版本发布时间: 2021-10-12 23:42:22
ReactiveX/RxJava最新发布版本:v3.1.9(2024-08-13 15:46:12)
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)