Skip to content

Releases: softwaremill/ox

v0.3.3

06 Aug 11:08
e32e8a1
Compare
Choose a tag to compare

What’s Changed

v0.3.2

26 Jul 11:02
8a9e918
Compare
Choose a tag to compare

What’s Changed

  • Add IO capability to be provided by OxApp.run (#183) @adamw
  • Retain the execution exception as a suppressed exception, not to loose context when throwing exceptions in forks (#182) @adamw
  • Update jox to 0.3.0 (#181) @adamw
  • [minor] simplify scala-cli deps (#180) @kciesielski

v0.3.1

12 Jul 07:24
e3c5c8f
Compare
Choose a tag to compare

What’s Changed

  • Log exceptions that occur during shutdown, if they are not part of the "normal" interruption process (#179) @adamw
  • Introduce an UnsupervisedFork trait, make .joinEither available only for unsupervised forks (#178) @adamw
  • Scheduled and repeat API + retry refactoring (#172) @micossow
  • Update sbt-mdoc to 2.5.4 (#177) @softwaremill-ci

v0.3.0

09 Jul 17:47
c730d3f
Compare
Choose a tag to compare

What’s Changed

v0.2.2

18 Jun 10:17
a735c19
Compare
Choose a tag to compare

What’s Changed

v0.2.1

07 Jun 07:08
0079ed3
Compare
Choose a tag to compare

What’s Changed

v0.2.0

22 May 06:43
cec06b8
Compare
Choose a tag to compare

What’s Changed

v0.1.1

15 May 14:13
74fb2e8
Compare
Choose a tag to compare

What’s Changed

v0.1.0

24 Apr 07:01
3a1973a
Compare
Choose a tag to compare

What’s Changed

  • No changes

v0.0.27

23 Apr 12:06
3d0d5b0
Compare
Choose a tag to compare

What’s Changed

  • Improve docs, move retry to resilience package, add catching (#128) @adamw
  • Rename .value to .ok(), add .fail() (#127) @adamw
  • Rename OxPlain to OxUnsupervised, forkPlain to forkUnsupervised (#126) @adamw
  • Update logback-classic to 1.5.6 (#125) @softwaremill-ci