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

v1.15.0

Latest
Compare
Choose a tag to compare
@feedmeapples feedmeapples released this 30 Mar 18:30
· 12 commits to master since this release
decc2d7

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