Releases: kestra-io/kestra
Releases · kestra-io/kestra
v0.15.21
Bug Fixes
- core: add flow revision to failed execution in case of trigger evaluation failure (brian.mulier)
Chores
- update version to v0.15.20 (YannC)
- update version to v0.15.21 (Florian Hussonnois)
v0.18.5
Features
Bug Fixes
- core: render output files (Loïc Mathieu)
- core: flow validation can NPE (Loïc Mathieu)
- core: ForEachItem NPE when no items (Loïc Mathieu)
- webserver: webhook hang indefinitly for 404 status (Loïc Mathieu)
Chores
- ui: reorder namespace tabs (#4817) (Miloš Paunović)
- ui: add more padding between log lines (#4819) (Miloš Paunović)
- update version to v0.18.5 (YannC)
v0.15.20
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
v0.15.18
v0.18.4
Bug Fixes
- ui: add optional check if string exists (Miloš Paunović)
- ui: load blueprint from proper url (#4749) (Miloš Paunović)
- ui: remove empty arrays overriding default values upon task validation in low code (brian.mulier)
- ui: task runner can be filled through low code editor (brian.mulier)
Chores
- ui: improve copy as curl functionality (#4696) (yuri)
- version 0.18.4 (brian.mulier)
v0.18.3
Features
- ui: made output of type
uri
clickable (#4671) (Miloš Paunović) - ui: add restart button on execution logs page (#4672) (Miloš Paunović)
- ui: add the ability to scroll the outputs error log and copy to clipboard (#4681) (Miloš Paunović)
- jdbc: avoid loading all excutions in memory (Loïc Mathieu)
- jdbc: avoid loading all excutions in memory (Loïc Mathieu)
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
- ui: editor sticky scroll to follow theme coloring (#4669) (Miloš Paunović)
- ui: sort plugins list alphabetically (#4670) (Miloš Paunović)
- test: add
data-test-id
attribute to global loader (Miloš Paunović) - ui: improve parameter passing to child component (#4678) (Miloš Paunović)
- ui: improve outputs debugging expression logic (#4682) (Miloš Paunović)
- version 0.18.3 (Loïc Mathieu)
- publish latest-full tag (Loïc Mathieu)
Commits
- f271879: Update PurgeLogs.java (audunsol)
v0.17.19
Features
- jdbc: avoid loading all excutions in memory (Loïc Mathieu)
- jdbc: avoid loading all excutions in memory (Loïc Mathieu)
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
- version 0.17.19 (Loïc Mathieu)
v0.18.2
Features
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
- ui: clean template by removing unused data properties (#4615) (Miloš Paunović)
- make DefaultPluginRegistry extendable (Florian Hussonnois)
- bump version to 0.18.2 (Florian Hussonnois)
v0.18.1
Bug Fixes
- core: fix NPE for K/V tasks and WorkingDirectory (#4592) (Florian Hussonnois)
- core: remove useless logger on jsonfilter (Ludovic DEHON)
- ui: improve date handling per locale (#4600) (eric)
- ui: graciously handle situation with no tutorial flows loaded (#4609) (Miloš Paunović)
Chores
- deps: regular dependency updates (#4577) (Miloš Paunović)
- ui: only show delete logs button on flow logs tab (#4591) (Miloš Paunović)
- update version to v0.18.1 (brian.mulier)
Commits
- ae15cef: fix(core,jdbc): PurgeLog with levels in postgres (Loïc Mathieu)