5
5
* In-development snapshots are now published to the Central Portal Snapshots repository at https://central.sonatype.com/repository/maven-snapshots/ .
6
6
7
7
8
+ ## [ 1.23.0] - 2025-09-09
9
+ [ 1.23.0 ] : https://github.com/cashapp/zipline/releases/tag/1.23.0
10
+
11
+ * Fix: Recover from more full disk exceptions. We had a bug on Kotlin/Native where Zipline would
12
+ crash if it was unable to create the cache directory.
13
+ * Upgrade: [ Kotlin 2.2.10] [ kotlin_2_2_10 ] .
14
+ * Upgrade: [ Okio 3.16.0] [ okio_3_16_0 ] .
15
+
16
+
8
17
## [ 1.22.0] - 2025-07-25
9
18
[ 1.22.0 ] : https://github.com/cashapp/zipline/releases/tag/1.22.0
10
19
@@ -625,6 +634,7 @@ Initial release.
625
634
[kotlin_2_0_0]: https://github.com/JetBrains/kotlin/releases/tag/v2.0.0
626
635
[kotlin_2_1_21]: https://github.com/JetBrains/kotlin/releases/tag/v2.1.21
627
636
[kotlin_2_2_0]: https://github.com/JetBrains/kotlin/releases/tag/v2.2.0
637
+ [kotlin_2_2_10]: https://github.com/JetBrains/kotlin/releases/tag/v2.2.10
628
638
[kotlin_serialization_1_4_0]: https://github.com/Kotlin/kotlinx.serialization/releases/tag/v1.4.0
629
639
[kotlin_serialization_1_5_0]: https://github.com/Kotlin/kotlinx.serialization/releases/tag/v1.5.0
630
640
[kotlin_serialization_1_5_1]: https://github.com/Kotlin/kotlinx.serialization/releases/tag/v1.5.1
@@ -638,6 +648,7 @@ Initial release.
638
648
[kotlinx_coroutines_1_8_0]: https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.8.0
639
649
[kotlinx_coroutines_1_9_0]: https://github.com/Kotlin/kotlinx.coroutines/releases/tag/1.9.0
640
650
[okio_3_15_0]: https://square.github.io/okio/changelog/#version-3150
651
+ [okio_3_16_0]: https://square.github.io/okio/changelog/#version-3160
641
652
[okio_3_7_0]: https://square.github.io/okio/changelog/#version-370
642
653
[okio_3_9_0]: https://square.github.io/okio/changelog/#version-390
643
654
[okio_3_9_1]: https://square.github.io/okio/changelog/#version-391
0 commit comments