Skip to content

Releases: temporalio/ui-server

v0.14.1

16 May 21:35

Choose a tag to compare

Adds better cache invalidation for workflow execution queries and supports empty queries.

Full Changelog: v0.14.0...v0.14.1

v0.14.0

16 May 16:20

Choose a tag to compare

  • 2022-05-16 - f8f7e10 - Remove onError in workflow-service and redirect to login on 403 (#537)
  • 2022-05-16 - 19e2acf - Move activity grouping into summary if activity, move single item groupings into summary (#536)

v0.13.2

12 May 19:15

Choose a tag to compare

  • 2022-05-12 - 31a0695 - Move query and searchType out of load (#532)
  • 2022-05-10 - 995db81 - Implement client-side stores for event history (#521)

v0.13.1

10 May 16:57

Choose a tag to compare

  • 2022-05-10 - 5a1a3b1 - Remove nowrap from links in table, remove time cell borders on last row (#531)
  • 2022-05-10 - 6be5f3b - Resolve unicode codeblocks showing gibberish (#529)
  • 2022-05-09 - 2122897 - Remove data-encoder status on login page, add login page test (#527)
  • 2022-05-09 - adb3c2d - Add tests for Temporal Version banner (#526)
  • 2022-05-09 - ffc0aa4 - Deduplicate initial fetches on workflow list (#511)
  • 2022-05-06 - cbe4a59 - Add cypress test for parsing Java query types (#523)
  • 2022-05-06 - 0ff98a7 - Disable version banner based on configuration (#524)
  • 2022-05-06 - 2fd0754 - Mini Refactoring of Feedback button test (#525)

v0.13.0

05 May 21:22

Choose a tag to compare

  • 2022-05-05 - 2265e0e - Add Remote Data Encoder support (#497)
  • 2022-05-05 - 59acc0c - Better matching for query error (#522)
  • 2022-05-05 - 880fe79 - Persisted query parameter store (#507)
  • 2022-05-05 - bbf3ab4 - Customize Feedback URL from settings (#519)
  • 2022-05-05 - dbd15a1 - Highlight timed out activities and event details navigation (#520)
  • 2022-05-05 - 71d709f - Cleanup cypress tests code (#517)
  • 2022-05-05 - 3ade21f - Add tests for workers page (#518)

v0.12.2

04 May 17:12

Choose a tag to compare

  • 2022-05-04 - c029866 - Update get-query-types-from-error.ts
  • 2022-05-04 - 1d159a7 - Format code blocks in pending activities (#512)
  • 2022-05-04 - 4ce30ee - Fix error parsing queries from the Java SDK (#516)
  • 2022-05-03 - ef2718b - Fix issue with invalid search params for per page (#510)
  • 2022-05-03 - ecf70a7 - Add tests for event history views and date formatting (#509)
  • 2022-05-02 - 5299163 - Add integrations tests for stack trace (#508)

v0.12.1

29 Apr 21:12

Choose a tag to compare

  • 2022-04-29 - 57a90df - Fail silently on github service errors (#505)
  • 2022-04-29 - 4191597 - Add integration tests for event history JSON view (#499)
  • 2022-04-29 - c889893 - Differentiate on workflow input and results testing tags (#500)
  • 2022-04-29 - 8680a29 - Fix WorkflowEvents type; address warnings (#503)
  • 2022-04-28 - f9031f3 - Put workers in the same table; respect time settings (#498)
  • 2022-04-28 - d463e63 - Add integration tests for Workflow Input and Results (#494)

v0.12.0

28 Apr 18:13

Choose a tag to compare

UI* 2022-04-28 - d463e63 - Add integration tests for Workflow Input and Results (#494)

  • 2022-04-28 - 7023f81 - Resolve cypress failing in headed mode (#493)
  • 2022-04-28 - 1396bd0 - Event History Styling (#495)
  • 2022-04-28 - bcef4f6 - Remove SSR, fix onError listener and use correct websocket var for hasWebsocket check (#492)
  • 2022-04-26 - 29dad8e - Fix workflow page 404 on special characters in workflow ID (#491)
  • 2022-04-26 - 484f5ec - Add UI new version banner (#476)

v0.11.0

26 Apr 19:54

Choose a tag to compare

  • 2022-04-26 - f773de7 - Put workers in the same table; respect time settings (#490)
  • 2022-04-26 - e7fc491 - Add reverse query param to event history route (#489)
  • 2022-04-26 - 2b40da6 - Refactoring: Event Groups and Event Types (#488)
  • 2022-04-26 - 77e1edd - Use native underlines for links (#484)
  • 2022-04-26 - 5284e51 - Flip input and label for expand all (#487)
  • 2022-04-26 - 8ad598d - Fix archived workflows query and to only show with both archived and visibility enabled (#486)
  • 2022-04-26 - ed12424 - Loading state for Results when the workflow is running (#483)
  • 2022-04-26 - bc9d4c7 - Address lint issues (#482)
  • 2022-04-25 - 1a58b71 - Make banner component reusable (#469)
  • 2022-04-25 - 2477c06 - Add debouncing to workflow filters (#481)
  • 2022-04-25 - 9f5f249 - Make the whole feedback button a link (#473)
  • 2022-04-25 - da43f4d - Remove summary/full view and add feed view with expand all toggle (#478)
  • 2022-04-25 - 12a2f25 - Address bugs on workflow execution page (#480)
  • 2022-04-25 - bf854e3 - Remove headers from __error (#479)
  • 2022-04-25 - 2525b62 - Redirect to login if unauthorized (#477)

v0.10.6

22 Apr 15:35

Choose a tag to compare

2022-04-22 - ea08294 - Update link colors (#472)
2022-04-22 - fa50965 - Use props for export history url fetch, not params (#471)