Update to Kotlinx Serialization v1.11.0#6803
Merged
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6803 +/- ##
==========================================
+ Coverage 85.41% 86.24% +0.82%
==========================================
Files 871 814 -57
Lines 60064 58200 -1864
Branches 8613 8572 -41
==========================================
- Hits 51304 50192 -1112
+ Misses 5775 5035 -740
+ Partials 2985 2973 -12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
9fb8a5a to
86263ce
Compare
david-livefront
commented
Apr 15, 2026
|
|
||
| // Hide any sensitive data in exceptions when not using debug builds. | ||
| @OptIn(ExperimentalSerializationApi::class) | ||
| exceptionsWithDebugInfo = buildInfoManager.isDevBuild |
Collaborator
Author
There was a problem hiding this comment.
Thoughts on this?
Contributor
There was a problem hiding this comment.
I'm good with it.
🌱 If we notice a reduction of useful info in FlightRecorder logs we might want to consider checking if its enabled too.
86263ce to
d990b2f
Compare
Contributor
|
Fixed Issues (118)Great job! The following issues were fixed in this Pull Request
|
d990b2f to
0a26945
Compare
SaintPatrck
approved these changes
Apr 15, 2026
SaintPatrck
approved these changes
Apr 17, 2026
Collaborator
Author
|
Thanks @SaintPatrck |
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.


🎟️ Tracking
N/A
📔 Objective
This PR updates the Kotlinx Serialization library to the latest version (v1.11.0).
Release Notes!