You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,27 @@
1
1
2
+
1.7.1 / 2024-06-25
3
+
==================
4
+
5
+
This is a bugfix release that aims to fix missing `kotlinx-serialization-hocon` artifact.
6
+
It also contains experimental integration with `kotlinx-io` library.
7
+
Kotlin 2.0.0 is used by default.
8
+
9
+
## Fixed HOCON publication
10
+
11
+
Sadly, 1.7.0 release was published incomplete: `kotlinx-serialization-hocon` artifact is missing from 1.7.0 and 1.7.0-RC releases.
12
+
This release fixes this problem and now `kotlinx-serialization-hocon` is available again with 1.7.1 version.
13
+
No other changes were made to this artifact. Related ticket: [#2717](https://github.com/Kotlin/kotlinx.serialization/issues/2717).
14
+
15
+
## Add integration with a kotlinx-io library
16
+
17
+
[`kotlinx-io`](https://github.com/Kotlin/kotlinx-io) is an official multiplatform library that provides basic IO primitives, similar to Okio.
18
+
kotlinx.serialization integration is now available in a separate artifact, located at the `kotlinx-serialization-json-io` coordinates.
19
+
Integration artifact provides functions similar to existing [Okio integration](https://kotlinlang.org/api/kotlinx.serialization/kotlinx-serialization-json-okio/kotlinx.serialization.json.okio/): `encodeToSink`, `decodeFromSource`, and `decodeSourceToSequence`.
20
+
Check out the [PR](https://github.com/Kotlin/kotlinx.serialization/pull/2707) for more details.
21
+
22
+
## Other bugfixes
23
+
* Prohibited use of elements other than JsonObject in JsonTransformingSerializer with polymorphic serialization (#2715)
0 commit comments