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

Releases: temporalio/web

v1.15.0

30 Mar 18:30
decc2d7
Compare
Choose a tag to compare

Data Encoder can now pass the access token to the codec server. Changes configuration

Env variables:

  • TEMPORAL_DATA_ENCODER_ENDPOINT -> TEMPORAL_CODEC_ENDPOINT
  • Adds TEMPORAL_CODEC_PASS_ACCESS_TOKEN boolean

Config file:

# codec:
  # Codec Server Endpoint
  # endpoint: https://codec.myorg.com
  # pass_access_token: false

What's Changed

  • 2022-03-29 - 2b43e66 - Markers encoding (#446)
  • 2022-03-29 - 550b487 - Support oauth to remote decoder via web oidc token. (#445)
  • 2022-03-29 - f04ba51 - Support codec endpoint templating and more flexible codecs (#444)
  • 2022-03-02 - b0c3922 - Show an error key for payloads when remote decoder fails. (#439)

Full Changelog: v1.14.0...v1.15.0

v1.14.0

25 Feb 22:21
271c184
Compare
Choose a tag to compare
  • 2022-02-25 - b64f163 - Data encoder config (#429)
  • 2022-02-15 - f2cd89d - Add remote data encoder support. (#425)
  • 2022-02-11 - 9d83f0f - Bump pathval from 1.1.0 to 1.1.1 (#427)
  • 2022-02-09 - 372bcb2 - fix link for homepage (#423)
  • 2021-11-11 - ca1b289 - Add server security notion in readme and remove Google OIDC notion (#412)

v.1.13.0

28 Oct 22:28
67fbd07
Compare
Choose a tag to compare
  • 2021-10-25 - fc9a8b4 - Extend Temporal API error messages (#400)
  • 2021-10-21 - e6f1183 - Log whether auth is enabled (#401)

v1.12.0

07 Oct 22:42
a3ec8cc
Compare
Choose a tag to compare
  • 2021-09-30 - 3d766aa - Update proto api (#396)
  • 2021-09-20 - fa48bb3 - Make header namespace link always clickable (#393)
  • 2021-09-20 - 1897bfd - Fix history exported JSON formatting (#392)
  • 2021-09-10 - 8135f5f - Add maintenance mode notification in readme (#390)
  • 2021-09-10 - e4debf8 - Rename left over task list -> queue (#389)
  • 2021-09-08 - d71bd2e - Link to new executions for more event types (#380)
  • 2021-09-08 - b5f459a - Add support for built-in HTTPS (#379)
  • 2021-08-27 - be90192 - Show workflow state transitions (#375)
  • 2021-08-17 - 3bdf99a - Support refreshing TLS certs in background (#369)

v1.11.0

25 Jul 12:31
503172f
Compare
Choose a tag to compare
  • 2021-07-20 - 811ff6d - Add timestamp to console log (#363)
  • 2021-07-20 - d131e4c - Bump urijs from 1.19.6 to 1.19.7 (#364)
  • 2021-07-17 - fc71338 - Remove docker push step from Buildkite build (#362)
  • 2021-07-10 - 5f55ece - Bump prismjs from 1.23.0 to 1.24.0 (#352)
  • 2021-07-10 - 4688a5e - fix(test): Explicitly set timezone for unit tests (#353)
  • 2021-07-09 - 5bef5bf - Show no stack trace available message for complete workflows (#360)
  • 2021-07-02 - 603a003 - disable stale issues closing (#356)

v1.10.0

08 Jun 18:46
503172f
Compare
Choose a tag to compare
  • 2021-06-08 - 662cbe1 - Properly process expiration time (#345)
  • 2021-06-08 - 0fac42f - Remove pending activities from history if they are not started (#346)
  • 2021-06-02 - 7ae078c - Fix custom root path feature in prod build (#339)

v1.9.2

26 May 18:48
7c930b2
Compare
Choose a tag to compare
  • 2021-05-27 - 4775a20 - Show summary details independent from history events (#337)
  • 2021-05-25 - 44073a7 - Improve stack trace redability (#336)
  • 2021-05-18 - dc5e218 - Minimize failure of payloads processing (#334)
  • 2021-05-18 - 37f6d54 - Add readme sample for web root path variable (#331)

v1.9.1

13 May 17:35
a8e9a21
Compare
Choose a tag to compare
  • 2021-05-14 - d1c0ea2 - Update proto API (#329)
  • 2021-05-14 - fcd2874 - Improve sorting of workflows in ALL view (#328)
  • 2021-05-11 - 8c457c6 - Support changing gRPC max message length (#327)
  • 2021-05-07 - 4022469 - Bump hosted-git-info from 2.8.8 to 2.8.9 (#326)
  • 2021-05-08 - 43d15d4 - Bump lodash from 4.17.20 to 4.17.21 (#325)
  • 2021-05-07 - ab0ae4b - Show search attribute keys in history (#324)
  • 2021-05-08 - b74266f - Make history events expandable on summary page (#321)
  • 2021-05-08 - a7c06c9 - Fix cicd pipeline false negative (#323)
  • 2021-05-05 - 8b3b829 - fix(client): namespace/navigation bar opacity (#320)
  • 2021-05-05 - cf0674e - Fetch git submodules over https to address buildkite changes (#319)
  • 2021-05-04 - 2a4b997 - Show pending activitties as History events (#318)
  • 2021-05-03 - 4e6b06c - Improve stability of workflows ALL viev (#315)

v1.9.0

28 Apr 21:04
6ed16d0
Compare
Choose a tag to compare
  • 2021-04-29 - 06b7906 - Update proto API (#313)
  • 2021-04-28 - 35cfb85 - Switch to Node Alpine (#312)
  • 2021-04-28 - fb29c10 - Improve error visibility. (#311)
  • 2021-04-27 - a49b7e5 - Support decrypting of history payloads (#302)
  • 2021-04-23 - 3c46521 - Prettify Input payloads (#308)
  • 2021-04-21 - 904af32 - Bump jose from 2.0.2 to 2.0.5 (#305)
  • 2021-04-08 - b03cea1 - Improve readability of pending activities (#304)
  • 2021-04-07 - fe25383 - Bump y18n from 3.2.1 to 3.2.2 (#294)
  • 2021-04-06 - a1d5939 - fix navigation on 2nd+ clicks in the workflow graph (#298)

v1.8.0

02 Apr 18:19
3060e18
Compare
Choose a tag to compare
  • 2021-03-31 - 6702342 - Fix queries not evaluating in ALL view (#297)
  • 2021-04-01 - a9339e3 - dont staleify feature requests
  • 2021-03-30 - 24af292 - Ensure propagating-hammerjs is not upgraded (#295)
  • 2021-03-31 - d78343d - Fix whitescreen due to broken packages (#293)
  • 2021-03-30 - 64e8686 - add exempt labels
  • 2021-03-27 - c2a0187 - Upgrade cypress to v6.8.0 (#292)
  • 2021-03-24 - 14960a0 - Bump elliptic from 6.5.3 to 6.5.4 (#289)
  • 2021-03-24 - 190b5cd - Bump urijs from 1.19.2 to 1.19.6 (#290)
  • 2021-03-24 - 39205a3 - Bump ini from 1.3.5 to 1.3.8 (#288)
  • 2021-03-24 - f185ca6 - Bump prismjs from 1.21.0 to 1.23.0 (#287)