Skip to content

Releases: cadence-workflow/cadence-web

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)

v3.29.1

09 Nov 22:37
0da1b89

Choose a tag to compare

Fixed

  • bug where the environment select navigating users to white screen

v3.29.0

09 Nov 00:50
733078b

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

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)

v3.28.6

20 Aug 20:20
b5c385d

Choose a tag to compare

Added

  • properly encode/decode nextPageToken into a Base64 string from buffer for all API endpoints. This was causing issues for fetching multiple pages for domainList API. (#393)

Changed

  • decrease pagination to 100 per page for domain list API. (#393)
  • combine helper argument order to be more useful for chaining. Also for server moved to a higher helper folder. This is now used in server/middleware/tchannel-client. (#393)

v3.28.5

18 Aug 16:54
33cee0e

Choose a tag to compare

Added

  • delayTime parameter for domain list API. (#391)

v3.28.4

17 Aug 22:58
4deb7e2

Choose a tag to compare

Added

  • unhandled exceptions caused in non-main threads will now log to console. (#389)
  • optional pageSize for domainList API. Will default to 1000 if not passed. (#389)

v3.28.3

17 Aug 18:54
b1df83f

Choose a tag to compare

Added

  • Add more console logs to show what the Cadence server is returning for the domain list API. (#387)

Changed

  • Increase domain list page size to 1000. (#387)

Screenshots

Screen Shot 2021-08-17 at 10 53 55 AM

v3.28.2

16 Aug 23:39
bff447e

Choose a tag to compare

Added

  • Retry logic to fetching domain list to internal cache. (#384)
  • Error logging in the event that a request fails for fetching domain list. (#384)
  • Filtered out deprecated domains from domain list. (#384)
  • Return all cached domains in one request. (debugging purposes only) (#384)