Skip to content

Releases: erickok/okio-extensions

2.1

18 Oct 12:38
Compare
Choose a tag to compare

Updates Okio dependency to 2.1 and Kotlin to 1.2.71.

2.0

28 Aug 11:12
Compare
Choose a tag to compare
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

23 May 07:12
Compare
Choose a tag to compare
1.1

Fixes in CipherSource when used as a chunked (steaming) wrapper over another Source.

1.0

13 Mar 14:22
Compare
Choose a tag to compare
1.0

Initial release for public consumption, with Base64Source/Sink and CipherSource/Sink.