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
+10
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Change log for kotlinx.coroutines
2
2
3
+
## Version 1.6.4
4
+
5
+
* Added `TestScope.backgroundScope` for launching coroutines that perform work in the background and need to be cancelled at the end of the test (#3287).
6
+
* Fixed the POM of `kotlinx-coroutines-debug` having an incorrect reference to `kotlinx-coroutines-bom`, which cause the builds of Maven projects using the debug module to break (#3334).
7
+
* Fixed the `Publisher.await` functions in `kotlinx-coroutines-reactive` not ensuring that the `Subscriber` methods are invoked serially (#3360). Thank you, @EgorKulbachka!
8
+
* Fixed a memory leak in `withTimeout` on K/N with the new memory model (#3351).
9
+
* Added the guarantee that all `Throwable` implementations in the core library are serializable (#3328).
10
+
* Moved the documentation to <https://kotlinlang.org/api/kotlinx.coroutines/> (#3342).
11
+
* Various documentation improvements.
12
+
3
13
## Version 1.6.3
4
14
5
15
* Updated atomicfu version to 0.17.3 (#3321), fixing the projects using this library with JS IR failing to build (#3305).
(follow the link to get the dependency declaration snippet) and as [`kotlinx-coroutines-core`](https://www.npmjs.com/package/kotlinx-coroutines-core) NPM package.
0 commit comments