Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Update kotlinx-coroutines to v1.6.4 #153

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 20, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.kotlinx:kotlinx-coroutines-android 1.6.2 -> 1.6.4 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-core 1.6.2 -> 1.6.4 age adoption passing confidence

Release Notes

Kotlin/kotlinx.coroutines

v1.6.4

Compare Source

  • Added TestScope.backgroundScope for 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-debug having an incorrect reference to kotlinx-coroutines-bom, which cause the builds of Maven projects using the debug module to break (#​3334).
  • Fixed the Publisher.await functions in kotlinx-coroutines-reactive not ensuring that the Subscriber methods are invoked serially (#​3360). Thank you, @​EgorKulbachka!
  • Fixed a memory leak in withTimeout on K/N with the new memory model (#​3351).
  • Added the guarantee that all Throwable implementations in the core library are serializable (#​3328).
  • Moved the documentation to https://kotlinlang.org/api/kotlinx.coroutines/ (#​3342).
  • Various documentation improvements.

v1.6.3

Compare Source

  • Updated atomicfu version to 0.17.3 (#​3321), fixing the projects using this library with JS IR failing to build (#​3305).

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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/kotlinx-coroutines branch 2 times, most recently from 70dc327 to db97f7a Compare June 22, 2022 17:01
@renovate renovate bot force-pushed the renovate/kotlinx-coroutines branch 2 times, most recently from a3ac8a1 to f816bf1 Compare July 13, 2022 13:44
@renovate renovate bot changed the title Update kotlinx-coroutines to v1.6.3 Update kotlinx-coroutines to v1.6.4 Jul 13, 2022
@renovate renovate bot force-pushed the renovate/kotlinx-coroutines branch from f816bf1 to 642b548 Compare September 5, 2022 18:44
@renovate renovate bot force-pushed the renovate/kotlinx-coroutines branch from 642b548 to 3b2aca1 Compare September 5, 2022 20:37
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants