-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
build(deps): bump coroutinesVersion from 1.7.3 to 1.8.0 #669
base: develop
Are you sure you want to change the base?
Conversation
Bumps `coroutinesVersion` from 1.7.3 to 1.8.0. Updates `org.jetbrains.kotlinx:kotlinx-coroutines-rx2` from 1.7.3 to 1.8.0 - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](Kotlin/kotlinx.coroutines@1.7.3...1.8.0) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.7.3 to 1.8.0 - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](Kotlin/kotlinx.coroutines@1.7.3...1.8.0) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-android` from 1.7.3 to 1.8.0 - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](Kotlin/kotlinx.coroutines@1.7.3...1.8.0) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-test` from 1.7.3 to 1.8.0 - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](Kotlin/kotlinx.coroutines@1.7.3...1.8.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-rx2 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-android dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-test dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
val serializationVersion = "1.6.2" | ||
implementation("ch.acra:acra-mail:5.11.3") | ||
implementation("com.melnykov:floatingactionbutton:1.3.0") | ||
implementation("io.reactivex.rxjava2:rxjava:2.2.21") | ||
implementation("io.reactivex.rxjava2:rxandroid:2.1.1") | ||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-rx2:1.7.3") | ||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-rx2:1.8.0") | ||
implementation("io.insert-koin:koin-android:3.5.3") | ||
implementation("androidx.fragment:fragment:1.6.2") | ||
// TODO remove this when we don't use it anymore |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review:
-
In the dependencies section, the coroutinesVersion has been updated from "1.7.3" to "1.8.0". This suggests an upgrade to a newer version of Kotlin coroutines.
-
Similarly, the serializationVersion remains unchanged at "1.6.2".
-
The acra-mail library has been set to version "5.11.3".
-
The floatingactionbutton library has been set to version "1.3.0".
-
The rxjava library has been set to version "2.2.21", and the rxandroid library has been set to version "2.1.1". These versions remain unchanged.
-
The kotlinx-coroutines-rx2 library has been updated to version "1.8.0", indicating an upgrade to a newer version of Kotlin coroutines for RxJava 2.x integration.
-
The koin-android library has been set to version "3.5.3".
-
The fragment library (androidx.fragment) has been set to version "1.6.2".
-
There is a commented line with a TODO indicating the intention to remove that particular implementation when it is no longer needed. This should be addressed in the future as per the TODO comment suggests.
No obvious bugs or risk are identified, but please ensure compatibility and test your code thoroughly after making these changes.
Bumps
coroutinesVersion
from 1.7.3 to 1.8.0.Updates
org.jetbrains.kotlinx:kotlinx-coroutines-rx2
from 1.7.3 to 1.8.0Release notes
Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-rx2's releases.
Changelog
Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-rx2's changelog.
Commits
8c516f5
Version 1.8.090d9a30
Disable DebugProbes.enableCreationStackTraces by default (#4028)c5a579e
Merge pull request #4042 from Kotlin/dk-doc-improvements83fa0b4
Supply MDC context propagation with examples.1d04452
Revisit SupervisorScope, supervisorScope, and coroutineScope docs17bae3f
Don't say that job completion causesCancellationException
92df6e1
Reword the prompt cancellation guarantee8eb4963
Improve the explanation of howawait
throws exceptionsfdc0818
Clarify that usingrunBlocking
insuspend
functions is allowedd0dabb9
Ensure that flow operators propagate the cancellation exceptions (#4038)Updates
org.jetbrains.kotlinx:kotlinx-coroutines-core
from 1.7.3 to 1.8.0Release notes
Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-core's releases.
Changelog
Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-core's changelog.
Commits
8c516f5
Version 1.8.090d9a30
Disable DebugProbes.enableCreationStackTraces by default (#4028)c5a579e
Merge pull request #4042 from Kotlin/dk-doc-improvements83fa0b4
Supply MDC context propagation with examples.1d04452
Revisit SupervisorScope, supervisorScope, and coroutineScope docs17bae3f
Don't say that job completion causesCancellationException
92df6e1
Reword the prompt cancellation guarantee8eb4963
Improve the explanation of howawait
throws exceptionsfdc0818
Clarify that usingrunBlocking
insuspend
functions is allowedd0dabb9
Ensure that flow operators propagate the cancellation exceptions (#4038)Updates
org.jetbrains.kotlinx:kotlinx-coroutines-android
from 1.7.3 to 1.8.0Release notes
Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-android's releases.
Changelog
Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-android's changelog.
Commits
8c516f5
Version 1.8.090d9a30
Disable DebugProbes.enableCreationStackTraces by default (#4028)c5a579e
Merge pull request #4042 from Kotlin/dk-doc-improvements83fa0b4
Supply MDC context propagation with examples.1d04452
Revisit SupervisorScope, supervisorScope, and coroutineScope docs17bae3f
Don't say that job completion causesCancellationException
92df6e1
Reword the prompt cancellation guarantee8eb4963
Improve the explanation of howawait
throws exceptionsfdc0818
Clarify that usingrunBlocking
insuspend
functions is allowedd0dabb9
Ensure that flow operators propagate the cancellation exceptions (#4038)Updates
org.jetbrains.kotlinx:kotlinx-coroutines-test
from 1.7.3 to 1.8.0Release notes
Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-test's releases.
Changelog
Sourced from org.jetbrains.kotlinx:kotlinx-coroutines-test's changelog.
Commits