okio v3.0.0-alpha.2 Release Notes

  • 2021-03-24

    • New: Require Java 8+ for Okio 3.x.
    • New: Cursor supports random access reads on a Source.
    • New: FileSystem.openZip(path) returns a file system backed by a .zip file. This is in the okio-zipfilesystem artifact.