Skip to content

Releases: kestra-io/kestra

v0.13.0

16 Nov 10:54
Compare
Choose a tag to compare

Features

Read more

v0.12.3

03 Nov 10:17
Compare
Choose a tag to compare

Chores

Commits

  • 3dbbd1c: fix(jdbc,runner-memory): worker task execution has already been created if we don't wait on a flow task (Loïc Mathieu)

v0.12.2

11 Oct 13:21
Compare
Choose a tag to compare

Bug Fixes

  • webserver: remove useless @Valid annotation (#2231) (YannC)
  • ui: remove default end date (#2243) (YannC)
  • jdbc: merge the locked execution with the received execution to handle parallel tasks execution (#2209) (Loïc Mathieu)
  • jdbc: handle trigger in jdbc heartbeat/resubmit (#2240) (YannC)
  • jdbc-postgres: drop the queues_pk and use an hash index instead (#2277) (Loïc Mathieu)
  • jdbc: change postgres queue pkey migration version (#2279) (YannC)

Chores

v0.12.1

29 Sep 20:30
Compare
Choose a tag to compare

Bug Fixes

Chores

v0.12.0

28 Sep 15:31
Compare
Choose a tag to compare

Features

Bug Fixes

Read more

v0.11.2

27 Sep 08:38
Compare
Choose a tag to compare

Bug Fixes

Chores

v0.11.1

11 Sep 14:57
Compare
Choose a tag to compare

Bug Fixes

Chores

v0.9.9

07 Sep 09:20
Compare
Choose a tag to compare

Bug Fixes

Chores

v0.11.0

30 Aug 12:03
Compare
Choose a tag to compare

Features

Bug Fixes

  • core: flaky labels tests #1765 (Loïc Mathieu)
  • ui: make the dark theme's .text-muted visible (#1779) #1779 (yuri)
  • core: serialization inclusion is a single property not a list #1766 (Loïc Mathieu)
  • ui: Render chars instead of entities (#1781) #1781 (yuri)
  • core: add predestroy to prevent Scheduler from crashing the whole app when context stops #1795 (brian.mulier)
  • core: acl control added on 'Use' buttons in BlueprintsBrowser & BlueprintDetail #1819 (brian.mulier)
  • blueprints: now loading icons from Kestra's API as well #1820 (brian.mulier)
  • ui: auto-refresh button is now animated for better feedback #1803 (brian.mulier)
  • core: can now override the way to retrieve registered plugins in JsonSchemaGenerator #1813 (brian.mulier)
  • doc-gen: now also displaying properties with @PluginProperty inside bases in json schema (including conditions) #1836 (brian.mulier)
  • remove deprecated #1828 (Loïc Mathieu)
  • tests: longer timeout int MultipleConditionTriggerCaseTest (brian.mulier)
  • core: WorkingDirectory validation throws an exception when tasks is null or empty #1838 (Loïc Mathieu)
  • deps: force bouncycastle version for crypto plugin compatibility (#1844) [#1844](https://gi...
Read more

v0.10.1

18 Jul 07:41
Compare
Choose a tag to compare

Bug Fixes

Chores

Commits

  • e7e200e: docs fix wdir and API (#1730) (Anna Geller) #1730
  • 007142c: fix(core,webserver): store labels as a list instead of a map (Loïc Mathieu) #1743
  • 17d728d: Improve readability of the OpenAPI spec (yuri1969) #1754