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 neverkotlinx-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!