Server Changelog
Serverless Workers for Google Cloud Run allows Temporal to control the scaling of Worker Pools in Cloud Run, allowing for direct responses to available work and more efficient autoscaling.
Serverless Workers for AWS Lambda allows Temporal to control the scaling and lifecycle of Workers running as Lambda functions, enabling direct responses to available work and automatic autoscaling without any infrastructure to manage.
May 14, 2026
We're excited to announce that the fully-featured Temporal Rust SDK is in public preview.
Task Queue Priority & Fairness are now Generally Available. No more custom logic or queueing systems — you can manage it all with Temporal.
The Temporal Worker Controller is now Generally Available. It's now even easier for teams utilizing K8s to manage the entire lifecycle of their Temporal workers: deployment, versioning, tuning, and scaling.
Improve accountability and traceability for Workflow Executions with Principal attribution. Now in pre-release for both Cloud and Self-hosted users.
April 8, 2026
Users can now offload large payloads to external storage providers and pass small token references through the Event History instead.
Worker Versioning is now in GA with Upgrade on Continue-as-New and Worker Controller Autoscaling entering Public Preview
Environment Configuration is now Generally Available
Environment Config is in Public Preview
Worker Versioning is now in Public Preview! This allows you to confidently deploy new changes to the Workflows running on your Workers without breaking them. Temporal enables this by helping you manage different builds or versions.
We’re excited to announce a new integration between Temporal Cloud and Datadog, designed to transform how developers monitor and optimize their Temporal Workflows.
We’re thrilled to announce the availability of the Temporal Worker scaler in the latest version of KEDA (v2.17.0), a Kubernetes-based Event-Driven Autoscaling component.
March 5, 2025
Temporal Nexus is now generally available!
March 3, 2025
Check out these new capabilities announced at Replay 2025!
March 3, 2025
Announcing our migration tooling for seamless transitions from self-hosted Temporal instances to Temporal Cloud, now in Pre-release.
January 16, 2025
The Activity Operability Pre-release adds CLI tools to pause, unpause, reset, and update workflow activities, improving issue management. It’s a pre-release, and feedback is welcomed for future updates.
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.
July 9, 2024
Add retry for grpc call