github temporalio/web v1.15.0

2 years ago

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

Don't miss a new web release

NewReleases is sending notifications on new releases.