Skip to content

Version 1.3.0-M2

Compare
Choose a tag to compare
@qwwdfsad qwwdfsad released this 26 Jun 15:43
· 1299 commits to master since this release
7acaae6
  • 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).