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
+7-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Change log for kotlinx.coroutines
2
2
3
+
## Version 1.2.0-alpha-2
4
+
5
+
This release contains major [feature preview](/docs/compatibility.md#flow-preview-api): cold streams aka `Flow` (#254).
6
+
7
+
Performance:
8
+
* Performance of `Dispatcher.Main` initialization is significantly improved (#878).
9
+
3
10
## Version 1.2.0-alpha
4
11
5
12
* Major debug agent improvements. Real stacktraces are merged with coroutine stacktraces for running coroutines, merging heuristic is improved, API is cleaned up and is on its road to stabilization (#997).
@@ -14,7 +21,6 @@
14
21
*`withContext` checks cancellation on entering (#962).
15
22
* Operator `invoke` on `CoroutineDispatcher` (#428).
16
23
* Java 8 extensions for `delay` and `withTimeout` now properly handle too large values (#428).
17
-
* Performance of `Dispatcher.Main` initialization is significantly improved (#878).
18
24
* A global exception handler for fatal exceptions in coroutines is introduced (#808, #773).
19
25
* Major improvements in cancellation machinery and exceptions delivery consistency. Cancel with custom exception is completely removed.
This gives you access to Android [Dispatchers.Main](https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-android/kotlinx.coroutines.android/kotlinx.coroutines.-dispatchers/index.html)
153
153
coroutine dispatcher and also makes sure that in case of crashed coroutine with unhandled exception this
0 commit comments