Conversation
Contributor
Kover Report
|
28cf4fd to
ffbe1b7
Compare
8c253ec to
36a7d97
Compare
bbd611b to
b1289aa
Compare
| datasource | package | from | to | | ---------- | ----------------------------------------------------- | --------- | -------- | | maven | org.jetbrains.kotlin-wrappers:kotlin-js | 2026.3.16 | 2026.4.5 | | maven | com.gradleup.shadow:com.gradleup.shadow.gradle.plugin | 9.4.0 | 9.4.1 | | maven | tools.jackson.module:jackson-module-kotlin | 3.1.0 | 3.1.1 | | maven | tools.jackson.core:jackson-databind | 3.1.0 | 3.1.1 | | maven | io.ktor:ktor-serialization-kotlinx-json | 3.4.1 | 3.4.2 | | maven | io.ktor:ktor-server-resources | 3.4.1 | 3.4.2 | | maven | io.ktor:ktor-server-content-negotiation | 3.4.1 | 3.4.2 | | maven | io.ktor:ktor-server-core | 3.4.1 | 3.4.2 | | maven | io.ktor:ktor-client-mock | 3.4.1 | 3.4.2 | | maven | io.ktor:ktor-server-test-host | 3.4.1 | 3.4.2 | | maven | io.ktor:ktor-client-core | 3.4.1 | 3.4.2 | | maven | org.jetbrains.kotlinx:kotlinx-serialization-json | 1.10.0 | 1.11.0 | | maven | org.jetbrains.kotlinx:kotlinx-serialization-core | 1.10.0 | 1.11.0 | | maven | io.kotest:kotest-property | 6.1.9 | 6.1.11 | | maven | io.kotest:kotest-assertions-core | 6.1.9 | 6.1.11 |
b1289aa to
34b4d76
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
2026.3.16→2026.4.59.4.0→9.4.13.1.0→3.1.13.1.0→3.1.13.4.1→3.4.23.4.1→3.4.23.4.1→3.4.23.4.1→3.4.23.4.1→3.4.23.4.1→3.4.23.4.1→3.4.21.10.0→1.11.01.10.0→1.11.06.1.9→6.1.116.1.9→6.1.11Release Notes
JetBrains/kotlin-wrappers (org.jetbrains.kotlin-wrappers:kotlin-js)
v2026.4.5Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.4.4...2026.4.5
v2026.4.4Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.4.3...2026.4.4
v2026.4.3Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.4.2...2026.4.3
v2026.4.2Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.4.1...2026.4.2
v2026.4.1Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.4.0...2026.4.1
v2026.4.0Compare Source
Full Changelog: JetBrains/kotlin-wrappers@2026.3.17...2026.4.0
v2026.3.17Compare Source
What's Changed
useLocationjsdoc by @aerialist7 in #2847ParsedLocation.hashjsdoc by @aerialist7 in #2848Full Changelog: JetBrains/kotlin-wrappers@2026.3.16...2026.3.17
GradleUp/shadow (com.gradleup.shadow)
v9.4.1Compare Source
Changed
ktorio/ktor (io.ktor:ktor-serialization-kotlinx-json)
v3.4.2Compare Source
Improvements
formFieldLimitdocuments incorrect default value (64 KB instead of 50 MiB)Bugfixes
JsWebSocketSession._closeReasonis completed twiceKotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-json)
v1.11.0==================
This release is based on Kotlin 2.3.20 and provides new Json exceptions API and some bugfixes and improvements.
Expose Json exceptions structure
To make working with exceptions easier and providing proper error codes in e.g., REST APIs,
classes
JsonException,JsonDecodingException, andJsonEncodingExceptionare now public.They have relevant public properties, such as
shortMessage,path,offset, and others.This API is currently experimental, and we're going to improve it further in the subsequent releases.
See the linked issues for the details: #1930, #1877.
Ability to hide user input from exception messages for security/privacy reasons.
Historically, exception messages in kotlinx.serialization often included the input Json itself for debuggability reason.
Such behavior may pose additional challenges for logging, analytics, and other systems, since
a system is not always allowed to store user data due to privacy/security reasons, which imposes additional sanitation logic.
To address this issue, a new property
exceptionsWithDebugInfois added toJsonConfiguration.Disable it to hide user input from exception messages.
IMPORTANT: This behavior will be enabled by default when this property becomes stable.
See #2590 for more details.
Bugfixes and improvements
kotest/kotest (io.kotest:kotest-property)
v6.1.11Compare Source
What's Changed
Full Changelog: kotest/kotest@v6.1.10...6.1.11
v6.1.10Compare Source
What's Changed
New Contributors
Full Changelog: kotest/kotest@v6.1.9...v6.1.10
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, 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.