Skip to content

v0.21.1 Alpha Release

Compare
Choose a tag to compare
@shawnhathaway shawnhathaway released this 06 Apr 19:40
09a3276

Alpha release for Temporal Server.

Release Highlights

This release adds two fixes:

  1. When using docker, BroadcastAddress can be configured via the TEMPORAL_BROADCAST_ADDRESS environment variable.
  2. When using docker, MYSQL_TX_ISOLATION_COMPAT environment variable can be set as true in order to support setting up schemas with pre-5.7.20 MySQL installations.

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.21.1):

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.