v0.5.0
Migrating from previous versions
- some methods from the
Source
class and companion object have been moved toFlow
(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
- Extend merge with possibility to complete when left/right completes (#227) @adamw
- Rename race to raceSuccess (#226) @adamw
- Flow API for direct-style concurrency streaming (#225) @adamw
- Update pekko-connectors-kafka to 1.1.0 (#224) @softwaremill-ci
- Corrects a minor typo in the Chunk class description (#223) @corem
- Update scala3-library to 3.3.4 (#222) @softwaremill-ci