Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.5.0 #355

Merged
merged 2 commits into from
Feb 28, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 27, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.jetbrains.kotlinx:kotlinx-serialization-json 1.4.1 -> 1.5.0 age adoption passing confidence

Release Notes

Kotlin/kotlinx.serialization

v1.5.0

==================

This release contains all features and bugfixes from 1.5.0-RC plus some experimental features and bugfixes on its own (see below).
Kotlin 1.8.10 is used as a default.

HoconEncoder and HoconDecoder interfaces and HOCON-specific serializers

These interfaces work in a way similar to JsonEncoder and JsonDecoder: they allow intercepting (de)serialization process,
making writing if custom HOCON-specific serializers easier. New ConfigMemorySizeSerializer and JavaDurationSerializer already make use of them.
See more details in the PR.
Big thanks to Alexander Mikhailov for contributing this!

Ability to read buffered huge strings in custom Json deserializers

New interface ChunkedDecoder allows you to read huge strings that may not fit in memory by chunks.
Currently, this interface is only implemented by Json decoder that works with strings and streams,
but we may expand it later, if there's a demand for it.
See more details in the PR authored by Alexey Sviridov.

Bugfixes
  • Improve runtime exceptions messages (#​2180)
  • Added support for null values for nullable enums in lenient mode (#​2176)
  • Prevent class loaders from leaking when using ClassValue cache (#​2175)

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner February 27, 2023 01:56
@renovate renovate bot added the chore Maintanance update label Feb 27, 2023
@hrach hrach force-pushed the renovate/kotlin-and-dokka-and-compose-compiler branch from 8e15387 to 4f1513e Compare February 27, 2023 15:19
@hrach hrach requested a review from Drekorian February 27, 2023 15:19
@renovate renovate bot force-pushed the renovate/kotlin-and-dokka-and-compose-compiler branch from 4f1513e to 113a974 Compare February 27, 2023 15:19
@hrach hrach force-pushed the renovate/kotlin-and-dokka-and-compose-compiler branch from 113a974 to 6e30eaf Compare February 27, 2023 15:33
@renovate renovate bot force-pushed the renovate/kotlin-and-dokka-and-compose-compiler branch from 6e30eaf to 20ba325 Compare February 27, 2023 15:33
@hrach hrach force-pushed the renovate/kotlin-and-dokka-and-compose-compiler branch from 20ba325 to 16f50ff Compare February 27, 2023 15:40
@renovate
Copy link
Contributor Author

renovate bot commented Feb 27, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@hrach hrach merged commit af3248a into main Feb 28, 2023
@hrach hrach deleted the renovate/kotlin-and-dokka-and-compose-compiler branch February 28, 2023 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Maintanance update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants