Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.4.1 #6

Open
renovate wants to merge 1 commits from renovate/org.jetbrains.kotlinx-kotlinx-serialization-json-1.x into master
Collaborator

This PR contains the following updates:

Package Update Change
org.jetbrains.kotlinx:kotlinx-serialization-json minor 1.3.3 -> 1.4.1

Release Notes

Kotlin/kotlinx.serialization

v1.4.1

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

This is patch release contains several bugfixes and improvements.
Kotlin 1.7.20 is used by default.

Improvements
  • Add @​MustBeDocumented to certain annotations (#​2059)
  • Deprecate .isNullable in SerialDescriptor builder (#​2040)
  • Unsigned primitives and unsigned arrays serializers can be retrieved as built-ins (#​1992)
  • Serializers are now cached inside reflective lookup, leading to faster serializer retrieval (#​2015)
  • Compiler plugin can create enum serializers using static factories for better speed (#​1851) (Kotlin 1.7.20 required)
  • Provide foundation for compiler plugin intrinsics available in Kotlin 1.8.0 (#​2031)
Bugfixes

v1.4.0

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

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

Bugfixes
  • Fixed decoding of huge JSON data for okio streams (#​2006)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) | minor | `1.3.3` -> `1.4.1` | --- ### Release Notes <details> <summary>Kotlin/kotlinx.serialization</summary> ### [`v1.4.1`](https://github.com/Kotlin/kotlinx.serialization/blob/HEAD/CHANGELOG.md#&#8203;141--2022-10-14) \================== This is patch release contains several bugfixes and improvements. Kotlin 1.7.20 is used by default. ##### Improvements - Add [@&#8203;MustBeDocumented](https://github.com/MustBeDocumented) to certain annotations ([#&#8203;2059](https://github.com/Kotlin/kotlinx.serialization/issues/2059)) - Deprecate .isNullable in SerialDescriptor builder ([#&#8203;2040](https://github.com/Kotlin/kotlinx.serialization/issues/2040)) - Unsigned primitives and unsigned arrays serializers can be retrieved as built-ins ([#&#8203;1992](https://github.com/Kotlin/kotlinx.serialization/issues/1992)) - Serializers are now cached inside reflective lookup, leading to faster serializer retrieval ([#&#8203;2015](https://github.com/Kotlin/kotlinx.serialization/issues/2015)) - Compiler plugin can create enum serializers using static factories for better speed ([#&#8203;1851](https://github.com/Kotlin/kotlinx.serialization/issues/1851)) (Kotlin 1.7.20 required) - Provide foundation for compiler plugin intrinsics available in Kotlin 1.8.0 ([#&#8203;2031](https://github.com/Kotlin/kotlinx.serialization/issues/2031)) ##### Bugfixes - Support polymorphism in Properties format ([#&#8203;2052](https://github.com/Kotlin/kotlinx.serialization/issues/2052)) (thanks to [Rodrigo Vedovato](https://github.com/rodrigovedovato)) - Added support of UTF-16 surrogate pairs to okio streams ([#&#8203;2033](https://github.com/Kotlin/kotlinx.serialization/issues/2033)) - Fix dependency on core module from HOCON module ([#&#8203;2020](https://github.com/Kotlin/kotlinx.serialization/issues/2020)) (thanks to [Osip Fatkullin](https://github.com/osipxd)) ### [`v1.4.0`](https://github.com/Kotlin/kotlinx.serialization/blob/HEAD/CHANGELOG.md#&#8203;140--2022-08-18) \================== This release contains all features and bugfixes from 1.4.0-RC plus some bugfixes on its own (see below). Kotlin 1.7.10 is used as a default. ##### Bugfixes - Fixed decoding of huge JSON data for okio streams ([#&#8203;2006](https://github.com/Kotlin/kotlinx.serialization/issues/2006)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added 1 commit 2022-10-14 17:41:21 +02:00
renovate changed title from Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.4.0 to Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.4.1 2022-10-14 20:37:34 +02:00
renovate force-pushed renovate/org.jetbrains.kotlinx-kotlinx-serialization-json-1.x from 3aa300ae7d to 8791c341e7 2022-10-14 20:37:39 +02:00 Compare
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b renovate/org.jetbrains.kotlinx-kotlinx-serialization-json-1.x master
git pull origin renovate/org.jetbrains.kotlinx-kotlinx-serialization-json-1.x

Step 2:

Merge the changes and update on Forgejo.
git checkout master
git merge --no-ff renovate/org.jetbrains.kotlinx-kotlinx-serialization-json-1.x
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kalle/GitlabRepoStats#6
There is no content yet.