Skip to content

Releases: criteo/cuttle

0.1.17

02 Oct 08:56
Compare
Choose a tag to compare
0.1.17 Pre-release
Pre-release
  • Add the endpoint /metrics for Prometheus. (#175)
  • Add an init script of precommit hook with scalafmt. (#177)

0.1.16

27 Sep 14:47
Compare
Choose a tag to compare
0.1.16 Pre-release
Pre-release
  • Callback leak fix (#176)
  • Fix warnings + build for scala 2.12 (#173)
  • Use floor to get completion percentages instead of rounding (#174)
  • Adds default logger to package (#172)

0.1.15

20 Sep 13:15
Compare
Choose a tag to compare
0.1.15 Pre-release
Pre-release

Fix memory leak related to onCancelled listeners acummulating during long executions.

0.1.14

19 Sep 08:58
Compare
Choose a tag to compare
0.1.14 Pre-release
Pre-release

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

08 Sep 10:32
Compare
Choose a tag to compare
0.1.13 Pre-release
Pre-release
Release 0.1.13

0.1.12

08 Sep 09:24
Compare
Choose a tag to compare
0.1.12 Pre-release
Pre-release
  • 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

24 Aug 10:17
Compare
Choose a tag to compare
0.1.11 Pre-release
Pre-release

Fixes backfill creation (#146)
Fixes routes for jobIds containing dots (#148)
Adds a backfill badge to timeseries executions (#149)
Make the thread pool used for delayed execution return daemon threads
Adds db connectivity check to status (#150)

0.1.10

09 Aug 09:11
Compare
Choose a tag to compare
0.1.10 Pre-release
Pre-release

New:

  • Adds backfill detail screen (#143)
  • Backfills screen improvements (#141)
  • Adds duration charts (#135)

Fixes:

  • Marks retrying jobs as started (#137)
  • Fix schema_evolution version (#142)
  • Fix sort order in 'Finished' (#140)
  • Fixes connection error display (#139)
  • Prevents logs from disappearing when sse connection is lost (#138)
  • TimeSeries: Include parked executions as waiting executions in calendar (#136)

0.1.9

28 Jul 13:08
Compare
Choose a tag to compare
0.1.9 Pre-release
Pre-release
  • Workflow trait is now open
  • Waiting & Running times are logged

0.1.8

27 Jul 08:58
Compare
Choose a tag to compare
0.1.8 Pre-release
Pre-release
  • Allow to capture output of forked processes in LocalPlatform.