Releases: windmill-labs/windmill
Releases · windmill-labs/windmill
v1.24.1
1.24.1 (2022-07-27)
Bug Fixes
- encrypt the refresh token (a051c21)
- keep previous refresh token if no new ones were provided (3feef73)
- skip_failures is boolean not bool (4ca71c1)
v1.24.0
1.24.0 (2022-07-27)
Features
- Add flow input and current step in the prop picker (#236) (6fbeeae)
- add google login v1 (fc918a2)
- add schedule settable from pull flows (caecbfd)
- prop picker functional for pull flows (010acfe)
Bug Fixes
- audit logs UI username select fix (ca4bed3)
- frontend: badge google logo for login (cfec7a9)
- frontend: badge needs a little right margin (c846ed7)
- frontend: display number field in flows (a232895)
- frontend: fork script from hub (43cacc1)
- frontend: get refresh token for google services (2f0d8d5)
- import from JSON load schemas (88dd7b0)
- various UI fixes
v1.23.0
1.23.0 (2022-07-25)
Features
- add editor bar to inline scripts of flows (7a6a2c9)
- backend: do not require visibility on job to see job if in possesion of uuid (b054229)
- frontend: deeper integration with the hub (bb58eba)
- frontend: title everywhere (38987c6)
- hub flows integration (62777b7)
Bug Fixes
- display websocket status in flow inline editor (9e9138e)
- do not redirect to /user on /user namespace (d95128e)
- oauth2: add google clients (bc650b0)
- static is undefined by default instead of being empty '' (fc65162)
v1.22.0
1.22.0 (2022-07-22)
Features
- add delete schedule (f6d6934)
- backend: check of no path conflict between flow and flow's primary schedules (c346339)
- dynamic template for script inputs in flow (3c16621)
- import and export flow from JSON (7862ff4)
- more visual cues about trigger scripts (36606ab)
- more visual cues about trigger scripts (154c2a9)
- rich rendering of flows (38ffcfe)
Bug Fixes
- deno-client: make hack for patching openapi-generator more stable (08ab4d1)
- export json is converted to pull mode (666e0f6)
- export json is converted to pull mode + rd fix (c7528d4)
- frontend: filter script by is_trigger and jobs by is_skipped + path fix (97292d1)
- frontend: initFlow also reset schemaStore (5941467)
- frontend: remove unecessary step 1 of flows (f429074)
- improve tooltip (4be5d37)
- improve tooltip (c84b1c9)
- placeholder undefined for arginput (4d01598)
v1.21.1
1.21.1 (2022-07-19)
Bug Fixes
- deno-client: make hack for patching openapi-generator more stable (2f4df43)
- python-client: sed openapi to avoid generator circular dependency (49f8050)
v1.21.0
1.21.0 (2022-07-19)
Features
- add run_wait_result to mimic lambda ability (6ef3754)
Bug Fixes
- backend: clear env variables before running script (98a5959)
- consistent exists/{resource} addition + usage in frontend (ca66d33)
- frontend: validate username (9828e54)
- list with is_skipped + deno-client fix (6939f9d)
v1.20.0
1.20.0 (2022-07-17)
Features
- trigger scripts and have flows being triggered by checking new external events regularly (#200) (af23b30)
Bug Fixes
- flow UI back and forth pull/push fix (8918eb6)
- flow UI back and forth pull/push fix (0973859)
- frontend: chrome columns-2 fix for pull/push (8272b11)
- frontend: createInlineScript only create trigger script if step = 0 (bd004cf)
- HubPicker pick from trigger scripts when relevant (7e846c3)
v1.19.3
1.19.3 (2022-07-15)
Bug Fixes
- deno-client: do not create resource for createInternalPath (0967c1b)
v1.19.2
1.19.2 (2022-07-15)
Bug Fixes
- deno-client: handle text/plain parse (18e33bb)
v1.19.1
1.19.1 (2022-07-14)
Bug Fixes
- backend: create resource would fail if is_oauth was not set (cd621a6)
- deno-client: handle text/plain serialize (98968ab)