Skip to content

Releases: cadence-workflow/cadence-web

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)

v3.28.1

29 Jul 18:15
8c9d4f8

Choose a tag to compare

Fixed

  • check for partial state loading in DomainAutocomplete reducer.

v3.28.0

28 Jul 22:57
81b3e85

Choose a tag to compare

Added

  • DomainAutocomplete to DomainSearch screen. This will allow users to search for a domain without knowing the full domain name.
    (#363, #366, #367, #368, #369, #353, #374, #376, #377)

  • DomainAutocomplete to Application header for changing domains while inside a domain or workflow screen.
    (#363, #366, #367, #368, #369, #353, #374, #376, #377)

  • Allow width to be passed as a prop to button-icon component.
    (#356)

  • DomainService which allows searching for a domain with a partial/complete querystring.
    (#361)

  • replaced $http with httpService so that services can access http as well as components and is consistent between the two.
    (#364)

  • CacheManager which handles caching on server. cache logic is now removed from ClusterService to use CacheManager instead.
    (#360)

  • Integration test helpers (getFixture, emptyNewsFeed, MockDate).
    (#358, #359, #364)

  • Feature flag slots.
    (#357)

Changed

  • Renamed DomainList to DomainSearch.
    (#353)

  • Refactoring existing screens to work with domain search changes (WorkflowList, DomainSettings).
    (#371, #372, #364)

  • Upgrade vue-select library.
    (#362, #370)

Removed

  • DomainNavigation replaced with DomainAutocomplete.
    (#353)

Screenshots

DomainSearch (landing) screen w/o text (recently visited domains)

Screen Shot 2021-07-27 at 1 01 36 PM

DomainSearch (landing) screen w/ text (matched domains)

Screen Shot 2021-07-27 at 1 03 50 PM

DomainAutocomplete in Application header not opened (spyglass to open)

Screen Shot 2021-07-27 at 1 05 36 PM

DomainAutocomplete in Application header opened w/o search text (recently visited domains)

Screen Shot 2021-07-27 at 1 05 13 PM

DomainAutocomplete in Application header opened w/ search text (matched domains)

Screen Shot 2021-07-27 at 1 05 27 PM