Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jun 14:02
· 10 commits to master since this release
f662994

What’s Changed

  • Add docs on how to use Ox with AI coding assistants (#341) @adamw
  • Rename maxRepeats to maxAttempts, change semantics (#340) @adamw
  • Add Flow.retry and Flow.recover (#339) @adamw
  • Optimize cancellable fork when it's cancelled before starting (#338) @adamw
  • Add suppressed exceptions when one is thrown during releasing in use (#337) @adamw
  • Fix to run finalizers once when there's an exception during releasing (#336) @adamw
  • Optimize Chunk implementation with multi-array backing (#335) @adamw
  • Update sbt-softwaremill-common, ... to 2.1.0 (#334) @softwaremill-ci
  • Update sbt-softwaremill-common, ... to 2.0.26 (#325) @softwaremill-ci
  • Update channels to 1.0.1 (#332) @softwaremill-ci
  • Increase default chunk size in IO/file ops to 8192 (#333) @adamw
  • Add debug macro (#331) @adamw