Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-android to v1.6.1
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| org.jetbrains.kotlinx:kotlinx-coroutines-android | patch |
1.6.0 -> 1.6.1
|
Release Notes
Kotlin/kotlinx.coroutines
v1.6.1
- Rollback of time-related functions dispatching on
Dispatchers.Main. This behavior was introduced in 1.6.0 and then found inconvenient and erroneous (#3106, #3113). - Reworked the newly-introduced
CopyableThreadContextElementto solve issues uncovered after the initial release (#3227). - Fixed a bug with
ThreadLocalElementnot being properly updated in racy scenarios (#2930). - Reverted eager loading of default
CoroutineExceptionHandlerthat triggered ANR on some devices (#3180). - New API to convert a
CoroutineDispatcherto a Rx scheduler (#968, #548). Thanks @recheej! - Fixed a memory leak with the very last element emitted from
flowbuilder being retained in memory (#3197). - Fixed a bug with
limitedParallelismon K/N with new memory model throwingClassCastException(#3223). -
CoroutineContextis added to the exception printed to the defaultCoroutineExceptionHandlerto improve debuggability (#3153). - Static memory consumption of
Dispatchers.Defaultwas significantly reduced (#3137). - Updated slf4j version in
kotlinx-coroutines-slf4jfrom 1.7.25 to 1.7.32.
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.