0.20.0-RC5
Pre-release
Pre-release
benjchristensen
released this
13 Aug 17:55
·
2906 commits
to 3.x
since this release
Version 0.20.0-RC5 updates parallel
, buffer(size)
, switchOnNext
, repeat
, and retry
to support "reactive pull" backpressure. It adds a groupBy
overload with an element selector, a new compose
method as an alternative to lift
for custom operators, fixes bugs and other general improvements.
There are still oustanding items being tracked for 0.20 that need to be completed for the final release.
- Pull 1573 Backpressure: parallel
- Pull 1572 Remove Timeout in Blocking Iterator
- Pull 1570 RxClojure: Fix for mapcat
- Pull 1568 Compose/Transformer
- Pull 1567 groupBy with element selector
- Pull 1565 Fixing Kotlin Defer
- Pull 1507 BufferWithSize with Backpressure Support
- Pull 1557 SwitchOnNext with backpressure support
- Pull 1562 TakeLastTimed with backpressure support
- Pull 1564 RxScala: Fix errors in Completeness.scala and also improve it
- Pull 1548 Adding backpressure to OnSubscribeRedo
- Pull 1559 More consistent hooks for scheduler plugins
- Pull 1561 Remove Variance on Defer
- Pull 1537 recursive scheduling in RxScala
- Pull 1560 flatMap overloads
- Pull 1558 mergeMap generics
- Pull 1552 Fixing a bug and a potential for other concurrency issues
- Pull 1555 RxScala: Add retryWhen/repeatWhen methods
Artifacts: Maven Central