Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.2.2 #23

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 8, 2021

WhiteSource Renovate

This PR contains the following updates:

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

Release Notes

Kotlin/kotlinx.serialization

v1.2.2

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

This release contains various bugfixes, some useful features and important performance improvements.
It also uses Kotlin 1.5.20 as default.

Features
  • Support for @JsonNames and coerceInputValues in Json.decodeFromDynamic (#​1479)
  • Add factory function to wrap a serial descriptor with a custom name for custom delegating serializers (#​1547) (thanks to Fadenfire)
  • Allow contextually serialized types to be used as map keys in Json (#​1552) (thanks to pdvrieze)
Bugfixes and performance improvements
  • Update size in JsonStringBuilder slow-path to avoid excessive array-copies for large strings with escape symbols (#​1491)
  • Optimize integer encoding length in CBOR (#​1570) (thanks to davertay)
  • Throw JsonDecodingException instead of ClassCastException during unexpected null in TreeJsonDecoder (#​1550)
  • Prohibit 'null' strings in lenient mode in order to get rid of 'null' and "null" ambiguity (#​1549)
  • Avoid usage of reflective-like serialDescriptor<KType> in production sources (#​1540)
  • Added correct error message when deserializing missing enum member for Properties format (#​1539)
  • Make DescriptorSchemaCache in Json thread-local on Native (#​1484)

Configuration

📅 Schedule: 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 WhiteSource Renovate. View repository job log here.

@LeoDog896 LeoDog896 merged commit 306cec7 into main Jul 9, 2021
@renovate renovate bot deleted the renovate/org.jetbrains.kotlinx-kotlinx-serialization-json-1.x branch July 9, 2021 03:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants