compose-samples
compose-samples copied to clipboard
Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-android to v1.6.4
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| org.jetbrains.kotlinx:kotlinx-coroutines-android | 1.6.0 -> 1.6.4 |
Release Notes
Kotlin/kotlinx.coroutines
v1.6.4
- Added
TestScope.backgroundScopefor launching coroutines that perform work in the background and need to be cancelled at the end of the test (#3287). - Fixed the POM of
kotlinx-coroutines-debughaving an incorrect reference tokotlinx-coroutines-bom, which cause the builds of Maven projects using the debug module to break (#3334). - Fixed the
Publisher.awaitfunctions inkotlinx-coroutines-reactivenot ensuring that theSubscribermethods are invoked serially (#3360). Thank you, @EgorKulbachka! - Fixed a memory leak in
withTimeouton K/N with the new memory model (#3351). - Added the guarantee that all
Throwableimplementations in the core library are serializable (#3328). - Moved the documentation to https://kotlinlang.org/api/kotlinx.coroutines/ (#3342).
- Various documentation improvements.
v1.6.3
- Updated atomicfu version to 0.17.3 (#3321), fixing the projects using this library with JS IR failing to build (#3305).
v1.6.2
- Fixed a bug with
ThreadLocalElementnot being correctly updated when the most outersuspendfunction was called directly withoutkotlinx.coroutines(#2930). - Fixed multiple data races: one that might have been affecting
runBlockingevent loop, and a benign data race inMutex(#3250, #3251). - Obsolete
TestCoroutineContextis removed, which fixes thekotlinx-coroutines-testJPMS package being split betweenkotlinx-coroutines-coreandkotlinx-coroutines-test(#3218). - Updated the ProGuard rules to further shrink the size of the resulting DEX file with coroutines (#3111, #3263). Thanks, @agrieve!
- Atomicfu is updated to
0.17.2, which includes a more efficient and robust JS IR transformer (#3255). - Kotlin is updated to
1.6.21, Gradle version is updated to7.4.2(#3281). Thanks, @wojtek-kalicinski! - Various documentation improvements.
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
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.