Releases: cadence-workflow/cadence-web
Releases · cadence-workflow/cadence-web
v3.21.0
06 Jan 20:30
Compare
Sorry, something went wrong.
No results found
New features
Bugfixes
Fixed a bug where a workflow would not load because of # in workflowID. #234
Misc
Updated dates in license headers for files to 2021. #232
v3.20.0
17 Dec 23:47
Compare
Sorry, something went wrong.
No results found
Misc
Auto inject license on lint (#220 , #223 )
Lint node service code (#224 , #225 )
Auto run unit tests on PR (#222 )
Auto run lint on PR (#221 )
Upgrade tchannel package (#218 , #190 ) - Thanks @loafoe
Automatic publish to dockerhub on new release (#215 )
Bugfixes
Fix link to public docs from help page (#229 )
Fix query types parsing for Java workflows (#195 ) - Thanks @sokada1221
v3.19.3
26 Oct 21:38
Compare
Sorry, something went wrong.
No results found
Misc
vis library update (#209 )
Bugfixes
v3.19.2
13 Oct 17:50
Compare
Sorry, something went wrong.
No results found
Misc
reduce docker image size (#199 )
update IDL to match cadence-server v0.15 release (#200 )
update minimum node version (#173 )
Bugfixes
show graph not working (#201 )
v3.19.1
31 Jul 17:27
Compare
Sorry, something went wrong.
No results found
Bugfixes
Fixed integration tests randomly failing (#187 )
v3.19.0
29 Jul 22:08
Compare
Sorry, something went wrong.
No results found
New features
Event history highlighting (#176 , #177 , #178 , #179 , #180 , #182 , #185 )
This change allows a user to select an event param to highlight it in the workflow history. This will also highlight the corresponding event type also.
Settings / Workflow history (#183 )
This change allows a user to turn on / off event param highlighting in workflow history screen (enabled by default). If enabled, it will also allow a user to configure event params:
to enable / disable event params.
to add new event params to highlight.
to remove event params to no longer highlight.
Bugfixes
Screenshots
Grid view
Compact view
Settings - Date format
Settings - Workflow history (enabled)
Settings - Workflow history (disabled)
v3.18.1
20 Jul 22:05
Compare
Sorry, something went wrong.
No results found
Release notes
Patch changes
Adding latest release notes to news blog post (cadence-web, cadence-go, cadence-server)
v3.18.0
20 Jul 21:22
Compare
Sorry, something went wrong.
No results found
Release notes
New features
Domain metrics screen (#169 )
Task list partition screen (will be compatible with cadence-server v0.13.1 release) (#166 , #170 )
Task list metrics screen (#166 , #170 )
Server side feature flags (#171 )
Bugfixes
External Workflow Signaled shown as a point on timeline (#167 ), Closes #164 & #99
v3.17.1
15 Jun 17:59
Compare
Sorry, something went wrong.
No results found
Release notes
Bugfixes
Fixed a bug where result is not populated on summary screen for large history sizes (#162 )
Docker
docker pull ubercadence/web:3.17.1
v3.17.0
10 Jun 23:40
Compare
Sorry, something went wrong.
No results found
Release notes
New features
Global settings menu (#158 )
DateTime format preferences (#158 )
UTC / Local timezone preferences (#158 )
Bugfixes
Summary page stability improvement (#153 )