Skip to content

Releases: criteo/cuttle

Release 0.5.8

06 Feb 08:51
Compare
Choose a tag to compare

Fixing scrolling issue on the latest Chrome and Firefox

0.5.7

04 Feb 12:30
eced7db
Compare
Choose a tag to compare
  • Configurable logs & timeseries state retention (#357)

Database cleanup, MariaDb migration

30 Jan 13:45
4996a82
Compare
Choose a tag to compare
  • Fixes refacto bug on n-hours intervals #355
  • Delete timeseries_state older than 1 week #354
  • Use MariaDB for test & examples #353

Reintroduce a removed implicit logger and deprecate it

29 Jan 05:58
22b2948
Compare
Choose a tag to compare
0.5.5

reintroduce a removed implicit logger and deprecate it (#352)

Support periods of several hours

28 Jan 10:39
01c83b4
Compare
Choose a tag to compare

#350 Make user's logger used everywhere
#349 Adds support for periods of n hours

Release 0.5.3

23 Jan 14:09
08c192d
Compare
Choose a tag to compare
  • removing excessive debug logs

Release 0.5.2

18 Jan 12:21
795d970
Compare
Choose a tag to compare
  • Bug fix of a halt when the job reaches the maximum number of retries
  • CronContext is public now

Release 0.5.1

15 Jan 17:29
a06e3c2
Compare
Choose a tag to compare

Fixing minor bugs in 0.5.0

Release 0.5.0

15 Jan 16:06
73ecc9c
Compare
Choose a tag to compare

This release contains 2 big updates:

  1. Bump of different libraries to follow Typelevel version cycle:
    catsCore = "1.5.0"
    circe = "0.10.1"
    doobie = "0.6.0"
    lolhttp = "0.12.0"
    That demanded some code modifiactions and the most important are:

    • doobie Transactor is now a cats Resource and doesn't have a shutdown method, instead we use Resource.allocated and obtain an IO to release the Hikari Pool
    • doobie now needs a dedicated thread pool and dedicated ContextShift
    • now we log each Doobie query for debug purposes
    • xmap of circe is deprecated => we should use imap
    • fs2.Scheduler is replaced by cats.effect.IO.timer and now needs and implicit cats.effect.Timer in the scope
    • cats-mtl was removed as FunctorFilter was moved to cats-core
    • couple of logs were added
  2. We added a Cron scheduler that lives in a separate cron module.

0.4.7

01 Dec 13:20
9f27b04
Compare
Choose a tag to compare

Bugfixes for:

  • Todo executions not started
  • Backfill ui