Skip to content

1.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Jul 18:17
· 108 commits to trunk since this release
  • New: ZiplineLoader.load() and loadOnce() now accept a suspending function.
  • New: Don't crash in ZiplineLoader when writing to the disk cache fails. Use the new
    LoaderEventListener type to observe such failures.
  • Fix: Don't crash in Gradle if the Zipline runtime library is absent.
  • New: Extend Kotlin's AutoCloseable in Zipline, ZiplineService and ZiplineScope.
  • Upgrade: [Oracle Linux 8][oracle_linux_8] for x86_64 Linux (amd64/oraclelinux:8 on Docker).
  • Upgrade: [Kotlin Serialization 1.7.1][kotlin_serialization_1_7_1].