Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Sep 08:10
· 5 commits to refs/heads/main since this release
712292d

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