Skip to content

Releases: windmill-labs/windmill

v1.84.0

31 Mar 18:53
8d73c92

Choose a tag to compare

1.84.0 (2023-03-31)

Features

  • add force cancel (fbe5c18)
  • add the ability to edit previous versions (2368da2)
  • backend: reduce memory allocation for big forloops of flows (c7506e4)
  • frontend: App component style input grouping (#1334) (01564f0)
  • frontend: Display frontend execution result in Debug Runs (#1341) (57f8dd9)
  • frontend: improve input connection UI (#1333) (5ac646e)

Bug Fixes

  • backend: add a refresh button to workspace script/hub (bb61cef)
  • backend: backend compatability on macos (#1340) (dfd2abc)
  • frontend: Export python code as string (#1339) (2779891)
  • frontend: improve app tables (cd1f9b6)
  • frontend: improve loading of big args in job details (71619ac)
  • frontend: improve loading of big jobs in run form (b325493)

v1.83.1

28 Mar 21:38
f736647

Choose a tag to compare

1.83.1 (2023-03-28)

Bug Fixes

  • cli: plain secrets might be undefined (569a55e)

v1.83.0

28 Mar 20:50
a24a3b4

Choose a tag to compare

1.83.0 (2023-03-28)

Features

  • backend: allow relative imports for python (a5500ea)
  • backend: execute /bin/bash instead of /bin/sh for bash scripts (021fa23)
  • backend: improve relative importsfor deno (eaac598)
  • backend: increase timeout for premium workspace (00b70d9)
  • frontend: add pagination (33c07d3)
  • frontend: Add quick style settings to app editor (#1308) (ac24862)
  • frontend: add recompute as a primitive (449d3ae)
  • frontend: add textareacomponent + fix multiselect style + select multi components (2b31653)
  • frontend: multiselect components for apps (577dec5)
  • frontend: use rich json editor for arrays of objects and for object in ArgInput (b95afaa)

Bug Fixes

  • apps: improve app table actionButtons behavior under many clicks (8e3d8ac)
  • cli: add --plain-secrets (98d51e2)
  • frontend: add a modal that is always mounted to make sure compon… (#1328) (a527cb8)
  • frontend: Disable app keyboard navigation on focused inputs (#1326) (da24e9a)
  • frontend: persist description for schemas (1a48673)
  • frontend: Revert app upload input (#1330) (fa457bb)
  • frontend: Small app fixes (#1331) (75306c8)

v1.82.0

24 Mar 11:34
dd06c05

Choose a tag to compare

1.82.0 (2023-03-24)

Features

  • backend: introduce RESTART_ZOMBIE_JOBS and ZOMBIE_JOB_TIMEOUT (47a7f71)

Bug Fixes

  • backend: do not consider FlowPreview as potential zombie job (f7c30b5)
  • backend: increase dynamic js timeout + improve client passing (34e25f0)
  • cli: improve diff speed + fix replacing cli (b999c98)
  • frontend: Fix AppTable error display + clear errors when removing a component + properly detect that latest component run had an error (#1322) (c15bc8a)
  • frontend: fix refresh with manual dependencies (#1319) (a47031a)
  • frontend: fix settings panel (#1323) (30b8e47)
  • frontend: Fix transformer (#1321) (addabcc)
  • frontend: remove unnecessary div (#1318) (e193a0b)

v1.81.0

21 Mar 22:16
c6bf676

Choose a tag to compare

1.81.0 (2023-03-21)

Features

  • apps: add action on form/button/formbutton (2593218)

Bug Fixes

  • frontend: Remove action outline on preview mode (#1313) (a7c4f1a)

v1.80.1

21 Mar 01:13
7cb3638

Choose a tag to compare

1.80.1 (2023-03-21)

Bug Fixes

  • cli: add support for non metadataed scripts (42f6d2e)

v1.80.0

21 Mar 00:01
d2cccd9

Choose a tag to compare

1.80.0 (2023-03-20)

Features

Bug Fixes

v1.79.0

17 Mar 20:11
200adec

Choose a tag to compare

1.79.0 (2023-03-17)

Features

Bug Fixes

v1.78.0

16 Mar 02:12
52157fa

Choose a tag to compare

1.78.0 (2023-03-16)

Features

  • frontend: app textcomponent editable + tooltip (11567d6)

Bug Fixes

  • backend: whitelist for include_header was ignored in some cases (183a459)
  • frontend: improve rendering performance after component moving (6f890f2)
  • frontend: remove staticOutputs from apps (dbdfd62)

v1.77.0

14 Mar 21:27
646c0f2

Choose a tag to compare

1.77.0 (2023-03-14)

Features

  • apps: state can be used as input in apps (2f0acb9)
  • apps: tabs can be made pages or invisible + better frontend scripts reactivity (cd645d0)
  • deno: add support for custom npm repo (#1291) (944795f)
  • frontend: add setTab to frontend scripts (c2a97c5)
  • frontend: app components output panel (#1283) (751edcf)

Bug Fixes