temporal

Temporal service

MIT License

Stars
9.7K
Committers
204

Bot releases are hidden (Show)

temporal - v0.21.1 Alpha Release

Published by shawnhathaway over 4 years ago

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.
temporal - v0.21.0 Alpha Release

Published by samarabbas over 4 years ago

Alpha release for Temporal Server.

Release Highlights

  1. Temporal Web is now supported to work this release
  2. Renamed Domain to Namespace
  3. Simplified getting started experience to have docker pre baked with 'default' namespace
  4. Use standard grpc health service endpoint
  5. Other internal renaming

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.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.
temporal - v0.20.0 Alpha Release

Published by samarabbas over 4 years ago

First alpha release for Temporal Server.

Release Highlights

  1. Service contract is now protobuf over gRPC. Clients should be able to talk to temporal using native gRPC.
  2. Thrift completely removed and protobuf payload goes all the way to database.
  3. Ringpop bootstrap is removed and now cluster is bootstrapped through database.
  4. Configuration cleanup.
  5. Significantly improved SDK experience for both Java and Go.
  6. Many critical fixes to Server, Go and Java SDKs.

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.20.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.
temporal - Last Thrift version

Published by alexshtin over 4 years ago

This is the last release which exposes Thrift endpoints. Use it for old clients and backward compatibility checks.

Package Rankings
Top 0.85% on Proxy.golang.org
Badges
Extracted from project README
Build status Coverage Status Discourse Go Report Card image
Related Projects