Skip to content

Releases: cadence-workflow/cadence-web

v3.32.0

08 Nov 10:53
1722251

Choose a tag to compare

What's Changed

Adding first scheduled time metadata field by @mindaugasbarcauskas #495
Add feature-flag config for defaultDateRange by @vytautas-karpavicius #497

Full Changelog: v3.31.0...v3.32.0

v3.31.0

20 Jul 16:34
aedf194

Choose a tag to compare

What's Changed

Full Changelog: v3.30.2...v3.31.0

v3.30.2

20 May 17:34
f50c9d2

Choose a tag to compare

What's Changed

Full Changelog: v3.30.1...v3.30.2

v3.30.1

17 May 20:13
5eb5ccc

Choose a tag to compare

What's Changed

Full Changelog: v3.30.0...v3.30.1

v3.30.0

18 Feb 21:41
0451e30

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.29.6...v3.30.0

v3.29.6

10 Dec 19:16
c43ed42

Choose a tag to compare

Fixed

  • 500 server error when executions is null (#446, #449)
  • Changes to allow POST requests with no content to not require preflight request (#445)
  • reverting CORS change to allow terminate reason message to be passed to server (#444)

v3.29.5

02 Dec 18:27
110b082

Choose a tag to compare

Fixed

  • Add text/plain to content type to allow cors post requests. Forces browser/server to not preflight (OPTIONS request) (#442)
  • Added window class to ensure flexbox is working for news page (#439)
  • Broken links which navigated to 404 pages (#438)
  • Set crossRegion feature to be disabled by default (#437)

v3.29.4

19 Nov 00:13
6564949

Choose a tag to compare

Fixed

  • bug where navigating to history tab for a workflow would change the current cluster. (#432)
  • reviewed and fixed other similar navigation issues when clicking links in the application. (#432)
  • bug where navigating to archival screen would reset active status (#434)

Changed

  • stopping domain store from restoring its state from local storage (#435)

v3.29.3

17 Nov 18:39
1b22c7a

Choose a tag to compare

Fixed

  • bug introduced in latest release where loading spinner would continue to show on open workflows until it completed (#429)

v3.29.2

10 Nov 19:48
b6190d9

Choose a tag to compare

Changed

  • Added a check for cluster length when navigating user to domain from domain autocomplete. Global domains with a single cluster will be treated like a local domain. (#427)