Skip to content

Releases: softwaremill/ox

v0.0.22

06 Mar 13:40
7d7e0ff
Compare
Choose a tag to compare

What’s Changed

v0.0.21

27 Feb 16:18
ca07eec
Compare
Choose a tag to compare

What’s Changed

v0.0.20

22 Feb 19:55
47ca8e6
Compare
Choose a tag to compare

What’s Changed

v0.0.19

21 Feb 15:29
54cc5e4
Compare
Choose a tag to compare

What’s Changed

Breaking changes

The fork method is renamed to forkUser, and forkDaemon to fork. This is motivated by the fact that most forks are daemon threads, with the main logic happening in the scope body - after the body completes, any pending non-daemon forks are probably a bug. Hence the defaults have changed, and now the default fork is a daemon one, and a fork which needs to finish before a scope ends has a special name: forkUser.

v0.0.18

26 Jan 10:11
8a93132
Compare
Choose a tag to compare

What’s Changed

v0.0.17

25 Jan 17:53
4af5d63
Compare
Choose a tag to compare

What’s Changed

v0.0.16

05 Dec 11:19
3de6822
Compare
Choose a tag to compare

What’s Changed

v0.0.15

24 Nov 14:50
e3d71a9
Compare
Choose a tag to compare

What’s Changed

v0.0.14

21 Sep 02:52
d10c457
Compare
Choose a tag to compare

What’s Changed

v0.0.13

08 Sep 05:45
2a26f0f
Compare
Choose a tag to compare

What’s Changed

  • No changes