Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.7.0 to 1.7.1
Bumps org.jetbrains.kotlinx:kotlinx-serialization-json from 1.7.0 to 1.7.1.
Release notes
Sourced from org.jetbrains.kotlinx:kotlinx-serialization-json's releases.
1.7.1
This is a bugfix release that aims to fix missing
kotlinx-serialization-hocon
artifact. It also contains experimental integration withkotlinx-io
library. Kotlin 2.0.0 is used by default.Fixed HOCON publication
Sadly, 1.7.0 release was published incomplete:
kotlinx-serialization-hocon
artifact is missing from 1.7.0 and 1.7.0-RC releases. This release fixes this problem and nowkotlinx-serialization-hocon
is available again with 1.7.1 version. No other changes were made to this artifact. Related ticket: #2717.Add integration with a kotlinx-io library
kotlinx-io
is an official multiplatform library that provides basic IO primitives, similar to Okio. kotlinx.serialization integration is now available in a separate artifact, located at thekotlinx-serialization-json-io
coordinates. Integration artifact provides functions similar to existing Okio integration:encodeToSink
,decodeFromSource
, anddecodeSourceToSequence
. Check out the PR for more details.Other bugfixes
- Prohibited use of elements other than JsonObject in JsonTransformingSerializer with polymorphic serialization (#2715)
Changelog
Sourced from org.jetbrains.kotlinx:kotlinx-serialization-json's changelog.
1.7.1 / 2024-06-25
This is a bugfix release that aims to fix missing
kotlinx-serialization-hocon
artifact. It also contains experimental integration withkotlinx-io
library. Kotlin 2.0.0 is used by default.Fixed HOCON publication
Sadly, 1.7.0 release was published incomplete:
kotlinx-serialization-hocon
artifact is missing from 1.7.0 and 1.7.0-RC releases. This release fixes this problem and nowkotlinx-serialization-hocon
is available again with 1.7.1 version. No other changes were made to this artifact. Related ticket: #2717.Add integration with a kotlinx-io library
kotlinx-io
is an official multiplatform library that provides basic IO primitives, similar to Okio. kotlinx.serialization integration is now available in a separate artifact, located at thekotlinx-serialization-json-io
coordinates. Integration artifact provides functions similar to existing Okio integration:encodeToSink
,decodeFromSource
, anddecodeSourceToSequence
. Check out the PR for more details.Other bugfixes
- Prohibited use of elements other than JsonObject in JsonTransformingSerializer with polymorphic serialization (#2715)
Commits
-
c75b46d
Prepare 1.7.1 release (#2726) -
c628e29
Prohibited use of elements other than JsonObject in JsonTransformingSerialize... -
3de98ff
Fixed HOCON publication (#2723) -
0013192
Setup running native tests in release mode (#2667) -
08e604a
Add integration with kotlinx-io library (#2707) - See full diff in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts