Releases: cadence-workflow/cadence-web
Releases · cadence-workflow/cadence-web
v3.17.1
v3.17.0
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_LISTinclient/constants.jsand 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




