Skip to content

Releases: criteo/cuttle

0.4.6

21 Nov 10:42
38b0aaf
Compare
Choose a tag to compare

Lastruns endpoint fix

Paused jobs and API bug fixes

13 Nov 14:03
2e208f9
Compare
Choose a tag to compare

Fix : Makes JobState parsing more lenient #318

09 Nov 12:30
43b313d
Compare
Choose a tag to compare

Makes JobState parsing more lenient #318
Due to #299, JobState.Done
parsing was not backwards compatible (field projectVersion introduced
in case class). The choice has been made here to assign a default
version instead of making it optional, in order to minimize bugfix
impact on the rest of the codebase.

Reverts api breaking change

26 Oct 12:49
679b6fb
Compare
Choose a tag to compare

#316 : the "projectName" field on Executions was gone due to #299.

0.4.2

23 Oct 12:28
Compare
Choose a tag to compare
0.4.2 Pre-release
Pre-release
  • Update README.md (#305, #310)
  • Adds a way of getting ExecutionStream from threadName (#302)
  • Fix calendar view states not being updated and not refreshed (#308)
  • Disable deprecated force/success API (#307)
  • Fix non-optimal execution failure state retrieval in calendar view (#309)
  • Move pause execution management inside scheduler (#311)
  • Fixes bug that prevented backfills from being marked as finished (#312)
  • Centralize and expose thread pool instantiation (#306)
  • Fixed display issue for aggregated executions in calendar focused view (#313)
  • Fix job name formatting and alignment in the CalendarFocus view (#314)
  • Bump Cuttle version to 0.4.2 (#315)

Performance fix

27 Sep 09:01
Compare
Choose a tag to compare

Backports "Performance issue with large number of execution #303"

0.4.1

26 Sep 13:52
c37a793
Compare
Choose a tag to compare
  • Performance issue with large number of execution (#303)
  • Version support (#299)
  • Remove cancellation of concurrent executions when running backfills (#301)
  • [Timeseries UI] Fixed empty jobs view and non-updated states in calendar view (#300)

0.4.0

19 Sep 12:08
Compare
Choose a tag to compare

In this release :

  • UI migration to the timeseries package (#298)
    and a few related bugfixes
  • Removes cancellation of concurrent executions when running backfills (#301)
  • Fixed empty jobs view and non-updated states in calendar view (#300)

0.3.16

20 Aug 12:44
0040ca1
Compare
Choose a tag to compare

Changes included

  • 5b6de14
    Allow to properly copy-paste logs from StreamView (#290)
  • f072e81
    Adds default values mechanism on read for counters (#293)
  • cd76d36
    Start project with jobs paused
  • 4a26570 Fix a bug which caused backfill states not to be persisted in the state database

0.3.15

17 Aug 14:57
4a26570
Compare
Choose a tag to compare

Changes included

  • 5b6de14
    Allow to properly copy-paste logs from StreamView (#290)
  • f072e81
    Adds default values mechanism on read for counters (#293)
  • cd76d36
    Start project with jobs paused
  • 4a26570 Fix a bug which caused backfill states not to be persisted in the state database