Change Log

November 18, 2024

Rollout of APS rate limiting.

November 12, 2024

Resource-based worker auto-tuning now in Public Preview.

October 21, 2024

Temporal CLI v1.1.1 is now available.

October 21, 2024

Update-with-start now available in Pre-release in Go and Java.

October 18, 2024

Temporal Ruby SDK v0.2.0 in Alpha.

October 15, 2024

Nexus enables durable executions across teams and clouds with modular APIs. Key updates include Update-With-Start for combining Workflow requests, Workflow Init for handling input arguments, and support for user metadata and memo updates.

October 14, 2024

Users managing Temporal Cloud through Terraform can now Create and manage API Keys, Create and Manage Service Accounts, and Create and Manage Namespaces that use API Key Authentication

October 10, 2024

New @workflow.init decorator allows __init__ to receive the workflow arguments

September 27, 2024

The Cloud Ops API and Go SDK now provide access to a Usage API

September 16, 2024

Version v1.1.0 introduces the Temporal Nexus suite for connecting durable executions across boundaries. The workflow update command is renamed to workflow update execute, with new subcommands start, result, and describe. Server updated to v1.25.0.

September 12, 2024

Announcing Worker Auto-Tuning. This feature allows Workers to scale up to the maximum bounds of CPU and Memory of the underlying compute node you are running Workers in.

September 11, 2024

We just launched the Finance Admin role, a new account-level role.

August 29, 2024

We've launched a major update to the Event History timeline. This new view handles large event histories better and offers clearer insights into your workflow.

August 28, 2024

We've just rolled out a new Billing page that improves cost transparency for our customers. This will make it easier for them to track spending, review invoices, view remaining credits, and manage Stripe payments.

August 20, 2024

Announcing Service Accounts and API Keys for Namespace Auth for SSU users. Public docs is available to help you get started: Service Accounts: Manage non-human user accounts securely. API Keys: Securely authenticate client connections to namespaces.

August 12, 2024

GCP is now in pre-release

August 6, 2024

The v1.0.0 release of the Temporal CLI officially launches with features for workflow execution, activity management, and system administration via the command line. It includes improvements in auto-completion, error handling, and documentation.

July 22, 2024

This update adds typed search attributes, enhances HTTP/2 keep-alive, and includes fixes for workflow updates, deterministic map iteration, and activity/workflow mock collisions.

July 19, 2024

This update introduces Nexus functionality for testing. It includes a flattened event detail view for workflows, tweaks server start-up text, and fixes a nil dereference issue when the env file can't be parsed. ⚠️ Not for production use.

July 17, 2024

Fixes a bug where workflow_failedmetric may not be incremented if the workflow fails do to a NonDeterministicException.