Skip to content

Releases: kestra-io/kestra

v0.9.4

12 Jun 14:30
Compare
Choose a tag to compare

Bug Fixes

Chores

v0.9.2

05 Jun 14:13
Compare
Choose a tag to compare

Features

Bug Fixes

  • ui: don't load task type and use flow instead (Ludovic DEHON)
  • core: TestUtils.mockTrigger() must call runContext.forScheduler() (Loïc Mathieu)
  • ui: Flow with dependencies can now be deleted (YannC)
  • core: multiple potential deadlocks and races on the AbstractScheduler (Loïc Mathieu)
  • core: redundant synchronization on the FlowListeners (Loïc Mathieu)
  • ui: validation of trigger on lowcode failed (#1440) (Ludovic DEHON)
  • tests: falling test depending on the backend (Ludovic DEHON)

Chores

v0.9.1

30 May 20:31
Compare
Choose a tag to compare

Features

Bug Fixes

Chores

v0.9.0

24 May 07:23
Compare
Choose a tag to compare

Kestra Release Note - 0.9.0

This new release focused on user experience improvements and bugs resolving.

New Features

  • ⭐ Flow Metrics Dashboard : since previous versions, any flows execution exposed Metrics. However there were no useful UI to explore and see those metrics. In this new release we created a new "Metrics tab" accessible at the Flow level. It may be useful to track specific metrics (count rows processed, explore third-party integration billing, see time of processes, etc.) and improve the observability of users tasks.
  • Save Flow as drafts: users are now able to save Flows as draft, even in the presence of errors in the Flow declaration. Useful when drafting flows and allows users to conveniently return to their work at a later time.

User Experiences Improvements

  • Manage editor windows size: editor can shows both source and topology or source and documentation. We added the ability to resize those two windows with a slider.
  • Ability to re-execute a Flow with the last inputs.
  • Task required properties are now listed first in the documentation pages.
  • Several improvements and fixes : improved flow and inputs validation, improved page redirections, fixed gantt display, improved error messages, fixed theme discrepancies etc.

Plugins

Documentation

Enterprise Edition

  • New License system.
  • Inherited variables are now available even if the user doesn’t have access to the namespace.
  • Namespaces now have a proper dashboard.
  • Fix stability issue when multiples conditions generate too many logs.
  • Improve login and authentication.
  • Fix bug on Gantt when using Each like tasks.

All Changes

Features

Bug Fixes

Read more

v0.8.1

10 May 14:27
Compare
Choose a tag to compare

Chores

v0.8.0

12 Apr 14:14
Compare
Choose a tag to compare

Features

Bug Fixes

Read more

v0.7.1

02 Mar 16:11
Compare
Choose a tag to compare

Chores

v0.7.0

02 Mar 12:44
Compare
Choose a tag to compare

Features

Bug ...

Read more

v0.6.0

16 Jan 12:36
Compare
Choose a tag to compare

Features

Bug Fixes

Chores

Commits

  • 505aa03: Merge branch 'master' into develop (Ludovi...
Read more

v0.5.3

11 Jan 21:40
Compare
Choose a tag to compare

Features

Bug Fixes

Chores