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
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,18 @@
1
1
# Change log for kotlinx.coroutines
2
2
3
+
## Version 1.3.5
4
+
5
+
*`firstOrNull` operator. Contributed by @bradynpoulsen.
6
+
*`java.time` adapters for Flow operators. Contributed by @fvasco.
7
+
*`kotlin.time.Duration` support (#1402). Contributed by @fvasco.
8
+
* Memory leak with a mix of reusable and non-reusable continuations is fixed (#1855).
9
+
*`DebugProbes` are ready for production installation: its performance is increased, the flag to disable creation stacktraces to reduce the footprint is introduced (#1379, #1372).
10
+
* Stacktrace recovery workaround for Android 6.0 and earlier bug (#1866).
11
+
* New integration module: `kotlinx-coroutines-jdk9` with adapters for `java.util.concurrent.Flow`.
0 commit comments