This repository was archived by the owner on Sep 3, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
Update kotlinx-coroutines monorepo to v1.10.2 #372
Open
renovate
wants to merge
1
commit into
main-3.3.0-alpha02
Choose a base branch
from
renovate/kotlinx-coroutines-monorepo
base: main-3.3.0-alpha02
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6cfc7f7
to
ad5a611
Compare
ad5a611
to
279ba8c
Compare
b3bb46a
to
ae4690d
Compare
ae4690d
to
b5078b7
Compare
830d54f
to
d1ba9fc
Compare
7ce39c3
to
47f4146
Compare
1d2e061
to
558dcc2
Compare
aeed284
to
0b85925
Compare
0b85925
to
738dacd
Compare
8a608ae
to
0d6c8fc
Compare
0d6c8fc
to
e78c35c
Compare
e2dd753
to
1efc32a
Compare
7a546f5
to
73ec5b6
Compare
98c5c55
to
cd66c62
Compare
ade267b
to
e641bda
Compare
11ed3ab
to
4fd8026
Compare
f9fc1e3
to
02d280d
Compare
fc23f1d
to
b7fae3b
Compare
b82570d
to
363eedf
Compare
655351c
to
b68a2c3
Compare
ea95f8c
to
a5432f1
Compare
4e256b5
to
c73d367
Compare
c73d367
to
d4bd68d
Compare
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.9.0
->1.10.2
1.9.0
->1.10.2
1.9.0
->1.10.2
1.9.0
->1.10.2
Release Notes
Kotlin/kotlinx.coroutines (org.jetbrains.kotlinx:kotlinx-coroutines-core-iossimulatorarm64)
v1.10.2
Compare Source
kotlinx-coroutines-debug
JAR file including themodule-info.class
file twice, resulting in failures in various tooling (#4314). Thanks, @RyuNen344!Flow.stateIn
hanging when the scope is cancelled in advance or the flow is empty (#4322). Thanks, @francescotescari!.limitedParallelism
(#4330) and during flow collection (#4272).runBlocking
failing to run its coroutine to completion in some cases if its JVM thread got interrupted (#4399).v1.10.1
Compare Source
v1.10.0
Compare Source
Flow.any
,Flow.all
, andFlow.none
(#4212). Thanks, @CLOVIS-AI!kotlinx-coroutines-debug
andkotlinx-coroutines-core
code to avoid a split package between the two artifacts (#4247). Note that directly referencingkotlinx.coroutines.debug.AgentPremain
must now be replaced withkotlinx.coroutines.debug.internal.AgentPremain
. Thanks, @sellmair!kotlinx-coroutines-debug
, reducing the artifact size and simplifying the build configuration of client code. Thanks, @sellmair!NullPointerException
when using Java-deserializedkotlinx-coroutines-core
exceptions (#4291). Thanks, @AlexRiedler!CoroutineDispatcher.dispatch
instead of raising internal errors (#4091). Thanks, @zuevmaxim!Dispatchers.Default
orDispatchers.IO
task after ayield()
in rare scenarios (#4248).main()
coroutine on Wasm/WASI from executing after adelay()
call in some scenarios (#4239).runBlocking
tasks on Kotlin/Native that arrive after therunBlocking
block was exited (#4245).Flow
operators sometimes resuming without taking cancellation into account (#4254). Thanks, @jxdabc!ThreadLocal
values not to get cleaned when using non-CoroutineDispatcher
continuation interceptors (#4296).Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.