Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.11.0#16831
Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.11.0#16831renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
|
APK file: https://github.com/nextcloud/android/actions/runs/24282001836/artifacts/6385528115 |
d7b1e43 to
a081fa9
Compare
|
APK file: https://github.com/nextcloud/android/actions/runs/24387267030/artifacts/6422903403 |
…ion-json to v1.11.0 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
a081fa9 to
a7cd586
Compare
|
APK file: https://github.com/nextcloud/android/actions/runs/24388724699/artifacts/6423369593 |
|
blue-Light-Screenshot test failed, but no output was generated. Maybe a preliminary stage failed. |
This PR contains the following updates:
1.10.0→1.11.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
Kotlin/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
Configuration
📅 Schedule: (in timezone Europe/Berlin)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.