What's Changed
- feat: Allow writing object-container files from blocking and async/suspend contexts by @Chuckame in #257
Experimental breaking change: inAvroObjectContainer
,encodeToStream
(including its extensions) has been replaced byopenWriter
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