Skip to content

Releases: kestra-io/kestra

v0.5.1

26 Sep 10:18
Compare
Choose a tag to compare

Features

Bug Fixes

  • jdbc: missing filter on daily statistics for namespace and flow (Ludovic DEHON)
  • jdbc: exectorstate is clean to early that lead to duplicate execution (Ludovic DEHON)
  • core: deleting an execution will still blocked the scheduler (Ludovic DEHON)
  • jdbc: don't send execution on queue from executor (Ludovic DEHON)
  • jdbc: jdbc runner don't purge schedule trigger when you update the flow (Ludovic DEHON)
  • ui: wrong import with @ (Ludovic DEHON)
  • ui: dailyGroupByFlowStatistics is not filtered correctly (Ludovic DEHON)
  • ui: multiple select with too many values are not removable (Ludovic DEHON)
  • core: missing template freeze the executor (Ludovic DEHON)
  • kafka-runner: remove a plugins can lead to stop of executor #745 (Ludovic DEHON)
  • jdbc: remove a plugins can lead to stop of executor #745 (Ludovic DEHON)

Chores

v0.5.0

30 Aug 08:14
Compare
Choose a tag to compare

Features

Bug Fixes

Chores

Read more

v0.5.0-BETA

21 Jun 08:11
Compare
Choose a tag to compare

Features

Bug Fixes

Chores

v0.4.7

08 Jun 08:45
Compare
Choose a tag to compare

Features

  • core: add a lateMaximumDelay on Schedule to skip late executions (Ludovic DEHON)
  • task: allow to use system-site-packages for python venv creation (Ludovic DEHON)
  • core: support LocalDate & LocalDateTime on pebble date (Ludovic DEHON)

Bug Fixes

  • docker: missing venv package for python on full image (Ludovic DEHON)
  • core: end event in sse controller is never send (Ludovic DEHON)
  • ui: search with no result on flow raise an error (Ludovic DEHON)

Chores

v0.4.6

05 May 10:14
Compare
Choose a tag to compare

Bug Fixes

Chores

v0.4.5

05 May 08:02
Compare
Choose a tag to compare

Features

Bug Fixes

  • core: don't setup globals in configuration (Ludovic DEHON)
  • docker: missing python-is-python3 (Ludovic DEHON)
  • core: too many metrics are created with task_id that overflow metrics server (Ludovic DEHON)
  • ui: show tasks logs on topology execution can open 2 side popup (Ludovic DEHON)
  • core: too many metrics are created with trigger_id that overflow metrics server (Ludovic DEHON)
  • kafka-runner: wrong logger for KafkaStreamService (Ludovic DEHON)

Chores

v0.4.4

28 Apr 08:20
Compare
Choose a tag to compare

Features

Bug Fixes

Chores

Commits

v0.4.3

07 Apr 09:15
Compare
Choose a tag to compare

Features

Bug Fixes

Chores

v0.4.2

13 Mar 19:48
Compare
Choose a tag to compare

Bug Fixes

Chores

v0.4.1

10 Mar 12:49
Compare
Choose a tag to compare

Features

  • ui: add a click on all state charts (e8f376f)
  • docker: load some examples flow on docker-compose startup (91e2f5a)
  • docker: add sqlserver plugin (4933c2b)

Bug Fixes

  • core: disable CollectorScheduler if not a server (1fbfe73)
  • core: try to fix flaky test (61b9699)
  • core: use a cached thread pool for worker to reduce memory usage (a01540a)
  • ui: wrong link on flow list (054bf23)
  • ui: duration for topology are not displayed (125660b)
  • ui: flow > logs keep proper title (7ef9173)
  • docker: wrong docker compose entrypoint (e164927)
  • kafka-runner: handle flow with multiple trigger that trigger multiple times next flow (7120872)

Chores

  • version: update to version 'v0.4.1'. (754942b)
  • version: update snapshot version 'v0.4.1-SNAPSHOT'. (24083fb)
  • deps: update deps (aa0fb91)
  • deps: update java deps (53d2f1b)
  • docs: fix readme contributing link (18f2973)
  • cli: named shutdown thread (82e64c5)
  • docker: try a better startup process with docker-compose (796bf20)