Releases: temporalio/ui-server
Releases · temporalio/ui-server
v2.2.0
v2.1.4
v2.1.3
- 2022-06-29 - f0a99ee - Update cloud docker pipeline name (#168)
- 2022-06-29 - 8b82ba1 - Add pipeline to build cloud images (#167)
- 2022-07-01 - 62a0488 - Add button type submit on search to fix advanced search (#658)
- 2022-07-01 - 19edb96 - Address edge case in ordering hash and search parameters (#656)
- 2022-07-01 - c4d499e - Increase code coverage on toDuration (#657)
- 2022-07-01 - 953d684 - Always show event history in ascending order in JSON view, closes #645 (#646)
- 2022-06-30 - 5efae1b - minor style/API changes for holocene components (#653)
- 2022-06-30 - 83fa7f2 - add onError handler for fetchAllWorkflows, show error in empty state (#652)
- 2022-06-30 - b2320a7 - improve buttons, support button count badge (#651)
- 2022-06-30 - 8a1c357 - implement split button in holocene (#649)
- 2022-06-30 - a803bb3 - Set lastUsedNamespace on namespace page mount (#648)
- 2022-06-30 - eac37ed - Add isCloud check for supportsReverseOrder (#642)
- 2022-06-30 - 120e221 - implement dropdown button (#643)
- 2022-06-29 - 91d29c5 - Better page transitions, add hash to href to always trigger page store updates (#641)
v2.1.2
- 2022-06-29 - 63cf741 - Update version.go (#166)
- 2022-06-29 - 0bb89cb - Pass authorization header as is (#165)
- 2022-06-28 - 4c5d5ec - Upgrade docker base image versions
- 2022-06-28 - 472e96a - Bump UI version to v2.1.1 (#164)
- 2022-06-29 - ce9a27f - Remove isCloud boolean to namespaces nav to show namespaces for cloud (#639)
- 2022-06-29 - 0eb897c - Fallback to ascending event order on older versions of Temporal Server, show Temporal versions (#638)
- 2022-06-28 - 3e517f6 - Add Namespace icon in nav to go to list of namespaces, Namespace switcher in Workflows page (#633)
- 2022-06-28 - c783f39 - Remove goto as a required argument for updateQueryParams (#636)
- 2022-06-28 - d5b2ff2 - add Table and Accordion components to holocene (#635)
- 2022-06-28 - e78ce23 - Address of TypeScript and ESLint warnings and hints (#634)
- 2022-06-28 - 9ec6d8a - add non-native select input (#627)
v2.1.1
- 2022-06-27 - 1590adb - Show more auth failure details (#163)
- 2022-06-28 - 89cf0f5 - Add coverage and UI for Vitest (#632)
- 2022-06-27 - d1e9c0b - Replace Jest with Vitest (#628)
- 2022-06-24 - a40c21f - Make namespace name 12px, truncate and show tooltip above on open nav (#624)
- 2022-06-24 - 130a87b - Update string for settings clusters description (#620)
- 2022-06-24 - 92c8a40 - Refactor workflow routes into pages and layouts (#623)
v2.1.0
- 2022-06-22 - 8415b7d - Accept authorization header as an access-token for API requests (#159)
- 2022-06-23 - 25a981a - Add middleware for access token (#616)
- 2022-06-22 - f2f79aa - Fix isCloudGuard check for isCloud (#617)
- 2022-06-22 - 2521fa5 - improve pending activities summary and details (#611)
- 2022-06-15 - 80a5956 - Workflow Type click filter (#598)
- 2022-06-14 - b7cf415 - Fix publish step (#590)
Full Changelog: v2.0.1...v2.1.0
v2.0.1
- 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
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 installto 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
Fixes Terminate and Query functionality regression introduced in v0.15.0
Changes
- 2022-05-26 - f048f87 - Decode all payloads (#555)
v0.15.0
Breaking Change
Due to #137 starting this release you will need to either
- Run the UI against Temporal Server v1.16.2 or newer
- Disable
frontend.enableClientVersionCheckin Temporal Server's dynamic config
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)