Releases: ReactiveX/RxJava
Releases · ReactiveX/RxJava
v3.1.11
v3.1.11-RC5
Testing if releasing to the new Central Sonatype repository works. Round 5.
Please ignore this update.
v3.1.11-RC4
Testing if releasing to the new Central Sonatype repository works. Attempt 4.
Please ignore this update.
v3.1.11-RC3
Testing if releasing to the new Central Sonatype repository works. Attempt 3.
Please ignore this update.
v3.1.11-RC2
Testing if releasing to the new Central Sonatype repository works. Attempt 2.
Please ignore this update.
v3.1.11-RC1
Testing if releasing to the new Central Sonatype repository works.
Please ignore this update.
v3.1.10
v3.1.9
Bugfixes
- Fix
ScheduledRunnable
's interruption logic if used from a no-interruptSchedulers.from
. #7745
Documentation
v3.1.8
v3.1.7
API changes
- Add
onDropped
callback foronBackpressureLatest
. (#7542) - Add
onDropped
callback toonBackpressureBuffer
. (#7567)
Documentation
- Change summary to caption, because summary is obsolete in HTML5. (#7534)
- Try using https to access the reactive streams javadoc. (#7535)
- Improve Javadoc of
Disposable
.