github Kotlin/kotlinx-io 0.5.2
v0.5.2

latest release: 0.5.3
2 months ago

Features

  • Unsafe API method signatures were updated to return number of written/read bytes #360

    Note that it's a breaking change as return type is a part of method signature.
    However, updated methods are all inline, so in general,
    projects depending on libraries that were compiled against the previous version
    should not experience binary incompatibility issues after adding a dependency on a never kotlinx-io version.

  • Added call-in-place contracts to Unsafe API methods #361

  • Updated Gradle and some dependencies #353

  • Improved build scripts #371

  • Removed the Buffer.buffer backing field #366

Thanks to @JakeWharton and @Goooler for their contributions!

Don't miss a new kotlinx-io release

NewReleases is sending notifications on new releases.