Kestra

Latest version: v0.20.0

Safety actively analyzes 688053 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 18 of 21

0.9.7

Bug Fixes
- **jdbc**: DateTimeFormatter can be reused in the JdbcMapper ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/6060ca0129ae34e12a1f64289c6b5098aa770e3a))

Chores
- **version**: update to version 'v0.9.7'. ([YannC](https://github.com/kestra-io/kestra/commit/13bf5237e81b0c398a56b8c91dbcb8d3ec453daa))

Commits
- **fix**: Updated count variable ([YannC](https://github.com/kestra-io/kestra/commit/32ce62c0cd355ce932e18e17e7eddbb2f493cbfd))

0.9.5

Bug Fixes
- **ui**: fix query issue in home component ([YannC](https://github.com/kestra-io/kestra/commit/cf0721a6682667a233edf336930fbf9a8462bd09))

Chores
- **version**: update snapshot version 'v0.9.5-SNAPSHOT'. ([Ludovic DEHON](https://github.com/kestra-io/kestra/commit/664b68fa92cdd4e91765e3c2c1085949e9f6393e))
- **version**: update to version 'v0.9.5'. ([YannC](https://github.com/kestra-io/kestra/commit/4a7dbbb9026f4bd3e8efe9ede0a1c76037da7a44))

0.9.4

Bug Fixes
- **ui**: icon are not displayed correctly ([Ludovic DEHON](https://github.com/kestra-io/kestra/commit/9a03464edca0e1571f296a9fc34b21fc96bee7cc))

Chores
- **version**: update snapshot version 'v0.9.3-SNAPSHOT'. ([Ludovic DEHON](https://github.com/kestra-io/kestra/commit/c326b32678652288f9f173f7c6d6f5f74f644ed8))
- **version**: update to version 'v0.9.3'. ([Ludovic DEHON](https://github.com/kestra-io/kestra/commit/e0fa17305d48a29ddd9d2906d791026ab72aa9e3))
- **version**: update to version 'v0.9.4'. ([Ludovic DEHON](https://github.com/kestra-io/kestra/commit/830c7ccf972176bb18357574e3204607e8eba38c))

0.9.2

Features
- **cicd**: build internal workflow ([Ludovic DEHON](https://github.com/kestra-io/kestra/commit/f11e55bcfbd73dc711b8760a1eac2136f107be5a))

Bug Fixes
- **ui**: don't load task type and use flow instead ([Ludovic DEHON](https://github.com/kestra-io/kestra/commit/fd18bba0f7064333c5e3770583cbfb97c991cf4c))
- **core**: TestUtils.mockTrigger() must call runContext.forScheduler() ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/50d6bbcd6aa1e11822553b344254d94f13614e57))
- **ui**: Flow with dependencies can now be deleted ([YannC](https://github.com/kestra-io/kestra/commit/9b2ae9d7b28c21460fab2893322547ea1ef54687))
- **core**: multiple potential deadlocks and races on the AbstractScheduler ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/227a161b328d6592003b2b8efe43c7d519276b5d))
- **core**: redundant synchronization on the FlowListeners ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/8d56a9609f60d4841c91c76c368a1d9e2776d4a4))
- **ui**: validation of trigger on lowcode failed (1440) ([Ludovic DEHON](https://github.com/kestra-io/kestra/commit/e76f7a8979ed4857bc7d7bd60757794e570c9d13))
- **tests**: falling test depending on the backend ([Ludovic DEHON](https://github.com/kestra-io/kestra/commit/1cace9127b966d11b16650a3b41128bf20582ad3))

Chores
- **test**: improve test (1430) ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/8bf95e7fc3aec1c0f9bc5a41c52572a028455e9c))
- **version**: update to version 'v0.9.2'. ([Ludovic DEHON](https://github.com/kestra-io/kestra/commit/cd25424b0979415f6f3b51ced685bafcda7fde6c))

0.9.1

Features
- **core**: improve the Worker usage of workerThreadReferences [1407](https://github.com/kestra-io/kestra/pull/1407) ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/1de91358e280cd24887a5df8c33bac699e47edb4))

Bug Fixes
- **core**: task default can have duplicate values ([Ludovic DEHON](https://github.com/kestra-io/kestra/commit/82f757249a95c985b53beea3f56b5905fca4b857))
- **ui**: Error message on draft save [1404](https://github.com/kestra-io/kestra/pull/1404) ([brian.mulier](https://github.com/kestra-io/kestra/commit/45e0bd414a06d7732d69f7ce9860cae6cfaf8863))
- **core**: executionId on trigger should not be duplicate [1419](https://github.com/kestra-io/kestra/pull/1419) ([Ludovic DEHON](https://github.com/kestra-io/kestra/commit/92c8924f9f61cae1832fb61b528cae839965c895))
- **ui**: Failsafe for infinite loading + handling already-saved flow with validation errors [1420](https://github.com/kestra-io/kestra/pull/1420) ([brian.mulier](https://github.com/kestra-io/kestra/commit/83c7bffcfe668c8f5e45b1ea0136be976731d731))
- **core**: flowable task can fail on resolveState [1394](https://github.com/kestra-io/kestra/pull/1394) ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/fde3eb721c50c5232ba3528f672c15edbe093eea))
- **core**: don't crash the worker if it receive a flowable task [1407](https://github.com/kestra-io/kestra/pull/1407) ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/ec733c505d903ad0bc13c4bbc9e175ff87412085))
- **core**: fail the worker if it receives directly a flowable task instead of silently doing nothing [1407](https://github.com/kestra-io/kestra/pull/1407) ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/8df977baf86ca4e6cb895ccb98f8bedc3208b8f4))
- **ui**: new version button color with white theme ([Ludovic DEHON](https://github.com/kestra-io/kestra/commit/bd18f8cd83295dfe05363a5887ca5445a2e2464c))
- **ui**: no more validation error at flow creation start [1431](https://github.com/kestra-io/kestra/pull/1431) ([brian.mulier](https://github.com/kestra-io/kestra/commit/02457530a918b6d173e2d6ff15f6eeeb95921fc6))

Chores
- **version**: update snapshot version 'v0.9.1-SNAPSHOT'. ([Ludovic Dehon](https://github.com/kestra-io/kestra/commit/63e81b58dfcbd9cdeb412dcd4918c27535f6bb3b))
- **docs**: update the readme (1415) [1415](https://github.com/kestra-io/kestra/pull/1415) ([Anna Geller](https://github.com/kestra-io/kestra/commit/cbce23c7f32c94cb5abb6ea8ea285519bcbcd5fa))
- **test**: improve some test duration & pause conditions (1422) [1422](https://github.com/kestra-io/kestra/pull/1422) ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/0cac32c6fbbefa3776bdfd231cebd2252c0a349c))
- **version**: update to version 'v0.9.1'. ([Ludovic DEHON](https://github.com/kestra-io/kestra/commit/c761c2f9fd010a053f03cca364424729c069f94f))

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`](https://kestra.io/docs/concepts/executions#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

- New [Git plugin](https://kestra.io/plugins/plugin-git)
- New plugin [Couchbase](https://kestra.io/plugins/plugin-couchbase)
- New [NATS plugin](https://kestra.io/plugins/plugin-nats)
- [Fix dbt discrepancies due to some issues in the `1.5.0` version](https://github.com/dbt-labs/dbt-core/issues/7511)
- Fix spaces in filenames in [GCS Downloads task](https://github.com/kestra-io/plugin-gcp/issues/244)

Documentation

- [New UI guide](https://kestra.io/docs/user-interface-guide)

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
- **core**: improve SEO on plugin documentation [1172](https://github.com/kestra-io/kestra/pull/1172) ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/27404b737cca67cc58a87d882fe7fd9e2f33d942))
- **core**: add an icon for the states sub-group of plugins [1174](https://github.com/kestra-io/kestra/pull/1174) ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/7f2a3b7cd7610d4e0258573fd17c59b868d0a228))
- Java 17 [1189](https://github.com/kestra-io/kestra/pull/1189) ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/be29ef5a9c2122b4cb1da193c4ebc4cc03a6d655))
- **core**: input validator step 1 [1123](https://github.com/kestra-io/kestra/pull/1123) ([yuri1969](https://github.com/kestra-io/kestra/commit/c62fd37ce5fff2be6dd3061748a7eb62e114da88))
- **core**: input validator step 2 [1123](https://github.com/kestra-io/kestra/pull/1123) ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/3f0e863fc7337582c73b46a6af23bf78a0165165))
- validate INT input with min/max [1123](https://github.com/kestra-io/kestra/pull/1123) ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/b2765258f99c8965d15a21865384487db6782702))
- **cli**: add a startup hook ([Ludovic DEHON](https://github.com/kestra-io/kestra/commit/6b5e28c3c161bbaf8c2827b19f213c954632d302))
- **ui**: change metrics column order to put 'tasg' last [1232](https://github.com/kestra-io/kestra/pull/1232) ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/6e11a2087e4a8072922791faf9c0bd57ba777e37))
- **core**: improve Purge task documentation [1237](https://github.com/kestra-io/kestra/pull/1237) ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/88f7726bdd6a805309fe0a1ce1e898ca818a7a87))
- **ui**: update the onboarding video (1247) [1247](https://github.com/kestra-io/kestra/pull/1247) ([Anna Geller](https://github.com/kestra-io/kestra/commit/279ce997196a423be195229bf19d8bef217f1657))
- **docker**: add git plugin ([Ludovic DEHON](https://github.com/kestra-io/kestra/commit/bebfd8f8b314fe898315049167f0d3cdd76c6761))
- **ui**: Save as draft on invalid flows (1235) [1235](https://github.com/kestra-io/kestra/pull/1235) ([brian-mulier-p](https://github.com/kestra-io/kestra/commit/56283097e61896ef333e3340cb4c0b0ef1f815fd))
- **ui**: Redirect on authentication expired (1248) [1248](https://github.com/kestra-io/kestra/pull/1248) ([brian-mulier-p](https://github.com/kestra-io/kestra/commit/73d9ec181cad566b1b12c130518109dec71fe197))
- **core**: validate DATE, DATETIME, DURATION, FILE, FLOAT & TIME inputs (1234) [1234](https://github.com/kestra-io/kestra/pull/1234) ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/2f9163fad7278b9e3a7b52c5b253b851bb6aa316))
- **core**: add execution labels (1190) [1190](https://github.com/kestra-io/kestra/pull/1190) ([yuri](https://github.com/kestra-io/kestra/commit/e467c2b934d87b85bcdb1636efe8ab923eafdfc0))
- **ui**: Add Flow-like dashboard to namespaces (1292) [1292](https://github.com/kestra-io/kestra/pull/1292) ([brian-mulier-p](https://github.com/kestra-io/kestra/commit/d0e9f21c0ac84076b00bd5640217a033c2ef5877))
- **ui**: handle query in tabs ([Ludovic DEHON](https://github.com/kestra-io/kestra/commit/815c17365b0a0c72a0965e6b3c5a873fb73c0577))
- **ui**: allow passing custom description to dashboard ([Ludovic DEHON](https://github.com/kestra-io/kestra/commit/78cc61c50705c16679ccfa0683cc57e35e95b1aa))
- **ui**: prevent flow save if namespace or id modified [1329](https://github.com/kestra-io/kestra/pull/1329) ([brian.mulier](https://github.com/kestra-io/kestra/commit/9bd52c4129e9a50af851fcf3229126e94e85f0fd))
- **core**: kill created tasks earlier [1328](https://github.com/kestra-io/kestra/pull/1328) ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/b6b5b9b43fdcd978299759306bfa01d1253d8d48))
- **core**: prefill inputs from existing execution and replay whole execution (1272) [1272](https://github.com/kestra-io/kestra/pull/1272) ([brian-mulier-p](https://github.com/kestra-io/kestra/commit/694af59ee5de07687c222d1e0556636183ee6607))
- **ui**: display latest version on top bar ([Ludovic Dehon](https://github.com/kestra-io/kestra/commit/62345f37c14946c70040ff9073718a153d894efd))

Bug Fixes
- **docs**: fix invalid links on docker memory ([Ludovic DEHON](https://github.com/kestra-io/kestra/commit/38dba9526be8cfc140f4876401592cac48266a66))
- **cli**: failed test PluginDocCommandTest (1173) [1173](https://github.com/kestra-io/kestra/pull/1173) ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/bda22b907958c5aaeea1ba2dd4f306b21854b01d))
- **docs**: make docs index link relative ([Ludovic DEHON](https://github.com/kestra-io/kestra/commit/5b28dc1f293acc67f29c4a51ccda19579a7bdb86))
- **core**: Serialize null as null and not "null" in the ION file [1183](https://github.com/kestra-io/kestra/pull/1183) ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/8c251309344193ba277cf8e4b674869f8561c613))
- **ui**: allow topo edition when creating (1193) [1193](https://github.com/kestra-io/kestra/pull/1193) ([YannC](https://github.com/kestra-io/kestra/commit/c2a77525432239fbe5202950ea7901594488d60e))
- **ui**: fix welcome redirection (1200) [1200](https://github.com/kestra-io/kestra/pull/1200) ([YannC](https://github.com/kestra-io/kestra/commit/c3faa6eb54094d26d848c60766f75633680489c0))
- **core**: wrong warning block in core task documentation [1212](https://github.com/kestra-io/kestra/pull/1212) ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/3abb479b742b7f3af5b3742b8b1e7e6e9faa779b))
- **ui**: invalid link on taskrun list ([Ludovic DEHON](https://github.com/kestra-io/kestra/commit/93af47ff0aee34023a61e114b865760df08b87b7))
- **ui**: display welcome always ([Ludovic DEHON](https://github.com/kestra-io/kestra/commit/c94b7443608d2b4aba42f02948dc540a38202819))
- **core**: Flow trigger documentation [1233](https://github.com/kestra-io/kestra/pull/1233) ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/44f1168564847929c3b3705bdf3d745c9799e21f))
- don't display task base properties by default [1229](https://github.com/kestra-io/kestra/pull/1229) ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/c618684e4205f4eb749e0f3f29b2dae8bc39a7b3))
- loadFlow with revision (1259) [1259](https://github.com/kestra-io/kestra/pull/1259) ([YannC](https://github.com/kestra-io/kestra/commit/22d7febfcde250ee7ec98e359d7adb0b30eff71c))
- **ui**: can't open object modal on task form edit (1266) [1266](https://github.com/kestra-io/kestra/pull/1266) ([YannC](https://github.com/kestra-io/kestra/commit/844823a5b5a9aa10206f9c9e2d678cbcf7ee7b58))
- **ui**: prevent welcome redirection (1265) [1265](https://github.com/kestra-io/kestra/pull/1265) ([YannC](https://github.com/kestra-io/kestra/commit/74d8e82fb7191b02d49c040884aa5c64891764fc))
- **ui**: theme on editor was not applied (1268) [1268](https://github.com/kestra-io/kestra/pull/1268) ([YannC](https://github.com/kestra-io/kestra/commit/35662f173144c3ce9973f02fdd4bde9151e25674))
- **ui**: Gantt can failed on low duration (1256) [1256](https://github.com/kestra-io/kestra/pull/1256) ([brian-mulier-p](https://github.com/kestra-io/kestra/commit/434e2273b9d705e637ba1297cc3f825b87803549))
- **ui**: better contrast in validation error tooltip (1269) [1269](https://github.com/kestra-io/kestra/pull/1269) ([YannC](https://github.com/kestra-io/kestra/commit/748ec1149c0ab64c5e316a7a2ac53e65b1ad8de8))
- Display select column correctly in flows and executions list (1253) [1253](https://github.com/kestra-io/kestra/pull/1253) ([YannC](https://github.com/kestra-io/kestra/commit/9926a3db3ec143ac9301df17e88da2c4714430d5))
- **ui**: typo on replay confirm translation ([brian.mulier](https://github.com/kestra-io/kestra/commit/92231cef0f0e3f6306846847ffc619c22cd79e17))
- **core**: Title does not disappear anymore on flow creation page (1250) [1250](https://github.com/kestra-io/kestra/pull/1250) ([YannC](https://github.com/kestra-io/kestra/commit/3cf551cd0f490a2d45c3c5291a222836f439e754))
- **core**: fix text error in flow metrics page (1287) ([YannC](https://github.com/kestra-io/kestra/commit/94ae9559b96a73f4e02f5b9c5304dfeb12cd32e6))
- **ui**: correctly render markdown alert block (1231) [1231](https://github.com/kestra-io/kestra/pull/1231) ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/38901da1e5afb1209917914dfda4fd0a3cf1bfbd))
- **jdbc**: properly select on namespace and sub-namespace (1239) [1239](https://github.com/kestra-io/kestra/pull/1239) ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/423faa30ec91d1097badf54c1bb98c449bd84eeb))
- **ui**: change language don't refresh left menu ([Ludovic DEHON](https://github.com/kestra-io/kestra/commit/c593951483068a1d2b5e4b0236fc8bc821ccc196))
- improve error message for invalid task property [1291](https://github.com/kestra-io/kestra/pull/1291) ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/7918d19ba0f503b25315dbc2c63201ac81c4b62c))
- **ui**: Fix an issue where topo form had missing properties (1294) [1294](https://github.com/kestra-io/kestra/pull/1294) ([YannC](https://github.com/kestra-io/kestra/commit/4ebc76ae60b118187040ab1c7d82a3f764a4b6a1))
- **core**: multiple condition log should not be sent on the database ([Ludovic DEHON](https://github.com/kestra-io/kestra/commit/46e1e57d39e877c9ed6c14be0d00be2dccfe876d))
- **ui**: fix plugin definition conflict (1296) [1296](https://github.com/kestra-io/kestra/pull/1296) ([YannC](https://github.com/kestra-io/kestra/commit/b83f13527bf1fc1f9919d17aab3908f0a3b3633b))
- **ui**: Fix bad redirection on homepage (1295) [1295](https://github.com/kestra-io/kestra/pull/1295) ([YannC](https://github.com/kestra-io/kestra/commit/544d4db26d77a980d60d68b5287788492dcd02cf))
- **ui**: topology orientation is now portrait by default on editor (1298) [1298](https://github.com/kestra-io/kestra/pull/1298) ([brian-mulier-p](https://github.com/kestra-io/kestra/commit/fa52d5e5b8cd313c935f8fb8b3c1812911f3b76e))
- **core**: if tasks validation exception when the then property is null (1314) [1314](https://github.com/kestra-io/kestra/pull/1314) ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/acc7426395b423897a75ddb20ef144067b5a466a))
- **docs**: add note about prod setup without root user (1317) [1317](https://github.com/kestra-io/kestra/pull/1317) ([Anna Geller](https://github.com/kestra-io/kestra/commit/f9d3b4d99c0f02e612d78ef5f488df3217c0cf39))
- **core**: allow CREATED & PAUSED to be killed (1313) [1313](https://github.com/kestra-io/kestra/pull/1313) ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/269b5df2103fad81eb11a33be256eae66ebb1d07))
- **core**: correctly display additional properties in documentation (1319) [1319](https://github.com/kestra-io/kestra/pull/1319) ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/db2e473c4091d435a52c616171f153b94645d7e1))
- **core**: missing task and metric on the metric browser (1312) [1312](https://github.com/kestra-io/kestra/pull/1312) ([YannC](https://github.com/kestra-io/kestra/commit/9aced7d6d687523a4f83c8dedf66fa453a8d48d9))
- **core**: allow usage of Pebble raw tag in our recursive renderer (1316) [1316](https://github.com/kestra-io/kestra/pull/1316) ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/dd4be3fa8eb8cfe1326b42f88cfe2248d77cf7cc))
- **ui**: view format button (1323) [1323](https://github.com/kestra-io/kestra/pull/1323) ([YannC](https://github.com/kestra-io/kestra/commit/dbd7725bea3e154d59e9670b7f281bd6e160a5db))
- **ui**: doc now display correctly even with cursor at end of task. (1322) [1322](https://github.com/kestra-io/kestra/pull/1322) ([YannC](https://github.com/kestra-io/kestra/commit/3a6c5ff5589816c32bca4c4ca49a5ab2396b857d))
- **core**: use a storage prefix with executionId for triggers [1277](https://github.com/kestra-io/kestra/pull/1277) ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/c7955d12b56b92ac18860c45fe65fa2eccc902cb))
- **ui**: save button is now purple on flow edit before change [1335](https://github.com/kestra-io/kestra/pull/1335) ([brian.mulier](https://github.com/kestra-io/kestra/commit/594c1da918361ea66a4fbefdcb7dbd53970957c3))
- **ui**: Remove usage of "this" in templates [1330](https://github.com/kestra-io/kestra/pull/1330) ([YannC](https://github.com/kestra-io/kestra/commit/0367fc4359b870c7a425bb228e850f492f3bc3f7))
- **ui**: Remove flow validation from graph generation [1327](https://github.com/kestra-io/kestra/pull/1327) ([YannC](https://github.com/kestra-io/kestra/commit/fbc80d07406b6ac3386a7ff54cd394c67b8687b5))
- **ui**: tooltip now correctly disappear on charts (1336) [1336](https://github.com/kestra-io/kestra/pull/1336) ([YannC](https://github.com/kestra-io/kestra/commit/32fa5122e209358c9766abcc4099e644dc600c05))
- **ui**: empty routeName on tabs don't works ([Ludovic DEHON](https://github.com/kestra-io/kestra/commit/fd556fdf2671907d7995bea70f9b3bcf1c2bb994))
- **ui**: error on disabled wrong type for task form ([Ludovic DEHON](https://github.com/kestra-io/kestra/commit/00cb4e81d5415bb4f93ef9ba1a8d657e05926a9c))
- **ui**: Fix clear filter in execution outputs [1346](https://github.com/kestra-io/kestra/pull/1346) ([YannC](https://github.com/kestra-io/kestra/commit/ed1dc8b2c0e2ce530e65d4582113585e531058b6))
- **core**: remove input FILE validation [1359](https://github.com/kestra-io/kestra/pull/1359) ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/2803b7135a485d2d1c2139f43b6a942474ed03fb))
- **ui**: vue-flow last version break the fit on view (1362) [1362](https://github.com/kestra-io/kestra/pull/1362) ([YannC](https://github.com/kestra-io/kestra/commit/24d93dca0519588aa63437579b6281c07c1d2422))
- **ui**: Template CTRL-S is not working (1364) [1364](https://github.com/kestra-io/kestra/pull/1364) ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/5b3fffc04359960ff10420d6f051d816a992bdbe))
- **ui**: Fix an issue where if input is an Integer, it can't be display nor edited from the form [1360](https://github.com/kestra-io/kestra/pull/1360) ([YannC](https://github.com/kestra-io/kestra/commit/732488160ffa3678dab31bc5f3a0ab080d9e705b))
- **ui**: Fix 422 error in form validation [1360](https://github.com/kestra-io/kestra/pull/1360) ([YannC](https://github.com/kestra-io/kestra/commit/1cd0689a38122753c66244ebf8ece069cc66fc70))
- **ui**: JS error when exporting flows or templates from the settings [1363](https://github.com/kestra-io/kestra/pull/1363) ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/ce2c16c5741f808503ac285f4169cab2a7293f16))
- **ui**: Fix editor theme when theme is light and editor is dark [1350](https://github.com/kestra-io/kestra/pull/1350) ([YannC](https://github.com/kestra-io/kestra/commit/e3c5da6614bcd87365699e3a81d1dd9b06620422))
- **ui**: Limit size reduction of windows in editor [1371](https://github.com/kestra-io/kestra/pull/1371) ([YannC](https://github.com/kestra-io/kestra/commit/a3444347167c4eb60b3861e61cea617dc0280f4e))
- **ui**: no progress bar on flow valiation (1370) [1370](https://github.com/kestra-io/kestra/pull/1370) ([YannC](https://github.com/kestra-io/kestra/commit/ad7786586c7d7e8905f7aa438577b11cec94ea28))
- **ui**: metrics tab from logs view is now working (1367) [1367](https://github.com/kestra-io/kestra/pull/1367) ([brian-mulier-p](https://github.com/kestra-io/kestra/commit/626372b40ced7b3efca5b285a655be90b21743fa))
- **ui**: remove useless api call on editor (1374) [1374](https://github.com/kestra-io/kestra/pull/1374) ([YannC](https://github.com/kestra-io/kestra/commit/a6dc76cb481c66046d9f776200255bde29204ecc))
- **core**: shortcircuit killing flowable tasks [1368](https://github.com/kestra-io/kestra/pull/1368) ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/a15e22c38aaa6370348e4deb1b1aa2efbf52c11e))
- **ui**: tabs are loaded after config is loaded (1385) [1385](https://github.com/kestra-io/kestra/pull/1385) ([brian-mulier-p](https://github.com/kestra-io/kestra/commit/c7e8ad91fc6a946afa0c1ba2d214e84d7e824f1f))
- **ui**: File inputs displayed properly [1387](https://github.com/kestra-io/kestra/pull/1387) ([brian.mulier](https://github.com/kestra-io/kestra/commit/59b1017479413a6d1b0390a4504dfc1dd46c953d))
- **ui**: namespace and flow id have now newlines before dots when it lacks space [1377](https://github.com/kestra-io/kestra/pull/1377) ([brian-mulier-p](https://github.com/kestra-io/kestra/commit/fb269a3b6b7984fb5b504ed88f5c5eaf651ec8ca))
- **ui**: Keep highlight in menu when select a plugin [1376](https://github.com/kestra-io/kestra/pull/1376) ([YannC](https://github.com/kestra-io/kestra/commit/2998a15920898a361f24117b08c2d530edf2eb22))
- **ui**: use a gist instead of the original URL for the tour data file [1390](https://github.com/kestra-io/kestra/pull/1390) ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/2c949e057ef5f01b308cdd4de8e83632631b83a2))
- **ui**: load plugin list early (1389) [1389](https://github.com/kestra-io/kestra/pull/1389) ([YannC](https://github.com/kestra-io/kestra/commit/f0759df96e2fa8df8ef7790120214de4bb062831))
- **core**: use the trigger id from the run context in the Schedule trigger [1391](https://github.com/kestra-io/kestra/pull/1391) ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/ac20181a46d298f6a0052aedb64da58fc4a95555))

Chores
- **deps**: update all java deps ([Ludovic DEHON](https://github.com/kestra-io/kestra/commit/955eae9340ee07d44774c40652769e78ae84c018))
- add generic bounds to avoid lint warnings [1212](https://github.com/kestra-io/kestra/pull/1212) ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/bcea887909cd4197b21a181d9cdaf329eedf84b5))
- **deps**: bump org.apache.httpcomponents:httpclient [1210](https://github.com/kestra-io/kestra/pull/1210) ([dependabot[bot]](https://github.com/kestra-io/kestra/commit/f82a1e8f796cc51ccf7b1d435eff958927bdb862))
- **docs**: fix broken PurgeExecution doc format (1241) [1241](https://github.com/kestra-io/kestra/pull/1241) ([yuri](https://github.com/kestra-io/kestra/commit/82d471d654c3ada41c5cbe30f16c949fd2fb3a41))
- **version**: update snapshot version 'v0.8.2-SNAPSHOT'. ([Ludovic DEHON](https://github.com/kestra-io/kestra/commit/69698dfa60f640716f23832ee87687e8106d2e8a))
- **deps**: update all deps ([Ludovic DEHON](https://github.com/kestra-io/kestra/commit/8bff0beed92339d51262e9518e8ce42133f9348c))
- **deps**: update all js package ([Ludovic Dehon](https://github.com/kestra-io/kestra/commit/24f450a5786430a8bf9931d7c20e333a7e443953))
- **core**: small perf optimization and code improvements [1368](https://github.com/kestra-io/kestra/pull/1368) ([Loïc Mathieu](https://github.com/kestra-io/kestra/commit/cf55b0799eabef6322ef625aea9ce54bf2a2a2df))
- **version**: update to version 'v0.9.0'. ([Ludovic Dehon](https://github.com/kestra-io/kestra/commit/519aa8e6de947eb5645d88e6d00a1e990036f632))

Commits
- **ui**: welcome page redirection (1192) [1192](https://github.com/kestra-io/kestra/pull/1192) ([YannC](https://github.com/kestra-io/kestra/commit/af736afc2dabeccb850588c79f994c779f062782))
- a005826: feat(docker) introduce couchbase plugin (brian.mulier)
- 76386d5: Revert "chore(deps): bump org.apache.httpcomponents:httpclient" (dependabot[bot])
- 64446f2: feat(docker) introduce NATS plugin (brian-mulier-p)
- bd968c3: feat(doc) Documentation now generated with required props first & NotNull on interface methods displayed (1211) (brian-mulier-p) [1211](https://github.com/kestra-io/kestra/pull/1211)
- 43b73a9: fix(ui) Flow validation is now triggered on every view (1230) (brian-mulier-p) [1230](https://github.com/kestra-io/kestra/pull/1230)
- added a slider between editor/(doc||topo) view to adjust windows size (1195) [1195](https://github.com/kestra-io/kestra/pull/1195) ([YannC](https://github.com/kestra-io/kestra/commit/d183c941f88475fbd6e7f9b6a92d061772b07b90))
- 419bf58: Merge branch 'release' into develop (Ludovic DEHON)
- c389500: feat:(core): introduce flow tabs metrics (1226) (YannC) [1226](https://github.com/kestra-io/kestra/pull/1226)

Page 18 of 21

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.