# Temporal changelog > A durable-execution platform for writing failure-proof distributed workflows. - Vendor: Temporal Technologies - Category: Developer Tools - Official site: https://temporal.io - Tracked by: What's New (https://whatsnew.fyi/product/temporal) - Harvested from: GitHub (temporalio/temporal) - Entries below: 10 (newest first) What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. ## Releases ### v1.30.6 - Date: 2026-07-08 - Version: v1.30.6 - Original notes: https://github.com/temporalio/temporal/releases/tag/v1.30.6 - Permalink: https://whatsnew.fyi/product/temporal/releases/v1.30.6 - **security** — Address CVE-2026-5724 (MEDIUM severity) ##### What's Changed * Bump Alpine to 3.23.5 in https://github.com/temporalio/temporal/pull/10952 ###### Potential Breaking Change If using authorization with replication setup, set `system.disableStreamingAuthorizer` dynamic config to `true` to opt out from changes in this release and avoid replication traffic connection errors. Check the linked CVE for implications of opting out. ###### **Security** - Addresses [CVE-2026-5724](https://www.cve.org/cverecord?id=CVE-2026-5724), MEDIUM **Full Changelog**: https://github.com/temporalio/temporal/compare/v1.30.5...v1.30.6 ### v1.31.2 - Date: 2026-07-08 - Version: v1.31.2 - Original notes: https://github.com/temporalio/temporal/releases/tag/v1.31.2 - Permalink: https://whatsnew.fyi/product/temporal/releases/v1.31.2 - **security** — Cover replication streaming endpoint with authorization - **security** — Address CVE-2026-5724 - **changed** — Update Alpine to 3.23.5 ##### What's Changed * Bump defaultCliVersion to 1.7.2 for v1.31.1 admin-tools * Cherry-pick #9917, "Cover replication streaming endpoint with authorization" * Update Alpine to 3.23.5 ###### Potential Breaking Change If using authorization with replication setup, set `system.disableStreamingAuthorizer` dynamic config to `true` to opt out from changes in this release and avoid replication traffic connection errors. Check the linked CVE for implications of opting out. ###### **Security** - Addresses [CVE-2026-5724](https://www.cve.org/cverecord?id=CVE-2026-5724), MEDIUM **Full Changelog**: https://github.com/temporalio/temporal/compare/v1.31.1...v1.31.2 ### v1.30.5 - Date: 2026-06-15 - Version: v1.30.5 - Original notes: https://github.com/temporalio/temporal/releases/tag/v1.30.5 - Permalink: https://whatsnew.fyi/product/temporal/releases/v1.30.5 - **fixed** — Combine PostgreSQL Visibility schema upgrades from v1.10 through v1.13 - **added** — PGX SimpleProtocol test suite - **fixed** — Encode duration as bigint for pgx simple protocol - **security** — Bump x/crypto to v0.52.0, x/net to v0.55.0, Go to 1.25.11, and thrift to v0.23.0 - **security** — Drop zlib filter from apk upgrade and bump default CLI to v1.7.2 ##### What's Changed * Cherry-pick: Combine PostgreSQL Visibility schema upgrades from v1.10 through v1.13 (#10371) by @fretz12 in https://github.com/temporalio/temporal/pull/10681 * Cherry-pick: PGX SimpleProtocol test suite (#10198) by @fretz12 in https://github.com/temporalio/temporal/pull/10682 * Cherry-pick: Encode duration as bigint for pgx simple protocol (https://github.com/temporalio/temporal/pull/10529) (https://github.com/temporalio/temporal/pull/10647) by @simvlad * Bump x/crypto v0.52.0, x/net v0.55.0, Go 1.25.11, thrift v0.23.0 (security patch) by @fretz12 in https://github.com/temporalio/temporal/pull/10686 * Drop zlib filter from apk upgrade and bump default CLI to v1.7.2 (security patches) by @fretz12 in https://github.com/temporalio/temporal/pull/10698 * Bump ServerVersion to 1.30.5 by @fretz12 in https://github.com/temporalio/temporal/pull/10687 **Full Changelog**: https://github.com/temporalio/temporal/compare/v1.30.4.1...v1.30.5 ### v1.29.7 - Date: 2026-06-12 - Version: v1.29.7 - Original notes: https://github.com/temporalio/temporal/releases/tag/v1.29.7 - Permalink: https://whatsnew.fyi/product/temporal/releases/v1.29.7 - **security** — Bump x/crypto v0.52.0, x/net v0.55.0, Go 1.25.11, and thrift v0.23.0 - **fixed** — Encode duration as bigint for pgx simple protocol ##### What's Changed * Bump x/crypto v0.52.0, x/net v0.55.0, Go 1.25.11, thrift v0.23.0 (security patch) by @fretz12 in https://github.com/temporalio/temporal/pull/10645 * Cherry-pick: Encode duration as bigint for pgx simple protocol (#10529) by @simvlad in https://github.com/temporalio/temporal/pull/10647 * Bump ServerVersion to 1.29.7 by @fretz12 in https://github.com/temporalio/temporal/pull/10648 **Full Changelog**: https://github.com/temporalio/temporal/compare/v1.29.6.1...v1.29.7 ### v1.31.1 - Date: 2026-06-10 - Version: v1.31.1 - Original notes: https://github.com/temporalio/temporal/releases/tag/v1.31.1 - Permalink: https://whatsnew.fyi/product/temporal/releases/v1.31.1 - **fixed** — Fix search attribute creation race - **changed** — Combine PostgreSQL Visibility schema upgrades from v1.10 through v1.13 - **added** — Add PGX SimpleProtocol test suite - **fixed** — Encode duration as bigint for pgx simple protocol - **fixed** — Remove client cache in RPCFactory - **fixed** — Close stale gRPC connections in downstream client caches - **security** — Bump Go toolchain to 1.26.3, thrift to 0.23.0, cli to 1.7.1 - **security** — Bump x/crypto to v0.52.0, x/net to v0.55.0, Go to 1.26.4 ##### What's Changed * Bump defaultCliVersion to 1.7.0 by @prathyushpv in https://github.com/temporalio/temporal/pull/10126 * Bump Go toolchain to 1.26.3, thrift to 0.23.0, cli to 1.7.1 (security patch) (#10395) by @fretz12 in https://github.com/temporalio/temporal/pull/10470 * Cherry-pick: Fix search attribute creation race (#10057) by @fretz12 in https://github.com/temporalio/temporal/pull/10555 * Cherry-pick: Combine PostgreSQL Visibility schema upgrades from v1.10 through v1.13 (#10371) by @fretz12 in https://github.com/temporalio/temporal/pull/10556 * Cherry-pick: PGX SimpleProtocol test suite (#10198) by @fretz12 in https://github.com/temporalio/temporal/pull/10558 * Cherry-pick: Encode duration as bigint for pgx simple protocol (#10529) by @fretz12 in https://github.com/temporalio/temporal/pull/10557 * Cherry-pick: Remove client cache in RPCFactory (#9277) by @fretz12 in https://github.com/temporalio/temporal/pull/10561 * Cherry-pick: Close stale gRPC connections in downstream client caches (#10250) by @prathyushpv in https://github.com/temporalio/temporal/pull/10601 * Cherry-pick: Bump x/crypto v0.52.0, x/net v0.55.0, Go 1.26.4 (security patch) (#10604) by @fretz12 in https://github.com/temporalio/temporal/pull/10609 * Bump ServerVersion to 1.31.1 by @fretz12 in https://github.com/temporalio/temporal/pull/10516 **Full Changelog**: https://github.com/temporalio/temporal/compare/v1.31.0...v1.31.1 ### v1.29.6.1 - Date: 2026-05-06 - Version: v1.29.6.1 - Original notes: https://github.com/temporalio/temporal/releases/tag/v1.29.6.1 - Permalink: https://whatsnew.fyi/product/temporal/releases/v1.29.6.1 - **changed** — Update dependencies in v1.29.x branch ##### What's Changed * Update dependencies in v1.29.x branch by @rodrigozhou in https://github.com/temporalio/temporal/pull/10031 **Full Changelog**: https://github.com/temporalio/temporal/compare/v1.29.6...v1.29.6.1 ### v1.30.4.1 - Date: 2026-05-01 - Version: v1.30.4.1 - Original notes: https://github.com/temporalio/temporal/releases/tag/v1.30.4.1 - Permalink: https://whatsnew.fyi/product/temporal/releases/v1.30.4.1 - **changed** — Update dependencies in v1.30.x branch - **changed** — Update alpine to v3.23.4 ##### What's Changed * Update dependencies in v1.30.x branch by @rodrigozhou in https://github.com/temporalio/temporal/pull/10030 * Update alpine to v3.23.4 by @rodrigozhou in https://github.com/temporalio/temporal/pull/10068 **Full Changelog**: https://github.com/temporalio/temporal/compare/v1.30.4...v1.30.4.1 ### v1.31.0 - Date: 2026-04-29 - Version: v1.31.0 - Original notes: https://github.com/temporalio/temporal/releases/tag/v1.31.0 - Permalink: https://whatsnew.fyi/product/temporal/releases/v1.31.0 - **added** — Add support for Serverless Workers on AWS Lambda with automatic invocation, scaling, and shutdown via the new Worker Controller Instance (WCI) component - **added** — Add immutable Principal field to workflow history events for server-computed, trustworthy attribution of actions - **added** — Add passwordCommand config option for SQL datastores to enable IAM-based authentication for cloud-managed databases - **added** — Add new current_chasm_executions table in core schema to support CHASM separate archetype ID spaces - **changed** — Update core schema to MySQL v1.19, PostgreSQL v1.19, and SQLite v1.11 - **changed** — Update visibility schema to MySQL v1.14, PostgreSQL v1.14, and Elasticsearch v14 with new TemporalExternalPayloadSizeBytes and TemporalExternalPayloadCount fields - **changed** — Overhaul Nexus error model to enable handlers and operations to convey their own messages - **removed** — Remove Nexus feature flag and enable Nexus by default #### Schema changes > [!WARNING] > Before upgrading your Temporal Cluster to `v1.31.0`, you must upgrade core and visibility schema to the following: - Core: - MySQL schema `v1.19` - PostgreSQL schema `v1.19` - SQLite schema `v1.11` - Visibility: - Elasticsearch schema `v14` - MySQL schema `v1.14` - PostgreSQL schema `v1.14` Please see our [upgrade documentation](https://docs.temporal.io/self-hosted-guide/upgrade-server) for the necessary steps to upgrade your schemas. Please see CHASM section below for more information about the core schema change if you have a custom persistence implementation. ###### Temporal database schema details **MySQL `v1.19`, PostgreSQL `v1.19`, SQLite `v1.11`** — adds a new `current_chasm_executions` table for CHASM separate archetype ID spaces: ```sql CREATE TABLE current_chasm_executions( shard_id, namespace_id, business_id, archetype_id, run_id, create_request_id, state, status, start_version, start_time, last_write_version, data, data_encoding, PRIMARY KEY (shard_id, namespace_id, business_id, archetype_id) ); ``` ###### Visibility schema details **MySQL `v1.14`, PostgreSQL `v1.14`** — adds `TemporalExternalPayloadSizeBytes` and `TemporalExternalPayloadCount` as generated columns with indexes. **Elasticsearch `v14`** — new index template version with `TemporalExternalPayloadSizeBytes` and `TemporalExternalPayloadCount` fields. ###### CHASM persistence schema change (custom persistence implementations only) CHASM framework now supports separate `businessID` spaces for different archetypes and includes corresponding schema changes for SQL core databases. This is achieved by storing multiple current mutable state records in the database, one for each archetype. If you maintain a custom persistence implementation (Cassandra-based or SQL-based), you must update it to support separate `businessID` spaces as well. All current mutable state related persistence requests now include a new `ArchetypeID` field, and your persistence implementation should read or update the current mutable state record for that archetype. Please refer to https://github.com/temporalio/temporal/pull/8907 (Cassandra) or https://github.com/temporalio/temporal/pull/8915 (SQL) for sample changes. --- #### Serverless Workers (pre release) This version of Temporal Server adds support for Serverless Workers. This feature allows Temporal Workers to run on serverless compute platforms - with AWS Lambda being the first supported platform. Temporal can automatically invoke, scale, and gracefully shut down (scaling to zero, if appropriate) Temporal Workers on your behalf based on workload volume and metrics. See the [Serverless Workers documentation](https://docs.temporal.io/serverless-workers) to get started. Invocation is handled by a new server component, the Worker Controller Instance (WCI), which monitors Task Queues and dispatches invocations to a configured compute provider. WCI is disabled by default and must be enabled via the `workercontroller.enabled` dynamic config key. See [Enable the Worker Controller Instance](https://docs.temporal.io/production-deployment/worker-deployments/serverless-workers/self-hosted-setup#enable-worker-controller) for complete configuration instructions. Self-hosted setup requires network reachability from the Lambda execution environment to the Temporal frontend, AWS credentials for the server to assume customer IAM roles, and an IAM role in the target account granting `lambda:GetFunction` and `lambda:InvokeFunction`. See the [self-hosted setup guide](https://docs.temporal.io/production-deployment/worker-deployments/serverless-workers/self-hosted-setup) for full setup instructions. #### Principal Attribution Adds a server-computed, immutable `Principal` field to workflow history events, providing trustworthy attribution for "who did this?". Unlike the client-supplied `identity` field, `Principal` is derived fr _[Truncated at 4000 characters — full notes: https://github.com/temporalio/temporal/releases/tag/v1.31.0]_ ### v1.29.6 - Date: 2026-04-10 - Version: v1.29.6 - Original notes: https://github.com/temporalio/temporal/releases/tag/v1.29.6 - Permalink: https://whatsnew.fyi/product/temporal/releases/v1.29.6 - **security** — Address CVE-2026-5724, MEDIUM severity vulnerability ##### What's Changed ###### Potential Breaking Change If using authorization with replication setup, set `system.disableStreamingAuthorizer` dynamic config to `true` to opt out from changes in this release and avoid replication traffic connection errors. Check the linked CVE for implications of opting out. ###### **Security** - Addresses [CVE-2026-5724](https://www.cve.org/cverecord?id=CVE-2026-5724), MEDIUM **Full Changelog**: https://github.com/temporalio/temporal/compare/v1.29.5...v1.29.6 ###### **Helpful links to get you started with Temporal** [Temporal Docs](https://docs.temporal.io/) [Server](https://github.com/temporalio/temporal) [Helm Chart](https://github.com/temporalio/helm-charts) ###### **Docker images for this release (use the tag `1.29.6`)** [Server](https://hub.docker.com/r/temporalio/server) [Server With Auto Setup](https://hub.docker.com/r/temporalio/auto-setup) ([what is Auto-Setup?](https://docs.temporal.io/blog/auto-setup)) [Admin-Tools](https://hub.docker.com/r/temporalio/admin-tools) ### v1.30.4 - Date: 2026-04-10 - Version: v1.30.4 - Original notes: https://github.com/temporalio/temporal/releases/tag/v1.30.4 - Permalink: https://whatsnew.fyi/product/temporal/releases/v1.30.4 - **security** — Address CVE-2026-5724 (MEDIUM severity) ##### What's Changed ###### Potential Breaking Change If using authorization with replication setup, set `system.disableStreamingAuthorizer` dynamic config to `true` to opt out from changes in this release and avoid replication traffic connection errors. Check the linked CVE for implications of opting out. ###### **Security** - Addresses [CVE-2026-5724](https://www.cve.org/cverecord?id=CVE-2026-5724), MEDIUM **Full Changelog**: https://github.com/temporalio/temporal/compare/v1.30.3...v1.30.4 ###### **Helpful links to get you started with Temporal** [Temporal Docs](https://docs.temporal.io/) [Server](https://github.com/temporalio/temporal) [Helm Chart](https://github.com/temporalio/helm-charts) ###### **Docker images for this release (use the tag `1.30.4`)** [Server](https://hub.docker.com/r/temporalio/server) [Admin-Tools](https://hub.docker.com/r/temporalio/admin-tools)