0.21.2
- Fixed
openSubscription
extension for reactivePublisher
/Observable
/Flowable
when used withselect { ... }
and added an optionalrequest
parameter to specify how many elements are requested from publisher in advance on subscription (see #197). - Simplified implementation of
Channel.flatMap
usingtoChannel
function to work around Android 5.0 APK install SIGSEGV (see #205).