Skip to content

Releases: windmill-labs/windmill

v1.54.0

08 Dec 22:58
7270baf
Compare
Choose a tag to compare

1.54.0 (2022-12-08)

Features

  • add lockable version to scripts inside flows (#972) (799fa92)
  • frontend: Add support for object editor + fix wording (#1004) (a562dee)
  • implement flow as a flow step (8c1c508)

v1.53.0

05 Dec 23:30
3561275
Compare
Choose a tag to compare

1.53.0 (2022-12-05)

Features

  • add include_header to pass request headers to script (31c317b)
  • cli: hub sync (#975) (2265372)
  • frontend: Add app preview (#993) (c9ad638)
  • frontend: clarified UX for connect step (e4839e2)
  • frontend: introduce mysql as a script language (#982) (e089109)
  • refactor favorite menu (c55fae5)

Bug Fixes

v1.52.0

02 Dec 21:23
f51293e
Compare
Choose a tag to compare

1.52.0 (2022-12-02)

Features

  • add favorite/star + remove flows/scripts page in favor of unified home page (#968) (f3f694e)
  • Add sendgrid resource (#970) (b76d2f9)
  • cli: improved setup & allow workspace in base url & refactor workspaces/remotes to unify (#966) (d3a171c)
  • cli: Login via Frontend (#956) (2c31a9c)
  • deno-client: support mysql (#971) (0e402f6)
  • frontend: Add actions to tables (#951) (1069105)
  • frontend: Add Mailchimp resource instructions (#967) (ba90e8c)
  • frontend: flow status viewer include a graph (02a9c5c)
  • frontend: rework script detail (#952) (6c45fe7)
  • frontend: Update app component list (#947) (ec1cebc)
  • overhaul scripts and flows page (4946093)
  • overhaul scripts and flows page (c26be86)
  • python: add support for parsing resource type in python (63d95cf)
  • refactor variable + resource linkage + OAuth visibility (37967a7)
  • unify resources under a single connect API (539d6be)

Bug Fixes

  • backend: support PIP_INDEX_URL (12f9677)
  • backend: support PIP_INDEX_URL (afcb44a)
  • frontend: Fix pie animation + actions wrap (#953) (ed7838d)
  • frontend: psql demo expects integers as a key (#958) (4d8a5c4)
  • frontend: Refactor apps to support multiple breakpoints (#957) (96666af)

v1.51.0

26 Nov 23:41
f4ec1a7
Compare
Choose a tag to compare

1.51.0 (2022-11-26)

Features

  • Add notification on app save (#943) (79cec36)
  • backend: add configurable custom client (975a1db)
  • cli: Run flows & scripts (#940) (cdd3e2c)
  • frontend: Add guard against script overwrite (#944) (dd75b37)
  • frontend: Add inline script picker to apps (#945) (ddab2df)
  • frontend: flow UX overhaul II + go + python support for trigger scripts (#928) (802abe7)
  • frontend: login page makeup (5028d86)
  • frontend: login page makeup (ced2678)
  • Update apps button component with colors (#936) (4b2b346)

Bug Fixes

  • backend: bash flow lock & add flow lock tests (#933) (4ddb3ec)
  • deno-client: pg 0.16.1 -> 0.17.0 (ac6454b)
  • frontend: add checkbox component + fix alignment (#941) (43a1d7e)
  • frontend: Cleanup dead code (#935) (fa4840a)
  • frontend: Fix context panel + delete component (#937) (ab481b3)
  • frontend: prevent runnable to run if the script is not defined (#938) (e64195e)
  • frontend: properly refresh context panel + Adjust style in the flow editor (#934) (b59a1de)

v1.50.0

21 Nov 18:06
a3ab4f1
Compare
Choose a tag to compare

1.50.0 (2022-11-21)

Features

  • deno,python: get/set_shared_state (c8266fb)
  • frontend: overhaul the whole flow UX (d23e218)

Bug Fixes

  • caching: preserve permissions (a352975)

v1.49.1

20 Nov 19:10
52b744f
Compare
Choose a tag to compare

1.49.1 (2022-11-20)

Bug Fixes

  • caching: add a second caching mechanism by tarring the entire cache for fast startup (7af345e)

v1.49.0

20 Nov 14:02
801ceec
Compare
Choose a tag to compare

1.49.0 (2022-11-20)

Features

  • go: improve cold start of 200ms by building outside of nsjail (838a92a)
  • python-client: remove unecessary imports in wmill to speed-up imports (46fe9ad)

v1.48.2

19 Nov 17:55
1043666
Compare
Choose a tag to compare

1.48.2 (2022-11-19)

Bug Fixes

  • go-client: support setVariable, setResource, setState, getState (e33bd1e)

v1.48.1

19 Nov 14:17
29521dd
Compare
Choose a tag to compare

1.48.1 (2022-11-19)

Bug Fixes

  • python-client: get_state on empty state return None (968675d)

v1.48.0

18 Nov 19:41
d1df88b
Compare
Choose a tag to compare

1.48.0 (2022-11-18)

Features

  • add slack_bot token on connecting workspace to slack (b3178d1)
  • backend: sync cache features on all workers [enterprise] (#907) (bd09884)
  • python: add Resource[resource_type] as a parsed parameter (9d17abb)
  • supercache extended to all version (8846ca5)

Bug Fixes

  • backend: saving bash script does not require dep job (381b036)
  • frontend: app editor v1 (#908) (53a8c5e)
  • frontend: Reduce the size of the separator + fix Auto scroll (#895) (3f8295b)
  • support flows to be triggered by slack commands (199a11a)