AlarmClock
AlarmClock copied to clipboard
build(deps): bump kotlinx-coroutines-core from 1.6.2 to 1.6.4
Bumps kotlinx-coroutines-core from 1.6.2 to 1.6.4.
Release notes
Sourced from kotlinx-coroutines-core's releases.
1.6.4
- 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 tokotlinx-coroutines-bom
, which cause the builds of Maven projects using the debug module to break (#3334).- Fixed the
Publisher.await
functions inkotlinx-coroutines-reactive
not ensuring that theSubscriber
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.
1.6.3
Changelog
Sourced from kotlinx-coroutines-core's changelog.
Version 1.6.4
- 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 tokotlinx-coroutines-bom
, which cause the builds of Maven projects using the debug module to break (#3334).- Fixed the
Publisher.await
functions inkotlinx-coroutines-reactive
not ensuring that theSubscriber
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.
Version 1.6.3
Commits
81e17dd
Version 1.6.4f31b037
Merge remote-tracking branch 'origin/master' into developc8271ad
Improve CoroutineDispatcher documentation (#3359)ac4f57e
Update binary compatibility validator to 0.11.0 (#3362)143bdfa
Add a scope for launching background work in tests (#3348)562902b
Fix debug module publication with shadow plugin (#3357)8b6473d
Comply with Subscriber rule 2.7 in theawait*
impl (#3360)10261a7
Update readme (#3343)7934032
Reduce reachable references of disposed invokeOnTimeout handle (#3353)f0874d1
Merge pull request #3342 from Kotlin/kotlinlang-api- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase
.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
Base: 69.42% // Head: 69.28% // Decreases project coverage by -0.13%
:warning:
Coverage data is based on head (
9dabe70
) compared to base (cb33aff
). Patch has no changes to coverable lines.
:exclamation: Current head 9dabe70 differs from pull request most recent head 5f4adfa. Consider uploading reports for the commit 5f4adfa to get more accurate results
Additional details and impacted files
@@ Coverage Diff @@
## develop #475 +/- ##
=============================================
- Coverage 69.42% 69.28% -0.14%
+ Complexity 569 568 -1
=============================================
Files 75 75
Lines 3676 3676
Branches 471 471
=============================================
- Hits 2552 2547 -5
- Misses 815 818 +3
- Partials 309 311 +2
Impacted Files | Coverage Δ | |
---|---|---|
.../main/java/com/better/alarm/util/AlertFormatter.kt | 48.57% <0.00%> (-5.72%) |
:arrow_down: |
...in/java/com/better/alarm/presenter/InfoFragment.kt | 92.53% <0.00%> (-1.50%) |
:arrow_down: |
.../src/main/java/com/better/alarm/model/AlarmCore.kt | 52.76% <0.00%> (-0.59%) |
:arrow_down: |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Looks like org.jetbrains.kotlinx:kotlinx-coroutines-core is updatable in another way, so this is no longer needed.