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:
0.8.0-grpc-71
->0.8.0-grpc-79
1.8.1
->1.9.0
1.8.1
->1.9.0
3.1.3
->3.2.0
3.1.3
->3.2.0
3.1.3
->3.2.0
3.1.3
->3.2.0
3.1.3
->3.2.0
3.1.3
->3.2.0
3.1.3
->3.2.0
3.1.3
->3.2.0
3.1.3
->3.2.0
3.1.3
->3.2.0
3.1.3
->3.2.0
0.8.0-grpc-79
->0.8.0
2025.6.11
->2025.7.0
8.11.0-alpha07
->8.11.0
8.11.0-alpha07
->8.11.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
Kotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-core)
v1.9.0
==================
This release updates Kotlin version to 2.2.0, includes several bugfixes and provides serializers for kotlin.time.Instant.
Add kotlin.time.Instant serializers
Instant class was moved from kotlinx-datetime library to Kotlin standard library.
As a result, kotlinx-datetime 0.7.0 no longer has serializers for the Instant class.
To use new kotlin.time.Instant class in your @Serializable classes,
you can use this 1.9.0 kotlinx-serialization version (Kotlin 2.2 is required).
You can choose between default
InstantSerializer
which uses its string representation,or specify
InstantComponentSerializer
that represents instant as its components.See details in the PR.
Other bugfixes
ktorio/ktor (io.ktor:ktor-client-js)
v3.2.0
Features
Improvements
wrapWithContent
andwrap
(KTOR-8378)ApplicationCall
for testing (KTOR-7607)io.ktor.network.sockets.InetSocketAddress
(KTOR-8490)accept
should return 406 if theAccept
header isn't matched (KTOR-8416)route
label can exceed length limit (KTOR-7274)Bugfixes
testApplication
environment (KTOR-8436)Kotlin/kotlinx-rpc (org.jetbrains.kotlinx.rpc.plugin)
v0.8.0
Overview
This release brings a lot of changes, including breaking changes:
kotlinx.serialization
from the core functionalityCoroutineScope
)These changes significantly reduce the number of footguns and improve the overall usability of the library.
Additionally, the internal structure of kRPC protocol and our compiler plugin reduced its complexity.
That allows us to provide better quality in future releases
(and this also applies to gRPC, even though in this particular release it was not a priority).
For the full list of changes that require migration,
see the Migration Guide.
Docs update
We added three new documentation sections:
Features 🎉
Breaking Changes 🔴
Bug fixes 🐛
Documentation 📗
Other Changes 🧹
New Contributors
Full Changelog: 0.7.0...0.8.0
JetBrains/kotlin-wrappers (org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom)
v2025.7.0
Compare Source
What's Changed
@JsValue
fromEd25519
(#2449) by @zibet27 in https://github.com/JetBrains/kotlin-wrappers/pull/2795BigInt
andBitmask
(#2449) by @zibet27 in https://github.com/JetBrains/kotlin-wrappers/pull/2797Full Changelog: JetBrains/kotlin-wrappers@2025.6.15...2025.7.0
v2025.6.15
Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.6.14...2025.6.15
v2025.6.14
Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2025.6.13...2025.6.14
v2025.6.13
Compare Source
What's Changed
Full Changelog: JetBrains/kotlin-wrappers@2025.6.12...2025.6.13
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.