Skip to content

0.9.2

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Aug 18:41
· 847 commits to trunk since this release

We've changed this project to focus exclusively on executing Kotlin/JS libraries.

We plan to drop support for executing arbitrary JavaScript code. If you've been using either
QuickJS Java (this project's name until September 2021) or Duktape Android (this project's name
until June 2021), those projects remain as git branches but will not receive further updates.

The project's new Maven coordinates are app.cash.zipline:zipline.

  • Breaking change: ZiplineLoader.load(...) is no longer suspending.
  • Breaking change: Don't require implementors of ZiplineHttpClient to implement URL resolution.
  • Breaking change: Include a default clock implementation on iOS.
  • Breaking change: Require callers to explicitly opt out of signature checks. Pass
    ManifestVerifier.Companion.NO_SIGNATURE_CHECKS to use ZiplineLoader without code signature
    verification.
  • New: Support ECDSA P-256 for signatures.