0.8.1
Changed
- Update dependencies:
- Kotlin
1.9.24
. - KotlinX Coroutines
1.8.1
. Gradle
to8.7
.
- Kotlin
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 catchCancellationException
thrown from thetransform
lambda.