Skip to content

v0.1.0-alpha.18

Pre-release
Pre-release

Choose a tag to compare

@holbrookab holbrookab released this 30 Jul 04:49
455f454

0.1.0-alpha.18

  • Breaking: reject root workers/durables.go. Authored durables must live under workers/<id>/durables.go (migrate with mkdir workers/default && mv workers/durables.go workers/default/). Keep package durables for the default worker folder — default is a Go keyword.
  • adapters/temporal supports mTLS via GOBEYOND_TEMPORAL_TLS_CERT + GOBEYOND_TEMPORAL_TLS_KEY (tls.X509KeyPair, TLS 1.2+). Reject half-set PEMs and API key + mTLS together; plaintext / API-key dial unchanged when neither TLS pair is set.
  • Stamp "adapter": "temporal" in dist/deploy/workers.json (v1 default).