github avro-kotlin/avro4k v2.1.0

latest releases: v2.2.0, v2.1.1
5 months ago

What's Changed

  • feat: Allow writing object-container files from blocking and async/suspend contexts by @Chuckame in #257
    Experimental breaking change: in AvroObjectContainer, encodeToStream (including its extensions) has been replaced by openWriter which returns a writer to write elements to the container, instead of a Sequence which makes difficult to write from coroutines. Don't forget to close the stream to flush the buffered elements.

Full Changelog: v2.0.0...v2.1.0

Don't miss a new avro4k release

NewReleases is sending notifications on new releases.