Skip to content

Tags: watsaponk/RxJava

Tags

v3.0.0-RC9

Toggle v3.0.0-RC9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
3.x: Add concatEagerDelayError across (ReactiveX#6899)

* 3.x: Add concatEagerDelayError across

* Add more since 3.0.0 tags

v3.0.0-RC8

Toggle v3.0.0-RC8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
3.x: Simplify @return sentences in Flowable JavaDocs (ReactiveX#6847)

* 3.x: Simplify @return sentences in Flowable

* Clear Completable

* Clear Single

* Clean Maybe

* Clean Observable

v2.2.17

Toggle v2.2.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 2.2.17

v3.0.0-RC7

Toggle v3.0.0-RC7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
3.x: [Java 8] Add flattenStreamAsX to Maybe/Single (ReactiveX#6805)

* 3.x: [Java 8] Add flattenStreamAsX to Maybe/Single

* Add RS TCK tests for flattenStreamAsFlowable

v2.2.16

Toggle v2.2.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 2.2.16

v3.0.0-RC6

Toggle v3.0.0-RC6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
3.x: Change Flowable.groupBy to signal MBE instead of possibly hanging (

ReactiveX#6740)

* 3.x: Change Flowable.groupBy to signal MBE instead of possibly hanging

* Update groupBy javadocs

* Update backpressure annotation to ERROR, add some see links

* Correct javadocs typos

* Improve coverage of changes

v2.2.15

Toggle v2.2.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 2.2.15

v3.0.0-RC5

Toggle v3.0.0-RC5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
3.x: Fix MulticastProcessor not requesting more after limit is reached (

ReactiveX#6714)

* 3.x: Fix MulticastProcessor not requesting more after limit is reached

* Test for more prefetch values and patterns.

v2.2.14

Toggle v2.2.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 2.2.14

v3.0.0-RC4

Toggle v3.0.0-RC4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
3.x: Fix type inference problem when compiling with newer JDKs (React…

…iveX#6682)