Skip to content

Releases: ReactiveX/RxJava

v4.0.0-alpha-09

Choose a tag to compare

@akarnokd akarnokd released this 25 Mar 10:44
e81cfaf

What's Changed

  • chore(deps): bump gradle/actions from 5 to 6 by @dependabot[bot] in #8052
  • Harden RxJava CI toolchain by @akarnokd in #8055
  • Update gradle_release.yml, limit write capabilities of tools by @akarnokd in #8056
  • Fix gradle_snapshot.yml - need to checkout/gradle at push too by @akarnokd in #8059
  • gradle_snapshot.yml run build -> prerelease sequentially by @akarnokd in #8062
  • Cache things with entropy-beauty-scan.yml by @akarnokd in #8064
  • 4.x: Report back test failures in a readable manner for PRs/Snaps by @akarnokd in #8066

Full Changelog: v4.0.0-alpha-8...v4.0.0-alpha-9

v4.0.0-alpha-8

Choose a tag to compare

@akarnokd akarnokd released this 23 Mar 18:10
f5bfbc5

What's Changed

  • 4.x: Introduce Streamable / Streamer, inspired by C#'s IAsyncEnumerable / IAsyncEnumerator by @akarnokd in #8048
  • chore(deps): bump github/codeql-action from 4.33.0 to 4.34.1 by @dependabot[bot] in #8049
  • 4.x: Improve Javadocs + limit line length + cleanup indentation + check by @akarnokd in #8050
  • 4.x: Introduce Schedulers.virtual(), Schedulers.cached(), deprecate Schedulers.io(), fix tests by @akarnokd in #8051

Full Changelog: v4.0.0-alpha-7-2...v4.0.0-alpha-8

v4.0.0-alpha-7-2

Choose a tag to compare

@akarnokd akarnokd released this 19 Mar 20:32
ba12301

Outdated doc of captradeoff/x-post-action@v1 mislead Grok, the current version is v1.2 😮‍💨.

Full Changelog: v4.0.0-alpha-7-1...v4.0.0-alpha-7-2

v4.0.0-alpha-7-1

Choose a tag to compare

@akarnokd akarnokd released this 19 Mar 20:29
635a1f6

Testing release log posting to X.

Full Changelog: v4.0.0-alpha-7...v4.0.0-alpha-7-1

v4.0.0-alpha-7

Choose a tag to compare

@akarnokd akarnokd released this 19 Mar 19:42

Fix the remnant org.reactivestreams references in the javadoc. No functional changes.

👉 https://reactivex.io/RxJava/4.x/javadoc/
👉 https://reactivex.io/RxJava/4.x/javadoc/v4.0.0-alpha-7/

( 📓 Please wait for the build & deploy to finish, usually takes 11 minutes. )

Full Changelog: v4.0.0-alpha-6-1...v4.0.0-alpha-7

v4.0.0-alpha-6-1

Choose a tag to compare

@akarnokd akarnokd released this 19 Mar 19:13

Fix javadoc generator by removing the old stylesheet override. No other changes.

Full Changelog: v4.0.0-alpha-6...v4.0.0-alpha-6-1

v4.0.0-alpha-6

Choose a tag to compare

@akarnokd akarnokd released this 19 Mar 18:46
65f9b6c

What's Changed

  • 4.x: Introduce FlatMapConfig & remove some overload bloat by @akarnokd in #8031
  • Various infrastructure fixes, including Javadoc for 4.x

Full Changelog: v4.0.0-alpha-5...v4.0.0-alpha-6

v4.0.0-alpha-5

Choose a tag to compare

@akarnokd akarnokd released this 19 Mar 10:16
5756066

What's Changed

  • 4.x: Add virtualCreate and virtualTransform to Flowable by @akarnokd in #8014
  • chore(deps): bump codecov/codecov-action from 5.5.2 to 5.5.3 by @dependabot[bot] in #8018
  • chore(deps): bump org.junit.platform:junit-platform-launcher from 1.11.3 to 6.0.3 by @dependabot[bot] in #8017
  • chore(deps): bump actions/cache from 5.0.3 to 5.0.4 by @dependabot[bot] in #8015
  • chore(deps): bump jupiterVersion from 5.11.3 to 6.0.3 by @dependabot[bot] in #8016
  • 4.x: Hide documentation in sealed interfaces [1/x] by @akarnokd in #8028

Full Changelog: v4.0.0-alpha-4...v4.0.0-alpha-5

v4.0.0-alpha-4

v4.0.0-alpha-4 Pre-release
Pre-release

Choose a tag to compare

@akarnokd akarnokd released this 18 Mar 20:43

RxJava 4.x is now fully converted to juc.Flow-based system, including the TCK tests.

Resolves: #7967 - 4.x: Prefer Java Flow API to Reactive Streams
Resolves: #7968 - Bootstrap
Resolves: #7483 - ThreadDeath is deprecated for removal in Java 20

v4.0.0-alpha-3

v4.0.0-alpha-3 Pre-release
Pre-release

Choose a tag to compare

@akarnokd akarnokd released this 18 Mar 20:40

RxJava 4.x is now fully converted to juc.Flow-based system, including the TCK tests.

Resolves: #7967 - 4.x: Prefer Java Flow API to Reactive Streams
Resolves: #7968 - Bootstrap
Resolves: #7483 - ThreadDeath is deprecated for removal in Java 20