Skip to content

Releases: kestra-io/kestra

v0.15.21

12 Sep 17:59
Compare
Choose a tag to compare

Bug Fixes

  • core: add flow revision to failed execution in case of trigger evaluation failure (brian.mulier)

Chores

v0.18.5

05 Sep 12:21
Compare
Choose a tag to compare

Features

  • ui: make executions view more compact (#4728) (yuri)

Bug Fixes

Chores

v0.15.20

05 Sep 13:22
Compare
Choose a tag to compare

Bug Fixes

  • mysql: temproray fix to optimize fetch from queue table (Florian Hussonnois)
  • adapt MySql commit to Java 17 (YannC)

Chores

  • update version to v0.15.20 (YannC)

v0.15.19

03 Sep 14:53
Compare
Choose a tag to compare

Bug Fixes

  • use jammy image in Dockerfile (YannC)

Chores

  • upgrade to version 0.15.19 (YannC)

v0.15.18

02 Sep 12:34
Compare
Choose a tag to compare

Bug Fixes

  • change docker command in ci (YannC)

Chores

  • upgrade to version 0.15.18 (YannC)

v0.18.4

29 Aug 14:44
Compare
Choose a tag to compare

Bug Fixes

Chores

v0.18.3

22 Aug 13:21
Compare
Choose a tag to compare

Features

Bug Fixes

  • ui: improved the editor behaviour on switching views (#4667) (Miloš Paunović)
  • ui: make sure blueprint base url is always present in component (Milos Paunovic)
  • ui: only set editor tabs to dirty if not on creation (#4668) (Miloš Paunović)
  • webserver: create execution don't display error (Ludovic DEHON)
  • jdbc-postgres: remove not-needed serialization in Postgres queue (Loïc Mathieu)
  • mysql: temproray fix to optimize fetch from queue table (Florian Hussonnois)
  • core: In nested flowable, return 0 instead of null output for iterationCount in waitFor task (#4700) (YannC)
  • ui: avoid empty navbar in blueprint details view (YannC)
  • ui: fixed tab error when viewing blueprint details (YannC)
  • core: failed expression on a trigger condition crash the scheduler (Loïc Mathieu)

Chores

Commits

  • f271879: Update PurgeLogs.java (audunsol)

v0.17.19

22 Aug 14:49
Compare
Choose a tag to compare

Features

Bug Fixes

  • jdbc-postgres: remove not-needed serialization in Postgres queue (Loïc Mathieu)
  • core: In nested flowable, return 0 instead of null output for iterationCount in waitFor task (#4700) (YannC)

Chores

v0.18.2

14 Aug 16:31
Compare
Choose a tag to compare

Features

  • ui: add shortcut to Output Debugger (#4612) (yuri)

Bug Fixes

  • core: if empty then (Loïc Mathieu)
  • script: include directories in docker task runner volume (brian.mulier)
  • ui: add check if property exists on blueprint details page (Miloš Paunović)
  • ui: prevent event propagate and provide blueprint source in query (#4651) (YannC)
  • core: change property options to values for multiselect, deprecated the older and will be removed in 0.20 (YannC)
  • tests: modify mocks for taskCommands to match the new implementation (brian.mulier)

Chores

v0.18.1

08 Aug 16:04
Compare
Choose a tag to compare

Bug Fixes

Chores

Commits

  • ae15cef: fix(core,jdbc): PurgeLog with levels in postgres (Loïc Mathieu)