Skip to content

v0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Oct 09:32
· 34 commits to master since this release
a1c3e7c

Migrating from previous versions

  • some methods from the Source class and companion object have been moved to Flow (see streaming). If you still need a source, you can convert a flow to a source as follows: Flow.from(...).map(...).runToChannel()

What’s Changed