Skip to main content

10 docs tagged with "Versioning"

View all tags

Patching

This Encyclopedia page provides an in-depth explanation of what happens during Workflow Patching

Versioning - .NET SDK

Use the .NET SDK Patching API to safely deploy new code versions, handle deprecated patches, and manage Workflow activities using Temporal for long-running tasks.

Versioning - Go SDK

Temporal's Go SDK ensures Workflow determinism through Patching APIs and Worker Versioning. Update Workflow code without causing non-deterministic issues, understand versioning best practices, and use dynamic configuration parameters for seamless updating of long-running Workflows.

Versioning - Java SDK

The Temporal Platform ensures deterministic Workflow code, offering versioning features in the Java SDK with Workflow Patching APIs and Worker Build Ids for efficient updates.

Versioning - Python SDK

Ensure deterministic Temporal Workflow execution and safely deploy updates using the Python SDK's patching and Worker Versioning APIs, for scalable long-running Workflows.

Versioning - Ruby SDK

Use the Ruby SDK Patching API to safely deploy new code versions, handle deprecated patches, and manage Workflow activities using Temporal for long-running tasks.

Versioning - TypeScript SDK

Temporal TypeScript SDK ensures deterministic Workflow code with versioning features like Workflow Patching APIs, Worker Build IDs, and Workflow migration strategies.

Worker Versioning

Learn the concepts behind Worker Versioning and the details behind how it works.