Skip to content

Releases: clj-commons/claypoole

Release-1.2.2

24 Feb 19:46
Compare
Choose a tag to compare
YAML and whitespace, sigh

Release-1.2.1

24 Feb 19:35
Compare
Choose a tag to compare
Image runs as root, no sudo available

Release-1.2.0

24 Feb 19:26
9a920ad
Compare
Choose a tag to compare
Setup deploy (#64)

v1.0.0 Stability

09 Apr 16:33
Compare
Choose a tag to compare

Version 0.4.0 has been stable for months now, with no issues experienced at Climate or reported elsewhere. That degree of stability seems appropriate for a stable version, so this is now version 1.0.0.

v0.4.0 A lazy namespace

08 Jan 04:37
Compare
Choose a tag to compare

Release v0.4.0, which includes:

  • Added lazy functions in com.climate.claypoole.lazy
  • Changed pmap functions to throw the original exception, not a
    java.util.concurrent.ExecutionException
  • Changed how pmaps deal with exceptions; they no longer kill running tasks if
    one task fails

v0.3.3 Fix memory leak / overeager pushing of tasks into queue

30 Oct 21:58
Compare
Choose a tag to compare

Fix overeager pushing of tasks into queue #16

v0.3.2 Fix lazy seq head holding memory leak

23 Oct 18:37
Compare
Choose a tag to compare

Fix lazy seq head holding memory leak #14.

Version 0.3.1

10 Sep 17:57
Compare
Choose a tag to compare

Bugfix for handling non-Exception Throwables, i.e. #7

V0.3: Threadpools are daemon by default

24 Jul 18:01
Compare
Choose a tag to compare

Stop on exceptions

25 May 17:39
Compare
Choose a tag to compare

Now pmap will stop when a function throws exceptions, just like map does.