Skip to content

Releases: cadence-workflow/cadence-web

v3.8.0

26 Feb 17:51
29308c3

Choose a tag to compare

Release notes

Features

  • Adding latest cadence thrift files to cadence-web. This change it much easier to update these thrift files for future releases (as simple as updating a commit hash in package.json).
  • lastFailureReason, lastWorkerIdentity, lastFailureDetails now appear under pending activities.

75121664-c4ae6e80-565b-11ea-8a7a-a9a6c1d6670b

Thanks to @jredl-va for help with this release!

v3.7.1

06 Feb 18:29
3888f2a

Choose a tag to compare

Release Notes

Bugfixes

  • Bug which causes child workflow activities to duplicate when navigating from a parent workflow.
  • Add back in information that was previously displaying on the compact view when opening the activity detail panel (timestamp & event id).

v3.7.0

30 Jan 22:42
5cd8e48

Choose a tag to compare

Release notes

Linting

  • Introduce ESLint to cadence-web
  • Follows style guide documented here:
    https://www.npmjs.com/package/eslint-config-fusion
  • Introduce babel for compilation (needed for some of the eslint rules to be able to be applied such as spread operator)
  • Upgraded docker node version to allow for babel compilation

Bug fixes

  • JSON tab now shows graph when toggled on
  • Compact mode now displays a cursor when hovering over an activity
  • Race condition initially loading page with 2 API calls which one of the callbacks rely on data from the other API.

Note

  • Moving files into more sensible locations rather than everything in /client root.
  • Some of the eslint rules have been disabled inline in the code as some of the eslint fixes are harder to fix. In a future PR I will try to address each of these and gradually remove all of them.

v3.6.0

28 Jan 00:46
e38f40e

Choose a tag to compare

Includes performance fixes to stop browser crashing when trying to load large histories.

Includes "show graph" toggle button which by default will not load the graph but can be switched on if needed. This was introduced as some histories crash the browser because the graph cannot handle large histories. This is a temporary measure to at least allow showing the history grid without crashing the browser.

3.4.1

03 Sep 23:34

Choose a tag to compare

Handle ActivityTaskCancelRequested event (#60)
Update thrift (#58)

3.4.0

09 Aug 00:05
0741b39

Choose a tag to compare

Adds query on workflow list

3.3.2

02 Aug 20:28
56197a6

Choose a tag to compare

Updates IDLs to fix display of reset event. Some test fixes

3.3.1

23 May 07:02

Choose a tag to compare

Includes fix for infinite scrolling