Skip to content

Releases: yxhuvud/nested_scheduler

v0.6.2

14 Jan 12:58
Compare
Choose a tag to compare

Maintenance update for crystal 1.11 which had some changes to the scheduler. I don't think it actually is require for things to not break, but it is good to keep implementations in sync.

0.6.1

18 Nov 12:27
Compare
Choose a tag to compare

Fixes a leak of file descriptors

v0.6.0

29 Oct 14:20
Compare
Choose a tag to compare

1.10 compatibility

v0.5.0

11 Feb 09:54
Compare
Choose a tag to compare

Fixes so that the program again waits for completion.

v0.4.8

09 Feb 18:24
Compare
Choose a tag to compare

Fixes spawn return type.

v0.4.7

28 Jan 19:25
Compare
Choose a tag to compare

Support crystal 1.7

0.4.6

08 Oct 09:32
Compare
Choose a tag to compare

Fix incompabilities with crystal 1.6.0

0.4.5

17 Apr 10:49
Compare
Choose a tag to compare

New features:
Stitched backtraces. Now the path to the nursery is also included in a propagated stacktrace. It is not perfect, but it is far from nothing.

Fixes:
Avoid GC finalization errors.

0.4.4

21 Jan 13:54
Compare
Choose a tag to compare

Support of crystal 1.3.1.
Don't leak threads on pool completion.

v0.4.3

14 Oct 10:37
Compare
Choose a tag to compare

Fixing bug where nesting fibers wouldn't work correctly.