v2.7.0
Changes
-
User session is now stored browser side making the UI server session-less. There shouldn't be a need to setup LB Session Affinity anymore when running multiple pods
-
TEMPORAL_SESSION_STORE_PATH
is now ignored
Changelog:
UI server:
UI
- 2022-10-04 - 316ea9b5 - Better column widths on workers list, codeblock, add hover bg for icon (#866)
- 2022-10-03 - d3bb68b3 - Namespace web uri fallback (#865)
- 2022-09-28 - fb336475 - Reload page if new version of app is deployed (#856)
- 2022-09-27 - 52abc064 - Store user session in browser (#831)
- 2022-09-26 - 13c9ec06 - Decode pending activities (#853)
- 2022-09-26 - 1d1fbc90 - Show parent link in child workflow event history, add Loading spinner to event history (#852)
- 2022-09-20 - 692dd060 - NamespaceSwitcher update, small UI style updates for quality of life (#847)
- 2022-09-20 - 45e3e24c - Add current page to Pagination params (#842)
- 2022-09-20 - dcd72aab - Fix pending activity id overflow (#844)
- 2022-09-20 - 5a46f5f2 - Add scroll to top button (#841)