Skip to content

Releases: windmill-labs/windmill

v1.26.2

31 Jul 14:42
f13aeb3
Compare
Choose a tag to compare

1.26.2 (2022-07-31)

Bug Fixes

  • deno api generator now supports openflow (5b548a0)

v1.26.1

31 Jul 14:20
99290bb
Compare
Choose a tag to compare

1.26.1 (2022-07-31)

Bug Fixes

  • encoding state now supports unicode including emojis (6b61227)

v1.26.0

29 Jul 22:08
3ad02f2
Compare
Choose a tag to compare

1.26.0 (2022-07-29)

Features

  • resource type picker in schema modal + proper initialization of raw javascript editor when applicable (01bb107)

Bug Fixes

  • forloop flows unsoundness fix part I (1b5ce32)
  • small bar mode and editor nits (4e3a02a)

v1.25.0

29 Jul 09:44
d2347dd
Compare
Choose a tag to compare

1.25.0 (2022-07-29)

Features

  • base64 support in schema editor (2cb6e6e)

Bug Fixes

  • update variable and resources now return error if nothing was updated (0faabdb)

v1.24.2

28 Jul 22:56
6fca785
Compare
Choose a tag to compare

1.24.2 (2022-07-28)

Bug Fixes

  • get_variable refresh_token bug (390e9b3)
  • if :path is not a valid path, do not even attempt to fetch it (6dec447)
  • monaco editor fixes (f255cc2)

v1.24.1

27 Jul 13:50
b33515c
Compare
Choose a tag to compare

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

27 Jul 10:41
c8a442e
Compare
Choose a tag to compare

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

25 Jul 15:53
0201e85
Compare
Choose a tag to compare

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

22 Jul 19:13
f5a30be
Compare
Choose a tag to compare

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

19 Jul 09:00
c269de8
Compare
Choose a tag to compare

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)