This repository has been archived by the owner on May 26, 2023. It is now read-only.
Releases: temporalio/web
Releases · temporalio/web
v0.28.0
v0.27.0
Release Highlights
v0.27.0 maintains Temporal's "Alpha" release state.
Do not use this release for production workloads as there are breaking changes planned for future releases.
- 2020-07-15 - 0dea5a4 - Remove namespaces caching, fix showing removed namespaces (#76)
- 2020-07-15 - cecd328 - Update dockerfile to properly run production version (#77)
- 2020-07-14 - 9ffec33 - Fix task queue page showing no results (#74)
- 2020-07-14 - 3e5fa6e - Implement temporal-api changes (#71)
- 2020-07-14 - 2844949 - Fix workflows page not properly filtering workflows (#72)
- 2020-07-14 - a8fd975 - Fix submodules automatically updating to latest (#70)
- 2020-07-09 - dbbed4d - Fix stack trace not being loaded (#68)
- 2020-07-09 - 8021dd5 - Fix queries list parsed incorrectly for Java client (#67)
- 2020-07-07 - a615d31 - Support customizing hot reload feature ports (#66)
- 2020-07-07 - d0b7a81 - Preprocess memo and search attributes payloads (#64)
- 2020-07-07 - 540f8c2 - Update proto definitions (#62)
- 2020-07-07 - 4f2b52f - Fix event type cutting of Workflow, Decision and Activity prefixes (#61)
- 2020-07-01 - f29ef91 - Fix archival feature (#58)
v0.26.0
v0.25.0
Namespaces UX improvement
- The namespaces page is now pre-populated with namespaces available on the server. The days of manually searching for a namespace are behind us.
- If there is only one namespace (typically the "default" namespace), Temporal web will directly navigate to the workflows page for that namespace.
gRPC contract updates
- Updates to gRPC contract for server compatibility
- Bug fixes