Skip to content

Releases: ReactiveX/RxJava

v3.1.12

24 Sep 07:55
2e06650
Compare
Choose a tag to compare

Version 3.1.12 - September 24, 2025

Bugfixes

  • Fix for the empty module version string in the module-info.class file. #7906

v3.1.12-RC1

22 Sep 17:26
2e06650
Compare
Choose a tag to compare
v3.1.12-RC1 Pre-release
Pre-release

Version 3.1.12-RC1 - September 22, 2025

⚠️ Not for general consumption yet.

Bugfixes

  • Fix for the empty module version string in the module-info.class. #7906

v3.1.11

07 Jul 07:31
df73d03
Compare
Choose a tag to compare

Version 3.1.11 - July 7, 2025

Maven
JavaDocs

Bugfixes

  • Fix ReplaySubject termination-subscription race emitting wrongly. #7879

v3.1.11-RC5

07 Jul 07:04
df73d03
Compare
Choose a tag to compare
v3.1.11-RC5 Pre-release
Pre-release

Testing if releasing to the new Central Sonatype repository works. Round 5.

Please ignore this update.

v3.1.11-RC4

19 May 20:55
Compare
Choose a tag to compare
v3.1.11-RC4 Pre-release
Pre-release

Testing if releasing to the new Central Sonatype repository works. Attempt 4.

Please ignore this update.

v3.1.11-RC3

19 May 20:23
Compare
Choose a tag to compare
v3.1.11-RC3 Pre-release
Pre-release

Testing if releasing to the new Central Sonatype repository works. Attempt 3.

Please ignore this update.

v3.1.11-RC2

19 May 20:05
Compare
Choose a tag to compare
v3.1.11-RC2 Pre-release
Pre-release

Testing if releasing to the new Central Sonatype repository works. Attempt 2.

Please ignore this update.

v3.1.11-RC1

19 May 19:25
1d95451
Compare
Choose a tag to compare
v3.1.11-RC1 Pre-release
Pre-release

Testing if releasing to the new Central Sonatype repository works.

Please ignore this update.

v3.1.10

26 Nov 07:10
ede5cfc
Compare
Choose a tag to compare

Version 3.1.10 - November 26, 2024

Maven
JavaDocs

Bugfixes

  • Fix GC nepotism with MpscLinkedQueue's poll logic. #7799
  • Fix FlowableBlockingIterable.onNext to set the exception before terminating to avoid losing it. #7789

v3.1.9

13 Aug 07:46
148378c
Compare
Choose a tag to compare

Maven
JavaDocs

Bugfixes

  • Fix ScheduledRunnable's interruption logic if used from a no-interrupt Schedulers.from. #7745

Documentation

  • Update the javadoc description of cast(). #7606
  • Update How-To-Use-RxJava.md (d0038c9, 6d63111)
  • Update Readme.md with reference to JavaFXScheduler.platform. (f822ffb)
  • Fix broken annotation links. #7652
  • Update marbles for concatMap{Single|Maybe}[DelayError] #7698