Skip to content

Releases: temporalio/ui-server

v2.0.1

12 Jun 15:23
f3be063
Compare
Choose a tag to compare
  • 2022-06-12 - 18bbaec - Add keywords, homepage, license to package json (#583)
  • 2022-06-10 - 04da180 - Install pnpm dev dependencies to fix build (#581)
  • 2022-06-10 - aab94b6 - Bump holocene to v0.0.17 (#580)
  • 2022-06-10 - 9fc62af - Fix importer by adding params, settings (#575)
  • 2022-06-10 - 18aacb8 - Show single cloud namespace in drawer (#579)
  • 2022-06-10 - e8ae599 - replace font-awesome icons with our own (#574)
  • 2022-06-09 - b8cd310 - Persist workflow search query on back (#578)
  • 2022-06-09 - d4a7259 - UI page refactor to prepare for publish and linking (#577)
  • 2022-06-07 - bc87242 - Add .whitesource configuration file (#573)
  • 2022-06-07 - 353b50d - fix stack trace error case (#571)
  • 2022-06-06 - 579507d - Remove note about pre-release software

v2.0.0

06 Jun 16:22
b07d901
Compare
Choose a tag to compare

Official GA release of Temporal UI

  • 2022-06-06 - f3ace1e - fix conflicting column widths from responsive and non-responsive col headers (#568)
  • 2022-06-03 - be5216f - Wait on event store update to render CodeBlock for InputResults (#567)
  • 2022-06-03 - fba2808 - Improve event details table layout and styling (#563)
  • 2022-06-03 - f266300 - Add npm install to Trying it out instruction (#557)
  • 2022-06-03 - cfaa332 - use our colors for code block syntax highlighting (#565)
  • 2022-06-02 - 5b00e8a - Only call updateQueryParams in filter select on change of value (#566)
  • 2022-06-01 - bd7342a - Update holocene to v0.0.15 (#558)
  • 2022-05-27 - 278c683 - Add tailwind prettier to sort css classes remove svelte prettier because they bundled it to make it work. (#559)

v0.15.1

01 Jun 17:08
63845c7
Compare
Choose a tag to compare

Fixes Terminate and Query functionality regression introduced in v0.15.0

Changes

  • 2022-05-26 - f048f87 - Decode all payloads (#555)

v0.15.0

25 May 16:01
146bdbc
Compare
Choose a tag to compare

Breaking Change

Due to #137 starting this release you will need to either

Changes

  • 2022-05-24 - 567d346 - Support pluggable API middleware (#148)
  • 2022-05-20 - 4284783 - Set strict defaults for CSRF (#147)
  • 2022-05-18 - 8e993d6 - Pass version info to Temporal (#137)
  • 2022-05-24 - 5151725 - Remove beta badge (#549)
  • 2022-05-23 - 03733b7 - Don't fetch stack trace if workflow isn't running (#544)
  • 2022-05-20 - 22667f2 - Remove url from layout load function to prevent refetching on every page change (#545)
  • 2022-05-18 - 81af900 - Show API error message on error page, 404 for non-existent namespace (#541)

v0.14.1

16 May 21:35
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)