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

fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.6.4 #17

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 4, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.kotlinx:kotlinx-coroutines-core 1.6.0 -> 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).

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.

v1.6.1

Compare Source

  • 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 CopyableThreadContextElement to solve issues uncovered after the initial release (#​3227).
  • Fixed a bug with ThreadLocalElement not being properly updated in racy scenarios (#​2930).
  • Reverted eager loading of default CoroutineExceptionHandler that triggered ANR on some devices (#​3180).
  • New API to convert a CoroutineDispatcher to a Rx scheduler (#​968, #​548). Thanks @​recheej!
  • Fixed a memory leak with the very last element emitted from flow builder being retained in memory (#​3197).
  • Fixed a bug with limitedParallelism on K/N with new memory model throwing ClassCastException (#​3223).
  • CoroutineContext is added to the exception printed to the default CoroutineExceptionHandler to improve debuggability (#​3153).
  • Static memory consumption of Dispatchers.Default was significantly reduced (#​3137).
  • Updated slf4j version in kotlinx-coroutines-slf4j from 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, check this box

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

@renovate renovate bot changed the title chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.6.1 chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.6.1 - autoclosed Apr 12, 2022
@renovate renovate bot closed this Apr 12, 2022
@renovate renovate bot deleted the renovate/org.jetbrains.kotlinx-kotlinx-coroutines-core-1.x branch April 12, 2022 11:31
@renovate renovate bot changed the title chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.6.1 - autoclosed chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.6.1 Apr 12, 2022
@renovate renovate bot reopened this Apr 12, 2022
@renovate renovate bot restored the renovate/org.jetbrains.kotlinx-kotlinx-coroutines-core-1.x branch April 12, 2022 11:33
@renovate renovate bot changed the title chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.6.1 chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.6.2 May 27, 2022
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx-kotlinx-coroutines-core-1.x branch from f2021e2 to 045358c Compare May 27, 2022 17:49
@renovate renovate bot changed the title chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.6.2 chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.6.3 Jun 24, 2022
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx-kotlinx-coroutines-core-1.x branch from 045358c to 7def70a Compare June 24, 2022 00:44
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx-kotlinx-coroutines-core-1.x branch from 7def70a to 36b971f Compare September 25, 2022 12:54
@renovate renovate bot changed the title chore(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.6.3 fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.6.4 Sep 25, 2022
@renovate
Copy link
Author

renovate bot commented Mar 20, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

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.

0 participants