Change Log

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.

July 16, 2024

This update fixes an issue where clients were created without a prefixed metric meter, prevents the propagation of cancellations from non-cancellable scopes to child workflows, and includes updated dependencies to improve overall system stability.

July 9, 2024

Add retry for grpc call

July 8, 2024

This patch release reverts "Slot Auto-Tuning" support as it was causing a regression in local activity slot management and metrics.

July 8, 2024

Normalize CA strings before comparing them in plans Changed description of the allow_insecure option to mention it is only for testing. Added retry support into our client, so that the provider can work gracefully with our rate limits.

July 8, 2024

Updated UI for JSON downloads in event history, now offering three options to enhance clarity and flexibility, available in both Temporal Cloud and OSS (v2.28.0).

July 8, 2024

Added a blank line above "Results" in workflow show, fixed commit rule confirmation message, improved dev-server handling of IPv6, updated UI module for versioning pre-release, and fixed marshaling of payloads with null values.

July 5, 2024

Fixed Child Workflow Task Queue inheritance, adjusted EncodedValues to return null if Payloads is empty, improved Data Converters for binary/protobuf decoding, and resolved issues with empty workflow IDs and child workflow signaling when continued as new.

July 3, 2024

Temporal UI now supports a new Night Mode theme.