Releases: cadence-workflow/cadence-web
Releases · cadence-workflow/cadence-web
v3.16.0
v3.15.0
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
inclient/constants.js
and enable inclient/feature-flags.json
. PR: #145
Bug fixes
- Dropdowns in the app were not reliably opening when clicking on them.
Screenshots
v3.14.0
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
Workflow (achived) History screen
PR: #140
v3.13.2
v3.13.0
v3.12.0
v3.11.0
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
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
v3.9.0
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.