Skip to content

Releases: temporalio/ui-server

v0.10.5

22 Apr 15:12

Choose a tag to compare

  • 2022-04-22 - 4c3988e - Add login button if auth enabled and no user to allow navigation to login page (#470)
  • 2022-04-21 - e6fa482 - Change new version release link from current to recommended (#463)

v0.10.4

21 Apr 21:36

Choose a tag to compare

  • 2022-04-21 - 09422f6 - Sync basic and advanced queries (#467)
  • 2022-04-21 - 5e51fa3 - Create indented block from Workflow Task Started to last Command event (#468)
  • 2022-04-21 - 81458bf - Use window.location.assign instead of goto on redirect to login (#466)
  • 2022-04-21 - acc19ca - Responsive truncated length, event view tab, event details alignment (#464)

v0.10.3

20 Apr 21:17

Choose a tag to compare

  • 2022-04-20 - 56aafcf - Make event history table fixed so keep code block within column (#462)
  • 2022-04-20 - c39f0ff - Persist workflow details view choice (#461)
  • 2022-04-20 - 2a52196 - Date and time persistence (#460)
  • 2022-04-20 - 55f2ae3 - Move preventDefault/stopPropagation to copy function (#459)
  • 2022-04-20 - 2c19ea8 - Namespace settings page (#457)
  • 2022-04-20 - ff17fff - Increase status column width to prevent wrapping of Timed Out status. (#458)
  • 2022-04-19 - e6d477a - Truncate workflow id and type and add copyable tooltip (#456)
  • 2022-04-19 - 8e89afc - Make more data copyable or selectable (#453)
  • 2022-04-18 - 2f0e8cb - Correct namespace in tctl enable archival command (#454)
  • 2022-04-18 - 6798dcf - Responsive summary and navigation (#452)
  • 2022-04-18 - 972b920 - Truncate height of code block; remove framing logic (#451)
  • 2022-04-18 - 3b61a7b - Create reusable Copyable Component; use in workflow list (#450)
  • 2022-04-18 - d9383fd - Add the Button component to storybook (#444)
  • 2022-04-18 - 0447bf2 - Heart Beat Indicator on Running Status (#446)
  • 2022-04-18 - 0f99fe2 - Load workflows onMount and update loadingRow (#445)
  • 2022-04-14 - fe9f6d5 - Lay out pending activities a little bit better (#443)
  • 2022-04-14 - 8610064 - Add Storybook, submit button for advanced search (#439)
  • 2022-04-14 - dce8f33 - Update event-summary-table.svelte (#440)

v0.10.2

14 Apr 18:28

Choose a tag to compare

UI https://github.com/temporalio/ui :

  • 2022-04-14 - 5b51106f5dbc2efef2e944940cd579b912282713 (428) - Add Date & Time filters for history events
  • 2022-04-14 - 167b039a8e7c3fc83a30266ad282010f7d3201d3 (436) - Fix archival page not fetching namespaces and add archival cypress tests
  • 2022-04-13 - 5b51106f5dbc2efef2e944940cd579b912282713 (433) - Fix named layouts showing duplicate headers on login

v0.10.1

13 Apr 21:22

Choose a tag to compare

UI https://github.com/temporalio/ui :

  • 2022-04-13 - f2a6192 - Fix unathorized error failing UI load (#430)

v0.10.0

13 Apr 15:23

Choose a tag to compare

This release contains a regression where if Auth is enabled and Temporal Service authorizer plugin is configured, the UI will not load and show a blank screen. Please upgrade to v0.10.1 or later

UI-server:

  • 2022-04-12 - e10ac17 - Unescape characters in HTTP requests and switch to temporalio/grpc-gateway (#133)
  • 2022-04-12 - 603664b - Update UI submodule
  • 2022-04-08 - b5ea689 - Increase gRPC receive max message size to 64mb (#132)

UI https://github.com/temporalio/ui :

  • 2022-04-13 - 8cbcdb2 - Show pending activities error message (#427)
  • 2022-04-13 - 3466189 - Fix workflow parent link (#426)
  • 2022-04-13 - 94f510d - Add event time into compact view (#421)
  • 2022-04-13 - f3a1d4d - Show version banner only if recommend > current version (#422)
  • 2022-04-12 - d0598e8 - Fix workflow page 404 by encoding ID and forward slash (#394)
  • 2022-04-12 - 549646d - Decrease row padding, lower line-height, event details as Inter (#420)
  • 2022-04-12 - abd387d - Improve summaries; refactor views (#417)
  • 2022-04-11 - d92c3d7 - Show results for failure cases (#416)
  • 2022-04-11 - 871b575 - Use a list of preferred event attributes (#414)
  • 2022-04-11 - 6d77a10 - Format timestamps on history events and pending activities (#411)
  • 2022-04-11 - 0e0eb38 - Simplify pending activities (#408)
  • 2022-04-11 - 3fba840 - Simplify event attributes with one key/value to just their value (#407)
  • 2022-04-11 - 3d0227b - Default to summary view (#404)

v0.9.0

07 Apr 17:47
0f40dd7

Choose a tag to compare

UI-server:

  • 2022-04-07 - abf8cb3 - Add Signal API (#129)
  • 2022-04-07 - 94fd40a - Add configuration for showing temporal-system namespace (#128)
  • 2022-04-06 - d45a53c - Update UI submodule
  • 2022-04-05 - c5c1e85 - Change to newest version of base-server (#125)
  • 2022-03-30 - 1261f54 - Correct API syntax from execution ID to Run ID (#124)

UI https://github.com/temporalio/ui :

  • 2022-04-06 - b8038c0 - Make RunID keys in History navigate to worklow page (#398)
  • 2022-04-06 - 5ba6736 - Show temporal-system namespace depending on settings (#399)
  • 2022-04-06 - e035be8 - Format code on save in vscode (#401)
  • 2022-04-06 - 1add93a - Add anchor links to event id, clean up variable names and add util/tests to get float style (#400)
  • 2022-04-05 - ef39bb5 - Redesigned event views (#395)
  • 2022-03-30 - 6e4948b - Correct workflow syntax with API path (#393)
  • 2022-03-29 - df887e3 - Add event type to full view (#391)

v0.8.0

29 Mar 23:06

Choose a tag to compare

  • 2022-03-29 - 0bb99f8 - Import JSON file for event debugging (#386)
  • 2022-03-29 - 69b892a - Add state transitions, task queues, parent info in history header (#388)
  • 2022-03-29 - 9417076 - Return user back to initial UI page after auth (#383)
  • 2022-03-25 - 3cda51a - Svelte await for queries (#385)
  • 2022-03-25 - 3aa088e - Add refresh button on query page and fix results not showing (#384)
  • 2022-03-24 - 7f3f452 - Change date format to HH:mm:ss.SS (#382)
  • 2022-03-24 - c3c428a - Scroll to active event if not the first event (#381)
  • 2022-03-22 - 776edc4 - Standardize links (#369)
  • 2022-03-22 - b874dad - Adjust exported events json for history replay (#368)

v0.7.0

22 Mar 21:56

Choose a tag to compare

  • 23567e5 Remove single-use stores (#366)
  • d0de767 Remove next === current check (#367)
  • 4a809d3 Add modal with reason input to terminate workflow (#364)
  • d64d61d Implement pagination store (#362)

Full Changelog: v0.6.0...v0.7.0

v0.6.0

21 Mar 22:19

Choose a tag to compare

UI-server notes:

  • 2022-03-21 - eb42dd0 - Update UI submodule
  • 2022-03-18 - ae4d031 - Add /sso/callback auth endpoint back (#119)
  • 2022-03-17 - 663b0ae - Make auth endpoints compatible with UI v1 (#118)
  • 2022-03-17 - e4e8f37 - Rebase Docker image on temporalio/base-builder (#117)

UI notes https://github.com/temporalio/ui :

  • 2022-03-21 - 8dbf29f - Check for first id and move check before creating eventGroup (#363)
  • 2022-03-19 - 439f03f - Fix namespaces not being fetched in local mode (#361)
  • 2022-03-18 - 765423d - Show received signals in history compact view (#359)
  • 2022-03-18 - d07fca0 - Add full event view (#356)
  • 2022-03-18 - f671211 - Refactor pending activities page (#354)
  • 2022-03-17 - 21173ab - Include workflow signaled event under Signals filter (#355)
  • 2022-03-17 - c074fdd - Add an additional fallback when viewing an event not in a group (#353)
  • 2022-03-17 - 98129b9 - Fall back to the first event when the current event is no longer viewable, closes #343 (#352)
  • 2022-03-16 - b163f0d - Update pending-activities.svelte (#351)