github temporalio/temporal v0.23.0

latest releases: v1.24.0-m3.4, v1.23.1, v1.24.0-m3.3...
3 years ago

This is a refresh to alpha release for Temporal. We still have a few planned breaking changes in pipeline so please do not use it for production workload.

Release Highlights

  1. Temporal now has support for TLS configuration. Please checkout doc to learn more. Support for TLS in tctl and temporal-web is still in-progress.
  2. Simplified workflow execution timeouts. Now all timeouts are optional. Each workflow execution now has 3 timeouts: WorkflowExecutionTimeout, WorkflowRunTimeout, and WorkflowTaskTimeout.
  3. Removed ExpirationInterval from RetryPolicy. Instead WorkflowExecutionTimeout is used to stop retries.
  4. 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

  1. 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.
  2. Stress and Performance testing.

Don't miss a new temporal release

NewReleases is sending notifications on new releases.