Skip to content

Releases: cadence-workflow/cadence-web

v3.20.0

17 Dec 23:47
5534b80
Compare
Choose a tag to compare

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
d4b990c
Compare
Choose a tag to compare

Misc

  • vis library update (#209)

Bugfixes

  • no workflow found (#211)

v3.19.2

13 Oct 17:50
c94e31a
Compare
Choose a tag to compare

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
f9c328a
Compare
Choose a tag to compare

Bugfixes

  • Fixed integration tests randomly failing (#187)

v3.19.0

29 Jul 22:08
02cb9ff
Compare
Choose a tag to compare

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

  • Fixing Eslint (#175)

Screenshots

Grid view
Screen Shot 2020-07-27 at 1 55 14 PM

Compact view
Screen Shot 2020-07-27 at 1 55 31 PM

Settings - Date format
Screen Shot 2020-07-27 at 2 59 02 PM

Settings - Workflow history (enabled)
Screen Shot 2020-07-27 at 2 58 54 PM

Settings - Workflow history (disabled)
Screen Shot 2020-07-27 at 2 59 18 PM

v3.18.1

20 Jul 22:05
Compare
Choose a tag to compare

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
0c6fb39
Compare
Choose a tag to compare

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
e375cc8
Compare
Choose a tag to compare

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
590b3fc
Compare
Choose a tag to compare

Release notes

New features

  • Global settings menu (#158)
  • DateTime format preferences (#158)
  • UTC / Local timezone preferences (#158)

Screen Shot 2020-06-11 at 10 06 19 AM

Screen Shot 2020-06-11 at 10 08 26 AM

Bugfixes

  • Summary page stability improvement (#153)

v3.16.0

03 Jun 17:34
182da34
Compare
Choose a tag to compare

Release notes

New features