Skip to content

1.15.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jul 17:03
· 101 commits to trunk since this release
  • New: Use different dispatchers for cache vs code execution. Both the cache and QuickJS need to be
    thread-confined, but they don't need to be confined to the same thread. With this release we've
    added a new CoroutineDispatcher parameter to ZiplineLoader.withCache(). It is used when
    reading and writing the cache. The existing CoroutineDispatcher used to create the
    ZiplineLoader is used to access QuickJS.
  • New: EventListener.cacheHit() is called on each cache hit.