Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update kotlinx-coroutines to v1.6.3 #3019

Merged
merged 1 commit into from Jun 21, 2022
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 27, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.kotlinx:kotlinx-coroutines-test 1.6.1 -> 1.6.3 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-debug 1.6.1 -> 1.6.3 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-jdk8 1.6.1 -> 1.6.3 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-coroutines-core 1.6.1 -> 1.6.3 age adoption passing confidence

Release Notes

Kotlin/kotlinx.coroutines

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).

v1.6.2

Compare Source

  • Fixed a bug with ThreadLocalElement not being correctly updated when the most outer suspend function was called directly without kotlinx.coroutines (#​2930).
  • Fixed multiple data races: one that might have been affecting runBlocking event loop, and a benign data race in Mutex (#​3250, #​3251).
  • Obsolete TestCoroutineContext is removed, which fixes the kotlinx-coroutines-test JPMS package being split between kotlinx-coroutines-core and kotlinx-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 to 7.4.2 (#​3281). Thanks, @​wojtek-kalicinski!
  • Various documentation improvements.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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, click this checkbox.

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

@renovate renovate bot force-pushed the renovate/kotlinx-coroutines branch 8 times, most recently from c8a30f5 to 315cdcb Compare May 30, 2022 18:30
@Kantis
Copy link
Member

Kantis commented Jun 3, 2022

@renovate renovate bot force-pushed the renovate/kotlinx-coroutines branch 12 times, most recently from 865f537 to 9e66df4 Compare June 15, 2022 04:56
@renovate renovate bot force-pushed the renovate/kotlinx-coroutines branch from 9e66df4 to 2f351c3 Compare June 20, 2022 13:44
@renovate renovate bot changed the title Update kotlinx-coroutines to v1.6.2 Update kotlinx-coroutines to v1.6.3 Jun 20, 2022
@renovate renovate bot force-pushed the renovate/kotlinx-coroutines branch from 2f351c3 to 39f5106 Compare June 21, 2022 11:18
@sksamuel sksamuel merged commit cefc92c into master Jun 21, 2022
@sksamuel sksamuel deleted the renovate/kotlinx-coroutines branch June 21, 2022 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants