Skip to content

Releases: criteo/cuttle

0.9.17

03 Oct 09:33
47a5404
Compare
Choose a tag to compare
Fix job duration display (#471)

* Fix job duration display

Job execution duration display cannot go above 24h.
The moment.format function can only generate days between 1 and 31.
For durations > 24h, we display days explicitly

* Bump version to 0.9.17

0.9.16

17 Sep 06:07
Compare
Choose a tag to compare

Adds 'run now' capability to cuttle cron

V0.9.15 (#464)

06 Sep 13:09
aae8ca5
Compare
Choose a tag to compare

Nuprocess downgrade (#463)

0.9.14

02 Sep 09:40
f3a31a5
Compare
Choose a tag to compare
  • [timeseries] DROP timeseries_state PK if it exists (#454)

0.9.13

29 Aug 08:48
cca76f8
Compare
Choose a tag to compare
  • Time window batching was introduced
  • vega graphs were removed
  • some JS dependencies were bumped

0.9.12

02 Aug 16:02
089048b
Compare
Choose a tag to compare

Minor changes:

  • Scala 2.11.12 (#440)
  • Executor log execution errors (#439)
  • Execution Streams > handle non standard messages in view (#438)
  • Caches MeasureKey instances (#398)
  • Deal with security alerts (#436)

0.9.10

24 Jul 08:45
0e14fac
Compare
Choose a tag to compare

Add longRunningId to SchedulingContext

0.9.9

10 Jul 11:21
c87ac88
Compare
Choose a tag to compare

Fixes backfilling with job names containing commas

0.9.8

24 May 07:10
44b41e7
Compare
Choose a tag to compare
  • Change API visibility in Executors

0.9.7

30 Apr 09:38
c540feb
Compare
Choose a tag to compare
0.9.7 Pre-release
Pre-release
  • minimizing JS production bundle to roughly 2.5MB