Releases: clj-commons/claypoole
Releases · clj-commons/claypoole
Release-1.2.2
YAML and whitespace, sigh
Release-1.2.1
Image runs as root, no sudo available
Release-1.2.0
Setup deploy (#64)
v1.0.0 Stability
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
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
Fix overeager pushing of tasks into queue #16
v0.3.2 Fix lazy seq head holding memory leak
Fix lazy seq head holding memory leak #14.
Version 0.3.1
Bugfix for handling non-Exception Throwables, i.e. #7
V0.3: Threadpools are daemon by default
v0.3 release v0.3
Stop on exceptions
Now pmap will stop when a function throws exceptions, just like map does.