This is a follow-up release to alpha release v0.23.0 containing fixes for TLS enabled clusters and XDC replication.
Release Highlights
- Temporal now has support for TLS configuration. Please checkout doc to learn more. Support for TLS in
tctl
andtemporal-web
is still in-progress. - Simplified workflow execution timeouts. Now all workflow timeouts are optional. Each workflow execution now has 3 timeouts:
WorkflowExecutionTimeout
,WorkflowRunTimeout
, andWorkflowTaskTimeout
. - Removed
ExpirationInterval
fromRetryPolicy
. InsteadWorkflowExecutionTimeout
is used to stop retries. - All payloads (workflow input, activity input, etc) send to Temporal now have both headers and data fields.
Helpful links to get you started with Temporal
Temporal Docs
Server
Java SDK
Java Samples
Go SDK
Go Samples
Helm Chart
Docker images for this alpha release (use tag 0.23.0):
Server
Server With Auto Setup
CLI (tctl)
Admin-Tools
Things we are still working on
- We are still working and cleaning some internal API contracts. So more breaking changes are coming. So please don't use this for production setup yet.
- Stress and Performance testing.