Skip to content

Releases: cadence-workflow/cadence-web

v3.30.1

17 May 20:13
5eb5ccc
Compare
Choose a tag to compare

What's Changed

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

v3.30.0

18 Feb 21:41
0451e30
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)

v3.29.1

09 Nov 22:37
0da1b89
Compare
Choose a tag to compare

Fixed

  • bug where the environment select navigating users to white screen

v3.29.0

09 Nov 00:50
733078b
Compare
Choose a tag to compare

Cross region support allows the user to navigate to one URL and access both data centers. Simply search for a domain and the application will take the user to the active region. Clicking on the Active tag will allow the user to switch to the passive region if the domain is global.

Added

Fixed

Screenshots

140197269-0a3373af-c30b-41a0-b029-ae99179b7c9e

140197285-58dfce94-42b4-4b40-9187-ee365c2cc6ea

v3.28.7

24 Aug 23:42
789c1fb
Compare
Choose a tag to compare

Added

  • Abort request for when user changes a filter on the workflow list screen and a request is already in-progress. (#395)
  • delay to client helpers. (#395)