Releases: erickok/okio-extensions
Releases · erickok/okio-extensions
2.1
Updates Okio dependency to 2.1 and Kotlin to 1.2.71.
2.0
Updates Okio dependency to 2.0.
Since Okio 2.0 is a binary compatible but Kotlin-source-incompatible, our library version is updated to 2.0 as well. There are no functional changes or bug fixes.
1.1
Fixes in CipherSource when used as a chunked (steaming) wrapper over another Source.
1.0
Initial release for public consumption, with Base64Source/Sink and CipherSource/Sink.