Releases: temporalio/ui-server
Releases · temporalio/ui-server
v0.4.0
UI-server notes:
- 2022-03-11 - bf2432e - Update UI submodule
- 2022-03-10 - 56ba3fc - Set dockerize default namespace (#113)
- 2022-03-07 - c2a6e83 - Expose auth option names through settings API (#112)
- 2022-03-03 - 28e513f - Support custom OIDC auth scenarios (#111)
- 2022-03-03 - 30fc10f - Update development config defaults (#110)
- 2022-03-03 - b2e1ca7 - Support audience target in OIDC auth (#109)
- 2022-03-03 - 7835a23 - Update UI paths for golang v1.17 (#108)
UI notes https://github.com/temporalio/ui :
- 2022-03-11 - 4456934 - Fix IsCloud function by exposing it through VITE_ vars (#300)
- 2022-03-10 - 50284d1 - Rework settings access (#299)
- 2022-03-10 - 3df8b4f - Fix issue with pulling from query parameters in event history view (#296)
- 2022-03-10 - 5bdbbd2 - Fix namespace capture and default namespaces (#297)
- 2022-03-10 - f1b002a - Fix issue with active links not displaying properly in Event History (#295)
- 2022-03-10 - cc30acc - Remove remnants of storybook (#294)
- 2022-03-09 - 20314fb - Re-work how we fetch namespaces and how namespace-select works with cloud stuff. Prevents notification errors, and fetches for things we KNOW will fail. (#293)
- 2022-03-09 - 780f995 - Fix UI rendering blank on namespaces and cluster fetch 503 (#292)
- 2022-03-07 - 380efca - Support custom OIDC auth scenarios (#283)
v0.3.0
- 2022-02-28 - fc5178e - Avoid making Temporal API calls if unauthenticated (#105)
- 2022-02-25 - 9804b43 - Implement ConfigProvider interface on *Config type (#107)
- 2022-02-25 - 2a22b72 - Remove config provider interface pointer (#106)
- 2022-02-25 - 2683f22 - Update UI submodule
- 2022-02-17 - 0b83e10 - Support pluggable config providers (#102)
- 2022-02-16 - 5ad444d - Allow configuring default namespace for UI to navigate to (#101)
- 2022-02-16 - f63ee89 - Bump labstack/echo to v4.6.3 to address security (#103)
- 2022-02-09 - 554cd0a - Update README.md
- 2022-02-04 - 7ffa163 - Upgrade to go 1.17 (#99)
- 2022-01-28 - c0f11a1 - Push docker image on release, not on tag (#97)
- 2022-01-26 - 91ae815 - Start pushing docker release images to temporalio/ui (#94)
v0.2.0
- 2022-01-26 - 0e80a44 - Support TLS config as base64 values (#93)
- 2022-01-14 - dc04dee - Support mTLS connection to Temporal server (#89)
- 2022-01-14 - d87d24a - Add logout endpoint (#87)
- 2022-01-10 - 77656f3 - Add pipeline to auto-update UI (#74)
- 2022-01-07 - 45970db - Resolve CSRF preventing POST/DELETE requests with CORS (#85)
- 2022-01-07 - 286083a - Update UI to the latest commit (#84)
- 2022-01-04 - e23e9fb - Secure aginst CSRF (#83)
- 2022-01-03 - 98af513 - Add common security, xss protection headers (#82)
- 2022-01-03 - f3c6778 - Set auth cookie for all allowed origins (#81)
- 2021-12-23 - 4484839 - Make host configurable (#78)
- 2021-12-23 - 6650aa6 - Rename UI and OPENAPI dockerize variables (#76)
- 2021-12-23 - 0f53b7f - Add API to return auth settings (#77)
- 2021-12-09 - 0a2a78c - Shorten docker image SHA tags (#72)
v0.1.0
Add CORS configuration (#69)