Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Releases: temporalio/web

v0.28.0

31 Jul 21:32
4198b7b
Compare
Choose a tag to compare
Release v0.28 (#90)

v0.27.0

15 Jul 22:05
0dea5a4
Compare
Choose a tag to compare

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

01 Jul 15:39
f99ac86
Compare
Choose a tag to compare

2020-06-27 - f99ac86 - Rename task list to task queue (#55)

v0.25.0

25 Jun 22:15
a95e9f3
Compare
Choose a tag to compare
Release 0.25.0 (#51)

Namespaces UX improvement

20 May 15:48
14d5dd5
Compare
Choose a tag to compare
  • 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

16 May 03:54
d74c192
Compare
Choose a tag to compare
  • Updates to gRPC contract for server compatibility
  • Bug fixes