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)