Releases: criteo/cuttle
Releases · criteo/cuttle
0.1.17
0.1.16
0.1.15
Fix memory leak related to onCancelled
listeners acummulating during long executions.
0.1.14
Change the signature of the side effect function to return a Future[Completed]
instead of a Future[Unit]
to avoid any programming mistake in user code caused by value discarding.
0.1.13
Release 0.1.13
0.1.12
- Fix several issues and race conditions in the executor.
- Add a new synchronization helper to help job implementation race over shared resources.
0.1.11
0.1.10
New:
Fixes:
0.1.9
Workflow
trait is now open- Waiting & Running times are logged
0.1.8
- Allow to capture output of forked processes in LocalPlatform.