Alpha release for Temporal Server.
Release Highlights
This release adds two fixes:
- When using docker,
BroadcastAddress
can be configured via theTEMPORAL_BROADCAST_ADDRESS
environment variable. - When using docker,
MYSQL_TX_ISOLATION_COMPAT
environment variable can be set astrue
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
- 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.