-
Notifications
You must be signed in to change notification settings - Fork 6
Commit 93d29e4
authored
Bump serialization from 1.6.2 to 1.6.3 (#64)
Bumps `serialization` from 1.6.2 to 1.6.3.
Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.6.2 to
1.6.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Kotlin/kotlinx.serialization/releases">org.jetbrains.kotlinx:kotlinx-serialization-json's
releases</a>.</em></p>
<blockquote>
<h2>1.6.3</h2>
<p>This release provides a couple of new features and uses Kotlin 1.9.22
as default.</p>
<h3>Class discriminator output mode</h3>
<p>Class discriminator provides information for serializing and
deserializing <a
href="https://github.com/Kotlin/kotlinx.serialization/blob/HEAD/docs/polymorphism.md#sealed-classes">polymorphic
class hierarchies</a>.
In case you want to encode more or less information for various third
party APIs about types in the output, it is possible to control
addition of the class discriminator with the
<code>JsonBuilder.classDiscriminatorMode</code> property.
For example, <code>ClassDiscriminatorMode.NONE</code> does not add class
discriminator at all, in case the receiving party is not interested in
Kotlin types.
You can learn more about this feature in the documentation and
corresponding <a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/pull/2532">PR</a>.</p>
<h3>Other features</h3>
<ul>
<li>Add kebab-case naming strategy (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2531">#2531</a>)
(thanks to <a href="https://github.com/Kantis">Emil Kantis</a>)</li>
<li>Add value class support to the ProtoBufSchemaGenerator (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2542">#2542</a>)
(thanks to <a href="https://github.com/rotilho">Felipe Rotilho</a>)</li>
</ul>
<h3>Bugfixes and improvements</h3>
<ul>
<li>Fix: Hocon polymorphic serialization in containers (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2151">#2151</a>)
(thanks to <a href="https://github.com/LichtHund">LichtHund</a>)</li>
<li>Actualize lenient mode documentation (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2568">#2568</a>)</li>
<li>Slightly improve error messages thrown from serializer<!-- raw HTML
omitted -->() function (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2533">#2533</a>)</li>
<li>Do not try to coerce input values for properties (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2530">#2530</a>)</li>
<li>Make empty objects and arrays collapsed in pretty print mode (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2506">#2506</a>)</li>
<li>Update Gradle dokka configuration to make sure "source"
button is visible in all API docs (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2518">#2518</a>,
<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2524">#2524</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md">org.jetbrains.kotlinx:kotlinx-serialization-json's
changelog</a>.</em></p>
<blockquote>
<h1>1.6.3 / 2024-02-16</h1>
<p>This release provides a couple of new features and uses Kotlin 1.9.22
as default.</p>
<h3>Class discriminator output mode</h3>
<p>Class discriminator provides information for serializing and
deserializing <a
href="https://github.com/Kotlin/kotlinx.serialization/blob/master/docs/polymorphism.md#sealed-classes">polymorphic
class hierarchies</a>.
In case you want to encode more or less information for various third
party APIs about types in the output, it is possible to control
addition of the class discriminator with the
<code>JsonBuilder.classDiscriminatorMode</code> property.
For example, <code>ClassDiscriminatorMode.NONE</code> does not add class
discriminator at all, in case the receiving party is not interested in
Kotlin types.
You can learn more about this feature in the documentation and
corresponding <a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/pull/2532">PR</a>.</p>
<h3>Other features</h3>
<ul>
<li>Add kebab-case naming strategy (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2531">#2531</a>)
(thanks to <a href="https://github.com/Kantis">Emil Kantis</a>)</li>
<li>Add value class support to the ProtoBufSchemaGenerator (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2542">#2542</a>)
(thanks to <a href="https://github.com/rotilho">Felipe Rotilho</a>)</li>
</ul>
<h3>Bugfixes and improvements</h3>
<ul>
<li>Fix: Hocon polymorphic serialization in containers (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2151">#2151</a>)
(thanks to <a href="https://github.com/LichtHund">LichtHund</a>)</li>
<li>Actualize lenient mode documentation (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2568">#2568</a>)</li>
<li>Slightly improve error messages thrown from serializer<!-- raw HTML
omitted -->() function (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2533">#2533</a>)</li>
<li>Do not try to coerce input values for properties (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2530">#2530</a>)</li>
<li>Make empty objects and arrays collapsed in pretty print mode (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2506">#2506</a>)</li>
<li>Update Gradle dokka configuration to make sure "source"
button is visible in all API docs (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2518">#2518</a>,
<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2524">#2524</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Kotlin/kotlinx.serialization/commit/3efe324be422ead21ca44f2f6318e1791c166556"><code>3efe324</code></a>
Prepare 1.6.3 release, update Kotlin to 1.9.22 (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2571">#2571</a>)</li>
<li><a
href="https://github.com/Kotlin/kotlinx.serialization/commit/6e234b28eca89e4561fc85c098b48b125fff89aa"><code>6e234b2</code></a>
Merge remote-tracking branch 'origin/master' into dev</li>
<li><a
href="https://github.com/Kotlin/kotlinx.serialization/commit/5b28d33ab2d2e930db007a76b7ad91a2344c1445"><code>5b28d33</code></a>
Actualize lenient mode documentation (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2568">#2568</a>)</li>
<li><a
href="https://github.com/Kotlin/kotlinx.serialization/commit/ab644225d3101625ca0ba22511b749571af11335"><code>ab64422</code></a>
Better approach to configuring common sources for KotlinJvmCompile
task</li>
<li><a
href="https://github.com/Kotlin/kotlinx.serialization/commit/a6c4d67afd7bc10dd629542c2b88262f2e74bbb1"><code>a6c4d67</code></a>
Added annotation to keep generated serializer when a custom one is
specified ...</li>
<li><a
href="https://github.com/Kotlin/kotlinx.serialization/commit/729fc246e412c160c67873dc24ea345b80d02424"><code>729fc24</code></a>
Fix AbstractKotlinCompile.ownModuleName usage (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2567">#2567</a>)</li>
<li><a
href="https://github.com/Kotlin/kotlinx.serialization/commit/54840e0cbd80784cd19146630c4539444dc95aa9"><code>54840e0</code></a>
Fix a typo in polymorphism.md (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2562">#2562</a>)</li>
<li><a
href="https://github.com/Kotlin/kotlinx.serialization/commit/8b58c605145f54bba8401bb349911f2d3bd96fc2"><code>8b58c60</code></a>
Align Kotlin Native targets with Kotlin documentation (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2560">#2560</a>)</li>
<li><a
href="https://github.com/Kotlin/kotlinx.serialization/commit/41c0bb10bcb04bb8c72828b0b5fe63ab85a348f5"><code>41c0bb1</code></a>
Minor, move decodeDuration logic to a function reference (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2550">#2550</a>)</li>
<li><a
href="https://github.com/Kotlin/kotlinx.serialization/commit/8a3ed23827c34920f6cd191c1e1806f2128ad50e"><code>8a3ed23</code></a>
Add kebab-case naming strategy (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2531">#2531</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/Kotlin/kotlinx.serialization/compare/v1.6.2...v1.6.3">compare
view</a></li>
</ul>
</details>
<br />
Updates `org.jetbrains.kotlinx:kotlinx-serialization-json-okio` from
1.6.2 to 1.6.3
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/Kotlin/kotlinx.serialization/releases">org.jetbrains.kotlinx:kotlinx-serialization-json-okio's
releases</a>.</em></p>
<blockquote>
<h2>1.6.3</h2>
<p>This release provides a couple of new features and uses Kotlin 1.9.22
as default.</p>
<h3>Class discriminator output mode</h3>
<p>Class discriminator provides information for serializing and
deserializing <a
href="https://github.com/Kotlin/kotlinx.serialization/blob/HEAD/docs/polymorphism.md#sealed-classes">polymorphic
class hierarchies</a>.
In case you want to encode more or less information for various third
party APIs about types in the output, it is possible to control
addition of the class discriminator with the
<code>JsonBuilder.classDiscriminatorMode</code> property.
For example, <code>ClassDiscriminatorMode.NONE</code> does not add class
discriminator at all, in case the receiving party is not interested in
Kotlin types.
You can learn more about this feature in the documentation and
corresponding <a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/pull/2532">PR</a>.</p>
<h3>Other features</h3>
<ul>
<li>Add kebab-case naming strategy (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2531">#2531</a>)
(thanks to <a href="https://github.com/Kantis">Emil Kantis</a>)</li>
<li>Add value class support to the ProtoBufSchemaGenerator (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2542">#2542</a>)
(thanks to <a href="https://github.com/rotilho">Felipe Rotilho</a>)</li>
</ul>
<h3>Bugfixes and improvements</h3>
<ul>
<li>Fix: Hocon polymorphic serialization in containers (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2151">#2151</a>)
(thanks to <a href="https://github.com/LichtHund">LichtHund</a>)</li>
<li>Actualize lenient mode documentation (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2568">#2568</a>)</li>
<li>Slightly improve error messages thrown from serializer<!-- raw HTML
omitted -->() function (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2533">#2533</a>)</li>
<li>Do not try to coerce input values for properties (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2530">#2530</a>)</li>
<li>Make empty objects and arrays collapsed in pretty print mode (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2506">#2506</a>)</li>
<li>Update Gradle dokka configuration to make sure "source"
button is visible in all API docs (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2518">#2518</a>,
<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2524">#2524</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md">org.jetbrains.kotlinx:kotlinx-serialization-json-okio's
changelog</a>.</em></p>
<blockquote>
<h1>1.6.3 / 2024-02-16</h1>
<p>This release provides a couple of new features and uses Kotlin 1.9.22
as default.</p>
<h3>Class discriminator output mode</h3>
<p>Class discriminator provides information for serializing and
deserializing <a
href="https://github.com/Kotlin/kotlinx.serialization/blob/master/docs/polymorphism.md#sealed-classes">polymorphic
class hierarchies</a>.
In case you want to encode more or less information for various third
party APIs about types in the output, it is possible to control
addition of the class discriminator with the
<code>JsonBuilder.classDiscriminatorMode</code> property.
For example, <code>ClassDiscriminatorMode.NONE</code> does not add class
discriminator at all, in case the receiving party is not interested in
Kotlin types.
You can learn more about this feature in the documentation and
corresponding <a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/pull/2532">PR</a>.</p>
<h3>Other features</h3>
<ul>
<li>Add kebab-case naming strategy (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2531">#2531</a>)
(thanks to <a href="https://github.com/Kantis">Emil Kantis</a>)</li>
<li>Add value class support to the ProtoBufSchemaGenerator (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2542">#2542</a>)
(thanks to <a href="https://github.com/rotilho">Felipe Rotilho</a>)</li>
</ul>
<h3>Bugfixes and improvements</h3>
<ul>
<li>Fix: Hocon polymorphic serialization in containers (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2151">#2151</a>)
(thanks to <a href="https://github.com/LichtHund">LichtHund</a>)</li>
<li>Actualize lenient mode documentation (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2568">#2568</a>)</li>
<li>Slightly improve error messages thrown from serializer<!-- raw HTML
omitted -->() function (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2533">#2533</a>)</li>
<li>Do not try to coerce input values for properties (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2530">#2530</a>)</li>
<li>Make empty objects and arrays collapsed in pretty print mode (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2506">#2506</a>)</li>
<li>Update Gradle dokka configuration to make sure "source"
button is visible in all API docs (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2518">#2518</a>,
<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2524">#2524</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/Kotlin/kotlinx.serialization/commit/3efe324be422ead21ca44f2f6318e1791c166556"><code>3efe324</code></a>
Prepare 1.6.3 release, update Kotlin to 1.9.22 (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2571">#2571</a>)</li>
<li><a
href="https://github.com/Kotlin/kotlinx.serialization/commit/6e234b28eca89e4561fc85c098b48b125fff89aa"><code>6e234b2</code></a>
Merge remote-tracking branch 'origin/master' into dev</li>
<li><a
href="https://github.com/Kotlin/kotlinx.serialization/commit/5b28d33ab2d2e930db007a76b7ad91a2344c1445"><code>5b28d33</code></a>
Actualize lenient mode documentation (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2568">#2568</a>)</li>
<li><a
href="https://github.com/Kotlin/kotlinx.serialization/commit/ab644225d3101625ca0ba22511b749571af11335"><code>ab64422</code></a>
Better approach to configuring common sources for KotlinJvmCompile
task</li>
<li><a
href="https://github.com/Kotlin/kotlinx.serialization/commit/a6c4d67afd7bc10dd629542c2b88262f2e74bbb1"><code>a6c4d67</code></a>
Added annotation to keep generated serializer when a custom one is
specified ...</li>
<li><a
href="https://github.com/Kotlin/kotlinx.serialization/commit/729fc246e412c160c67873dc24ea345b80d02424"><code>729fc24</code></a>
Fix AbstractKotlinCompile.ownModuleName usage (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2567">#2567</a>)</li>
<li><a
href="https://github.com/Kotlin/kotlinx.serialization/commit/54840e0cbd80784cd19146630c4539444dc95aa9"><code>54840e0</code></a>
Fix a typo in polymorphism.md (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2562">#2562</a>)</li>
<li><a
href="https://github.com/Kotlin/kotlinx.serialization/commit/8b58c605145f54bba8401bb349911f2d3bd96fc2"><code>8b58c60</code></a>
Align Kotlin Native targets with Kotlin documentation (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2560">#2560</a>)</li>
<li><a
href="https://github.com/Kotlin/kotlinx.serialization/commit/41c0bb10bcb04bb8c72828b0b5fe63ab85a348f5"><code>41c0bb1</code></a>
Minor, move decodeDuration logic to a function reference (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2550">#2550</a>)</li>
<li><a
href="https://github.com/Kotlin/kotlinx.serialization/commit/8a3ed23827c34920f6cd191c1e1806f2128ad50e"><code>8a3ed23</code></a>
Add kebab-case naming strategy (<a
href="https://redirect.github.com/Kotlin/kotlinx.serialization/issues/2531">#2531</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/Kotlin/kotlinx.serialization/compare/v1.6.2...v1.6.3">compare
view</a></li>
</ul>
</details>
<br />
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent 90a49ea commit 93d29e4Copy full SHA for 93d29e4
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
- gradle
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
|
0 commit comments