Releases: softwaremill/ox
Releases · softwaremill/ox
v0.5.4
v0.5.3
What’s Changed
- Add rate limiter primitives (#235) @pablf
- Update sbt to 1.10.5 (#242) @softwaremill-ci
- Update embedded-kafka to 3.8.1 (#241) @softwaremill-ci
- Update sbt to 1.10.4 (#239) @softwaremill-ci
- Update logback-classic to 1.5.12 (#238) @softwaremill-ci
- Put a "tour of ox" at the frontpage of the docs, reorganize (#237) @adamw
- Update sbt to 1.10.3 (#236) @softwaremill-ci
- Update sbt-softwaremill-common, ... to 2.0.21 (#234) @softwaremill-ci
v0.5.2
What’s Changed
- Wrap exception when throwing to preserve full context (#233) @adamw
- Update logback-classic to 1.5.11 (#232) @softwaremill-ci
- Update logback-classic to 1.5.10 (#231) @softwaremill-ci
- Update pekko-stream to 1.1.2 (#230) @softwaremill-ci
- Update logback-classic to 1.5.9 (#229) @softwaremill-ci
v0.5.1
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
v0.4.0
What’s Changed
- Remove the IO capability (#220) @adamw
- Update sbt-mdoc to 2.6.1 (#218) @softwaremill-ci
v0.3.9
What’s Changed
- Handle ControlThrowable exception in 'race' function (#216) @rcardin
- Update sbt to 1.10.2 (#215) @softwaremill-ci
- Update sbt-mdoc to 2.6.0 (#217) @softwaremill-ci
- Update pekko-stream to 1.1.1 (#214) @softwaremill-ci
v0.3.8
What’s Changed
- propagate computation failure in timeout utility functions (#212) @nimatrueway
- Update logback-classic to 1.5.8 (#210) @softwaremill-ci