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 dependency org.jetbrains.kotlinx:kotlinx-coroutines-core to v1.6.1 #4673

Merged
merged 1 commit into from Apr 6, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 4, 2022

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

Kotlin/kotlinx.coroutines

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: 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Apr 4, 2022
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx branch from 6e04fef to ff2599c Compare April 5, 2022 19:48
@codecov
Copy link

codecov bot commented Apr 5, 2022

Codecov Report

Merging #4673 (ce03bbc) into main (50f5f5f) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main    #4673   +/-   ##
=========================================
  Coverage     84.59%   84.59%           
  Complexity     3441     3441           
=========================================
  Files           492      492           
  Lines         11335    11335           
  Branches       2060     2060           
=========================================
  Hits           9589     9589           
  Misses          701      701           
  Partials       1045     1045           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 50f5f5f...ce03bbc. Read the comment docs.

@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx branch 2 times, most recently from 91014a1 to 96a920c Compare April 6, 2022 00:11
@renovate renovate bot force-pushed the renovate/org.jetbrains.kotlinx branch from 96a920c to ce03bbc Compare April 6, 2022 19:58
@cortinico cortinico added this to the 1.20.0 milestone Apr 6, 2022
@cortinico cortinico merged commit febe065 into main Apr 6, 2022
@cortinico cortinico deleted the renovate/org.jetbrains.kotlinx branch April 6, 2022 21:15
chao2zhang pushed a commit that referenced this pull request Apr 8, 2022
….6.1 (#4673)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants