Skip to content

Releases: criteo/cuttle

0.12.4

22 Mar 11:47
4e3b399

Choose a tag to compare

Bump 0.12.4 (#605)

* Bump lolhttp version to 0.13.1

* Bump version to 0.12.4

Co-authored-by: Sylvain Pendino <s.pendino@criteo.com>

New API rawArchivedExecutions endpoint and readOnlyConnect function

18 Mar 09:58
738714d

Choose a tag to compare

  • exposing an endpoint called rawArchivedExecutions
  • creating readOnlyConnect method to bypass db transactor lock

0.12.2: Allows to override jdbc connectionString (#596)

25 Feb 08:36
bd90de0

Choose a tag to compare

  • #596 allow to override jdbc connectionString.

0.12.1

26 Jan 13:04
fd19e9f

Choose a tag to compare

  • UI fixes: fix fonts not being loaded properly and fix Cron UI breaking when trying to sort on dates
  • Use mariadb driver instead of mysql
  • Bump ini from 1.3.5 to 1.3.7

0.12.0

17 Nov 13:30
f09b63d

Choose a tag to compare

  • New UI for cuttle-cron
  • Full support for job ids with comas

Bump to 0.11.6

31 Aug 07:45
d64e9b1

Choose a tag to compare

  • Fix time series executions view not updating (#562)
  • Cron context fixes (#560)

0.11.5

14 Apr 14:17
47f5c7b

Choose a tag to compare

Bump to 0.11.5 (#535)

* [build] Fix 'params' cannot be negated in scala 2.12

As per https://github.com/scala/bug/issues/10572
change
-Ywarn-unused:-params
into
-Ywarn-unused:-explicits,-implicits

* Bump to 0.11.5 (#534)

Co-authored-by: Jon Alberdi <j.alberdi@criteo.com>

Fix can pause specific jobs upon startup (#529)

06 Apr 14:01
045ef20

Choose a tag to compare

Bump to 0.11.4 (#524) (#532)

Co-authored-by: Jon Alberdi <j.alberdi@criteo.com>

0.11.3

19 Feb 16:55
6c04490

Choose a tag to compare

New feature: can pause specific jobs upon startup (#524)

0.11.2

11 Feb 07:41
28ee3c8

Choose a tag to compare

Minor UI fixes