You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,10 @@
1
1
# Change log for kotlinx.coroutines
2
2
3
3
## Version 1.3.0-M2
4
+
4
5
* Kotlin updated to 1.3.40.
5
6
*`Flow` exception transparency concept.
6
-
* New Flow declarative `Flow` operators: `onCompletion`, `catch`, `retryWhen`, `launchIn`(#1263).
7
+
* New declarative `Flow` operators: `onCompletion`, `catch`, `retryWhen`, `launchIn`. `onError*` operators are deprecated in favour of `catch`. (#1263)
7
8
*`Publisher.asFlow` is integrated with `buffer` operator.
8
9
*`Publisher.openSubscription` default request size is `1` instead of `0` (#1267).
0 commit comments