Skip to content

0.8.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 May 18:33
· 7 commits to master since this release

Changed

Added

  • Add Flow.catchAndReturn, Flow.catchAndResume operators.
  • Add Flow.mapToResult, Flow.mapResultCatching, Flow.throwFailure operators.

Changed

  • Flow.chunked(bufferSize: Int) / Flow.bufferCount(bufferSize: Int): reduce unnecessary allocations.
Changelog relative to version [0.8.1-Beta]
  • Flow.mapResultCatching now does not catch CancellationException
    thrown from the transform lambda.

  • Kotlin 1.9.24.