kotlinx.coroutines v1.3.0-M2 Release Notes

    • Kotlin updated to 1.3.40.
    • Flow exception transparency concept.
    • New declarative Flow operators: onCompletion, catch, retryWhen, launchIn. onError* operators are deprecated in favour of catch. (#1263)
    • Publisher.asFlow is integrated with buffer operator.
    • Publisher.openSubscription default request size is 1 instead of 0 (#1267).