Skip to content

Releases: cadence-workflow/cadence-web

v3.16.0

03 Jun 17:34
182da34

Choose a tag to compare

Release notes

New features

v3.15.0

14 Apr 17:45
6f80271

Choose a tag to compare

Release notes

New features

  • Authentication enabled: Ability to authenticate by passing ctx.authTokenHeaders. PR: #142
  • Feature flags: Allowing configuration to enable and disable certain features. PR: #143
  • Terminate workflow can now be disabled (enabled by default). Can change this in client/feature-flags.json. PR: #143
  • Environment select: Allows user to change to different environments via a dropdown on main navigation (disabled by default). Add environments to ENVIRONMENT_LIST in client/constants.js and enable in client/feature-flags.json. PR: #145

Bug fixes

  • Dropdowns in the app were not reliably opening when clicking on them.

Screenshots

Environment select
Screen Shot 2020-04-13 at 3 46 21 PM

v3.14.0

09 Apr 18:53
ec2122d

Choose a tag to compare

Release notes

New features

  • Archival screen: Users are able to now search for workflows past domain retention. Navigate to a domain and open the Archival tab.
  • Adding history archival status & visibility archival status to domain settings
  • Adding archival message on history screen when visiting an achived workflow

Screenshots

Archival screen
Screen Shot 2020-04-07 at 4 24 30 PM

Domain settings screen
Screen Shot 2020-04-07 at 4 30 02 PM

Workflow (achived) History screen
Screen Shot 2020-04-07 at 4 24 45 PM

PR: #140

v3.13.2

02 Apr 18:37
d615f5c

Choose a tag to compare

Release notes

Bugfixes

  • Can't scroll summary screen to see lastFailureDetails: #118

v3.13.0

24 Mar 18:39
04b93a7

Choose a tag to compare

Release notes

New features

  • Added more common CLI commands (#107)

Bugfixes

  • Can't view poller list when activity list is null (#109, #108)

Misc

  • Refactoring URLs to follow REST syntax (#106)
  • Renaming Queries tab to Query + updated URL for this screen (#106)
  • Dashboard now lands on /domains and will redirect to /domains if on / (#106)

v3.12.0

20 Mar 21:19
bed7dff

Choose a tag to compare

Release notes

New features

  • Help screen - #105

v3.11.0

18 Mar 16:33
cf1f543

Choose a tag to compare

Release notes

This release is more of a housekeeping release which tidies up some messy patterns which can lead to potential issues in the future.

Misc

  • Adding babel alias which helps with importing global constants, components & helpers.
  • Removing clearEdit in App.vue as there is no method to call anymore.
  • Removed most component init code in main, it will now need those components imported in the relevant places where these are used. Makes it easier to know where a custom component comes from as it is needed when referencing now.

v3.10.1

13 Mar 21:38
5478afa

Choose a tag to compare

Release notes

Bugfixes

  • Workflow list can now search open workflows without limiting to workflow retention period
  • Moved "filter by" field to the filter panel as it doesn't relate just to the date picker

v3.10.0

12 Mar 20:48
bb31df9

Choose a tag to compare

Release notes

New features

  • DateTime range picker: #101

Bugfixes

  • Workflow list remembers custom date ranges on page refresh
  • Date picker now only shows dates that are within domain retention

v3.9.0

02 Mar 20:38
164d36c

Choose a tag to compare

Release notes

New features

  • Added a version number just below cadence logo to help with verifying the current version that is running in production.
  • Added a notification bar for when an error occurs on the workflow screen.
  • Added a notification bar for when a workflow has been successfully terminated.
  • Added retry logic for workflow screen in case of an error timeout that may have occurred on the server (max of 3 attempts).

Bugfixes

  • When selecting a row in the history view it will no longer snap into view. This was causing issues reading history and repeatedly shifting the screen.
  • When searching for a workflow by workflow id or workflow name, copy / pasting an id sometimes causes the workflow to not appear. This is now fixed.