Skip to content

Releases: temporalio/temporal

v1.14.4

22 Jan 02:22
Compare
Choose a tag to compare

Release Highlights

This release includes minor bug fixes for adding remote cluster. See full list of patches below.

All changes

2022-01-21 - 5f418b9 - Update version checker to 1.14.4
2022-01-21 - 75bf59f - Favor local config value on enable global namespace (#2368)
2022-01-21 - 4dd4432 - Add validation for invalid starttime filter for standard visibility (#2401)
2022-01-21 - 2e94883 - Fix c symbol in caCert variable name (#2397)
2022-01-21 - 2dbf144 - Wire up cluster metadata in start fx DI (#2398)
2022-01-20 - fc9390e - Add logging to matching / history client (#2340)

Details about v1.14.0 release can be found here.

Helpful links to get you started with Temporal

Temporal Docs
Server
Docker Compose
Helm Chart

Docker images for this release (use tag 1.14.4)

Server
Server With Auto Setup (what is Auto-Setup?)
Admin-Tools

v1.14.3

19 Jan 00:43
Compare
Choose a tag to compare

Release Highlights

This release includes a series of fixes:

  • Fixed bugs in history service that could potentially miss tasks in failure mode when history pods are bouncing around.
  • Updated docker config to allow different DB address for main and visibility DB.
  • Support visibility dual write to 2 advanced visibility persistence.
  • Apply trim logic for stale history events to PollWorkflowTaskQueue.

All changes

2022-01-18 - 71c6979 - Update versionChecker for 1.14.3
2022-01-13 - c2124f7 - [Docker build] fix defaults with variables in templates (#2378)
2022-01-12 - 72aba0e - Unload shard if loaded task ID is greater than max transfer ID (#2361)
2022-01-12 - 3c351f2 - [Docker build] add separate visibility env vars for different db instance (#2362)
2022-01-12 - 319861d - Support visibility dual write to different ES indices (#2359)
2022-01-12 - 2457d11 - Check max taskID instead of max read level when process task (#2371)
2022-01-12 - 1a3cf49 - Include more API to Cassandra read after write inconsistency protection (#2366)

Details about v1.14.0 release can be found here.

Helpful links to get you started with Temporal

Temporal Docs
Server
Docker Compose
Helm Chart

Docker images for this release (use tag 1.14.3)

Server
Server With Auto Setup (what is Auto-Setup?)
Admin-Tools

v1.13.3

12 Jan 23:10
Compare
Choose a tag to compare

Release Highlights

This release includes hotfixes for matching service when dealing with large number of low traffic task queues.
See detailed change list below.

All changes

2022-01-12 - c0436c8 - Update versionChecker to 1.13.3
2022-01-12 - 429291f - Move ackLevel past gaps in task ids (#2281)

Details about v1.13.0 release can be found here.

Helpful links to get you started with Temporal

Temporal Docs
Server
Docker Compose
Helm Chart

Docker images for this release (use tag 1.13.3)

Server
Server With Auto Setup
Admin-Tools

v1.14.2

11 Jan 00:31
Compare
Choose a tag to compare

Release Highlights

This release contains bug that could potentially lose tasks in failure scenario when history pods are not stable and keep bouncing between multiple nodes. Please upgrade to latest patch release 1.14.3 or later.

This release includes a series of fixes:

  • Disallow marking activity as cancelled without activity being request cancelled first
  • Fix incorrect LRU cache eviction behavior
  • Detect stale cache when RecordChildExecutionCompleted
  • Eagerly unload shard when ownership is lost

All changes

2022-01-10 - b535b87 - Update CLI and ServerVersion in version checker for v1.14.2
2022-01-07 - 9ca8598 - Detecting stale cache when RecordChildExecutionCompleted (#2354)
2022-01-07 - 94b29c3 - Disallow marking activity as cancelled without activity being request cancelled first (#2344)
2022-01-07 - 80cd5f5 - Fix LRU cache eviction behavior (#2353)
2022-01-07 - 5efdf07 - Unload shard when ownership lost (#2355)

Details about v1.14.0 release can be found here.

Helpful links to get you started with Temporal

Temporal Docs
Server
Docker Compose
Helm Chart

Docker images for this release (use tag 1.14.2)

Server
Server With Auto Setup (what is Auto-Setup?)
Admin-Tools

v1.14.1

21 Dec 05:10
f7abe2d
Compare
Choose a tag to compare

Release Highlights

This release contains a bug that could potentially lose tasks in failure scenario when history pods are not stable and keep bouncing between multiple nodes. Please upgrade to latest patch release 1.14.3 or later.

This release includes a hotfix for persistence stability at high loads.

All changes

2021-12-14 - baf3b94 - Use persistence config consistency for schema version check (#2291)
2021-12-20 - f9c1eba - Revert persistence rate limit error type (#2312) (#2315)
2021-12-20 - f7abe2d - Update CLI and Server versions in version checker (#2317)

Details about v1.14.0 release can be found here.

Helpful links to get you started with Temporal

Temporal Docs
Server
Docker Compose
Helm Chart

Docker images for this release (use tag 1.14.1)

Server
Server With Auto Setup (what is Auto-Setup?)
Admin-Tools

v1.13.2

21 Dec 04:50
5fee171
Compare
Choose a tag to compare

Release Highlights

This release includes a hotfix for persistence stability at high loads.

All changes

2021-12-20 - ce005f6 - Revert persistence rate limit error type (#2312) (#2314)
2021-12-20 - 5fee171 - Update CLI and Server versions in version checker (#2316)

Details about v1.13.0 release can be found here.

Helpful links to get you started with Temporal

Temporal Docs
Server
Docker Compose
Helm Chart

Docker images for this release (use tag 1.13.2)

Server
Server With Auto Setup
Admin-Tools

v1.14.0

14 Dec 04:54
Compare
Choose a tag to compare

Schema changes

This release contains a bug that could potentially lose tasks in failure scenario when history pods are not stable and keep bouncing between multiple nodes. Please upgrade to latest patch release 1.14.3 or later.

Before upgrading to your Temporal Cluster to this release 1.14, you must upgrade your storage schema version to the following:

  • MySQL schema version 1.7
  • PostgreSQL schema version 1.7
  • Cassandra schema version 1.6

Use the Schema Upgrade Tool to upgrade your schema version.
How to use the Schema Upgrade Tool: https://docs.temporal.io/docs/server/versions-and-dependencies/#upgrade-your-version-of-temporal.

Note that schema version is NOT the same as the storage type (database) version, see “Latest SQL database support” below.

tctl

  • tctl batch - Added a flag to limit amount of goroutines: --concurrency.
  • tctl admin - Removed direct database connection and switched to Admin API. Removed flags related to database connection.
  • Added a cluster command to upsert or remove remote cluster. This feature is still in development and may change in future release.
  • Renamed --min/max_read_level flag to --min/max_task_id when listing cluster tasks.
  • tctl namespace - Added a flag to promote a local namespace to a global namespace: --promote-namespace.
  • Removed commands related to Elasticsearch.
  • Removed cluster metadata command.

Metrics

  • Added option to configure histogram buckets per unit type (milliseconds, bytes, dimensionless). Existing metrics now have assigned relevant unit types. Example.
  • Added config option to exclude reported metric tags. Example.
  • Upgraded uber-go/Tally to v4.0.1.
  • Upgraded opentelemetry version to v1.1.0.

Latest SQL database support

  • Latest version of MySQL and PostgreSQL were tested. Temporal now officially supports MySQL 8 starting from version 8.0.19 and PostgreSQL 13 starting from version 13.5.

Multi-Cluster

  • Cluster metadata definition is migrating from application static config file to a new DB table. Cluster metadata will be initialized once when the service first starts up. Future remote cluster metadata modifications need to be done via tctl admin cluster tool. Example.

Other

  • Server will fail to start if dynamic config is malformed. Previously, default config was used if errors occurred.
  • Upgraded golang to 1.17.
  • Added safety check for empty JWT source URIs.
  • Added Handover ReplicationState for graceful failover. This feature is still in development and will change in a future release.

Improvements/Fixes

  • Fix unexpected matching GetTasks call growth on low-traffic task queues.
  • Reduced overhead due to unloading history shards during short database unavailability.
  • Limited Elasticsearch document _id to 512 bytes (#2112).

Internal refactoring

  • Adopted uber/fx for server initialization and dependency injection.

All changes

2021-12-13 - 074d8ebb1 - Fix rollup metrics aggregation (#2298)
2021-12-10 - 29e81571b - New future implementation (#2265)
2021-12-09 - f684386fe - Rename simpleStore to standardStore (#2278)
2021-12-09 - 7feb6b3a5 - Replication handover state (#2280)
2021-12-09 - 2eaadeaad - Move ackLevel past gaps in task ids (#2281)
2021-12-08 - c4976c9ea - Only update maxReadLevel after successful re-acquire of shard (#2272)
2021-12-08 - 0e844bc3b - Add additional UTF-8 validation (#2276)
2021-12-07 - 88c6eb5d7 - patch tally histogram (#2270)
2021-12-06 - f430f8573 - Stop server start up on malformed dynamic config (#2268)
2021-12-06 - be0df0d3e - Use correct histogram type for dimensionless (#2264)
2021-12-06 - 93de50aa4 - Add custom buckets to rollup metrics (#2266)
2021-12-06 - 3f4de5243 - Fix Elasticsearch bulk processor metrics units (#2267)
2021-12-03 - beb9a5a15 - Remove namespace APIs from adminservice (#2261)
2021-12-03 - 8a409cd25 - Add option to configure per metric unit histogram buckets. (#2251)
2021-12-03 - 827c92225 - Fix flaky TestVisibility (#2259)
2021-12-03 - 3e19fff5c - Fix batcher (#2260)
2021-12-02 - f338d10d1 - Remove DB record version config (#2253)
2021-12-02 - afc775a7b - Fix onebox worker shutdown (#2255)
2021-12-02 - 822eed7f5 - handover workflow (#2258)
2021-12-02 - 725730697 - Use history event as signal payload data (#2254)
2021-12-02 - 68498e122 - Remove --state from namespace update command (#2257)
2021-12-02 - 27c97af32 - Add shard lifetime context (#2218)
2021-12-02 - 06bd292b5 - Add UpdateNamespace tests for DELETED namespace state (#2185)
2021-12-01 - c9315c3e4 - Add dedicated persistence execution mutable state integration tests (#2244)
2021-12-01 - c099c7963 - Support limited list workflow queries for standard  visibility (#2197)
2021-12-01 - aa17a4aba - Matching cleanup (#2246)
2021-12-01 - 873f28085 - Add handover namespaces to GetReplicationStatus response (#2248)
2021-12-01 - 815bfd7d0 - Fix error messages (#2247)
2021-12-01 - 799a3c1e3 - Inserted retries to avoid flaky persistence (#2232)
2021-12-01 - 4f28e32b4 - Add dedicated persistence execution mutable state integration tests (#2245)
2021-12-01 - 2a47cdf0e - Replace ldflags with go:embed (#2085)
2021-12-01 - 0d9fcd3eb - Deprecate static cluster metadata (#2231)
2021-11-30 - d49000975 - Upgrade golang to 1.17.3 (#2240)
2021-11-30 - be7482878 - Add dedicated persistence execution mutable state integration tests (#2241)
2021-11-30 - b5e343cea - Remove resource.Resource from temporal services (#2229)
2021-11-30 - 4a4cc58b4 - Add Makefile targets for arm64 (#2201)
2021-11-30 - 1edb0a6b1 - Add dedicated persistence execution mutable state integration tests (#2242)
2021-11-30 - 171d228fc - Remove duplicated history size from execution info (#2239)
2021-11-29 - f888c2840 - Namespace Handover (#2228)
2021-11-29 - a1a237022 - Fix forward / backward compatibility issue (#2237)
2021-11-29 - 6daf3b6fb - Remove unnecessary CreateWorkflowModeContinueAsNew mode (#2235)
2021-11-29 - 6c139012d - Fix ParentClosePolicy not respected cross-namespace (#2224)
2021-11-29 - 1c52e90b6 - Remove unnecessary start version from current execution table (#2236)
2021-11-24 - e741533d4 - Add testhelper package to create temp file and dir (#2214)
2021-11-24 - a0e896524 - Add interleaved weighted round robin scheduler (#2209)
2021-11-24 - 876f75ce7 - Introduce dynamic cluster metadata component (#2208)
2021-11-24 - 182195552 - Namespace state update fix (#2227)
2021-11-24 - 0f2da592b - Add enable remote connection tctl (#2213)
2021-11-24 - 0baca26c8 - Use proper logger for worker service (#2226)
2021-11-23 - fc4024331 - Switch to Admin API in tctl list task queue tasks (#2222)
2021-11-23 - c3fdcb813 - Extract common struct for service provider args (#2223)
2021-11-23 - 90e89dd7c - Create admin API to list shard tasks (#2200)
2021-11-23 - 78acd4d7b - Use context for shard acquisition timeout (#2219)
2021-11-23 - 769b69f41 - Switch to admin API in tctl list shard tasks by category (#2217)
2021-11-23 - 6c86649b9 - Create admin API to get task queue tasks (#2221)
2021-11-23 - 1bbc3fbd7 - Refactor tctl admin show workflow raw history, switch to admin API (#2225)
2021-11-22 - 69959bc5e - Allow namespace state update (#2220)
2021-11-22 - 17b9d4cae - Pin MySQL version to 8.0.19 (#2210)
2021-11-19 - c9579c2ef - Handle missing metrics config (#2205)
2021-11-19 - c24eaa4be - Add List Cluster Metadata API (#2206)
2021-11-19 - 67da8a3b9 - Use gopkg.in/yaml.v3 instead of v2 (#2203)
2021-11-19 - 21531bab5 - Cleanup serverOptions depency and add server metrics client (#2187)
2021-11-19 - 1dd76d3f7 - Wait replications (#2202)
2021-11-18 - e5740fa22 - Use t.Setenv function to set env in unit tests (#2196)
2021-11-18 - 66780893b - Update development environment to MySQL 8.0 (#2193)
2021-11-18 - 6257ac319 - Change shard persistence interface to get-or-create (#2199)
2021-11-18 - 590d9dc98 - Implement GetReplicationStatus (#2195)
2021-11-18 - 39bd317c7 - Update development environment to PostgreSQL 13.5 (#2194)
2021-11-18 - 2eb40fe73 - Add fan out to history client for GetReplicationStatus (#2198)
2021-11-18 - 00cb5194c - Add tiered storage queue processor (#2189)
2021-11-17 - ca556868a - Add GetReplicationStatus to history service (#2186)
2021-11-17 - 9a4982999 - Remove Elasticsearch admin commands (#2181)
2021-11-17 - 14fe930b3 - Switch to admin API in tctl register namespace (#2176)
2021-11-16 - e6757b9ed - Add try lock APIs to priority mutex (#2183)
2021-11-16 - de83ad266 - Add NamespaceValidator interceptor (#2169)
2021-11-16 - 407184d92 - Add IsLocked to priority mutex (#2180)
2021-11-16 - 196b57afc - Create admin API to update namespace (#2182)
2021-11-15 - b9b0615a5 - Create admin API to register namespace (#2175)
2021-11-15 - 58e380a9e - Make cluster metadata schema backward compatible (#2177)
2021-11-15 - 58af5da4d - Header support for signals and queries (#2149)
2021-11-15 - 43ac47ffb - Report acked replication task timestamp (#2173)
2021-11-15 - 170bde6ac - Use admin API for tctl list cluster members (#2162)
2021-11-14 - 6bfe955d7 - Support concurrency flag in the tctl batch command (#2168)
2021-11-12 - f1cbac2de - Disable fx logs (#2091)
2021-11-12 - b9edf16e6 - Create admin API to list namespaces (#2170)
2021-11-12 - a439a679e - Wire up cluster metadata APIs (#2174)
2021-11-12 - 5d6bb62b1 - Update opentelemetry version and add gauge cache. (#2161)
2021-11-12 - 59c571530 - Use admin API for tctl list namespaces (#2171)
2021-11-12 - 519b...
Read more

v1.13.1

04 Nov 01:27
@dnr dnr
Compare
Choose a tag to compare

Release Highlights

This release includes a hotfix for long Elasticsearch document _id field values. You don't need to upgrade if your Workflow Ids are shorter than 475 bytes.

2021-10-28 - fc42218 - Limit Elasticsearch document _id to 512 bytes (#2112)

Details about v1.13.0 release can be found here.

Helpful links to get you started with Temporal

Temporal Docs
Server
Docker Compose
Helm Chart

Docker images for this release (use tag 1.13.1)

Server
Server With Auto Setup
Admin-Tools

v1.13.0

29 Oct 20:12
@dnr dnr
6cbfa2a
Compare
Choose a tag to compare

Release Highlights

This release does not includes any schema changes.

Notable changes

Expose Closed status of Temporal Cron Workflow Executions and Workflow Executions that retry

Previously Temporal Cron Workflow Executions and Workflow Executions that retried always ended with a "Continued-As-New" status, now they have a final event like any other, with a "Completed" or "Failed" or "Timed out" status. If you have code that depends on the "Continued-As-New" status you'll need to update it.

Custom search attributes changes

String search attribute type was renamed to Text to better reflect its nature and match Elasticsearch type. String is still supported as deprecated alias to Text and will be removed.

Visibility changes

Many small improvements and bug fixes in visibility.

The docker container now runs as a non-root user

You should make sure you're using https://github.com/temporalio/helm-charts/releases/tag/v1.13.0 which contains a corresponding change to the Kubernetes securityContext.

Dynamic config validator

If dynamic config is malformed an error message will be written to the log. In the next version, a malformed dynamic config will prevent the server from starting. If you see error message about dynamic config, please fix it.

SQLite persistence

Many thanks to Jacob LeGrone (DataDog) for his contribution of the SQLite driver (#1968, #2029). NOTE: The SQLite driver is still under development.

Metrics

  • Added task_schedule_to_start_latency metric.

Bug fixes

  • Correctly set shard ID when range complete replication tasks (#2056)
  • Correctly set last event task ID as part of events replication (#2055)
  • Fix match task queue rate calculation issue (#1910)

All changes

2021-10-20 - 6cbfa2a - Avoid acquiring shared lock recursively (#2076)
2021-10-18 - 92081a5 - Handle case of empty string CAs in TLS config (#2063)
2021-10-18 - 87a89e6 - Adding snipsync wrappers to setup commands (#2051)
2021-10-18 - 83c060a - Remove read-through from namespace.Registry (#2066)
2021-10-18 - 7f6a954 - Rename INDEXED_VALUE_TYPE_STRING to INDEXED_VALUE_TYPE_TEXT (#2061)
2021-10-18 - 7c83fa4 - Avoid generating empty string in tls cert array (#2064)
2021-10-18 - 077d39c - Remove awk dependency in auto-setup.sh (#2068)
2021-10-15 - f955633 - Make shard info to 0 unix nano time, instead of default time.Time (#2052)
2021-10-15 - c121a7d - Correctly set shard ID when range complete replication tasks (#2056)
2021-10-15 - 1d7b63b - Added php and typescript sdks to supportedClients (#2058)
2021-10-14 - 13fef8a - Correctly set last event task ID as part of events replication (#2055)
2021-10-14 - 10df97b - Adding temporal-cla and update link (#2053)
2021-10-14 - 0a92fc6 - Sync Elasticsearch index create script between Makefile and auto-setup.sh (#2047)
2021-10-14 - 043c974 - add optional explicit ForceTLS option to ClientTLS config (#2036)
2021-10-13 - 861df80 - Unify workflow completion metrics (#2050)
2021-10-12 - cbe6c18 - Add metrics for workflow_continued_as_new counter (#2048)
2021-10-12 - c18e7cc - Use uber/fx to init worker service (#2041)
2021-10-12 - 4c2fa17 - Remove duplicate code (#2046)
2021-10-12 - 467e529 - Persistence rate limit error (#2049)
2021-10-12 - 1a811e0 - Refactor visibility manager (#2045)
2021-10-11 - 4ee9768 - Use time.Unix(0, 0) instead of time.Time (#2044)
2021-10-11 - 00f8c7c - Use Match query instead of MatchPhrase for Elasticsearch (#2037)
2021-10-09 - e08cd05 - Revert "Use uber/fx to init worker service (#2032)" (#2039)
2021-10-08 - f687b5b - Use time.Unix(0, 0) instead of time.Time (#2038)
2021-10-08 - a364998 - Use uber/fx to init worker service (#2032)
2021-10-08 - 86d715f - Fix buffered query timeout issue (#2033)
2021-10-08 - 53f438a - Use uber/fx to init frontend (#2023)
2021-10-08 - 3e5196b - Log error message during server startup if dynamic config is misconfigured (#2019)
2021-10-08 - 08b4871 - Add schema setup and namespace registration utilities for SQLite (#2029)
2021-10-07 - fdea070 - Remove video.png (#2028)
2021-10-07 - b621a65 - Convert namespace.Registry to read-through (#2020)
2021-10-07 - 99355bf - Bump Web to v1.12.0 (#2031)
2021-10-07 - 6848bf1 - Remove unused field (#2027)
2021-10-07 - 25fec58 - Use di for matching integration tests (#2024)
2021-10-05 - ad4dc3f - Remove task polling recursion (#2022)
2021-10-04 - bf2e5a6 - Remove namespace/ dependence on cluster metadata (#2011)
2021-10-04 - 2c52fd6 - Increase add-search-attributes tctl admin command timeout to 30s (#2021)
2021-10-04 - 25f551b - Separate Cassandra persistence related structs (#2016)
2021-10-04 - 06b8637 - Namespace type renames (#2018)
2021-10-03 - 8fdc899 - Escape password in connection url (#2015)
2021-10-01 - fd4e2ca - Use DI for matching service initialization (#1995)
2021-10-01 - f831481 - Fix bulk processor NPE (#2013)
2021-10-01 - e80e8c1 - unlimited MaxConnectionAge (#1998)
2021-10-01 - d9bc815 - Make compare function easy to use for task key (#2008)
2021-10-01 - c7b568e - Allow setting workflow run timeout in tctl (#2009)
2021-10-01 - 531cc96 - Use StartedIdentity as LastWorkerIdentity for PendingActivity if no retry (#2007)
2021-10-01 - 3779998 - Fix elasticsearch_bulk_processor_wait_add_latency metric (#2012)
2021-10-01 - 27e9ff2 - Namespace Cache refactor to take advantage of immutability (#2006)
2021-10-01 - 16b1266 - Revert "unlimited MaxConnectionAge (#1998)" (#2010)
2021-09-30 - fff6fbb - Add elasticsearch_bulk_processor_duplicate_request metric (#2003)
2021-09-30 - f5ad4da - Add SDK commands sequence validation (#1993)
2021-09-30 - e0eb82d - Use DI to inject new cache provider (#1997)
2021-09-30 - dc4cd74 - Remove namespace.CacheEntry.GetInfo() (#2000)
2021-09-30 - 6d8338a - Remove advanced visibility specific errors (#2002)
2021-09-30 - 6120b46 - Remove namespace.CacheEntry.GetConfig() (#1991)
2021-09-30 - 57985cb - Improve mapper tests and comment message (#2005)
2021-09-30 - 45a3b79 - Correctly set non timer task key (#2004)
2021-09-30 - 26882f1 - Remove cache.Cache from workflow.Cache (#2001)
2021-09-29 - ae8c797 - Remove CacheEntry.GetReplicationConfig (#1976)
2021-09-29 - 8df4cc8 - Improve message on injected errors (#1973)
2021-09-29 - 64ef4e2 - Add SQLite storage driver (#1968)
2021-09-29 - 3f29b8f - Add workflow identifier to all tasks (#1989)
2021-09-29 - 2e8f38e - Make workflow.Cache interface (#1990)
2021-09-27 - f31bc0b - Unify task serialization / deserialization (#1985)
2021-09-27 - bcf518b - Utilize task serialization / deserialization util (#1987)
2021-09-27 - ab32caf - Add persistence/visibility store info to GetClusterInfo (#1984)
2021-09-27 - a63db66 - Improve invalid search attribute error message (#1986)
2021-09-27 - 7af4d65 - Move task definition from persistence layer to business logic layer (#1983)
2021-09-27 - 180db92 - Update proto submodule (#1982)
2021-09-24 - f0d4f89 - Make new events for retry compatible with older SDK versions (#1949)
2021-09-24 - c7994e2 - Reorganize go.mod file to follow 1.17 convention (#1974)
2021-09-24 - 60a6a61 - Add feature flag to enable Ringpop TLS (#1967)
2021-09-24 - 57938c2 - Initialize resource via DI (#1970)
2021-09-24 - 07cae17 - Add more details to invalid command attributes error (#1978)
2021-09-23 - ed49957 - Update dashboards (#1969)
2021-09-23 - cc1370f - Remove default page size from Elasticsearch visibility store (#1971)
2021-09-23 - a38dbd1 - Use internode mTLS for ringpop (#1902)
2021-09-23 - 3f1aaa2 - Convert Elasticsearch BadRequest error to InvalidArgument error (#1573)
2021-09-23 - 0652f41 - Set timeout for all Elasticsearch read calls (#1972)
2021-09-22 - d79e558 - Return memo serialization error instead of logging (#1948)
2021-09-22 - d23e605 - Construct history.Service via DI (#1964)
2021-09-22 - 81db9bf - Add more metrics for mutable state update (#1960)
2021-09-22 - 6356d64 - Move Elasticsearch client config to elasticsearch/client package (#1950)
2021-09-22 - 3cd9567 - Plumb fault injection for use in integration tests (#1957)
2021-09-22 - 302d03b - Revert "Remove deprecated metrics config code as per release 1.11 note (#1959)" (#1961)
2021-09-22 - 220795c - Integrate dashboards submodule (#1965)
2021-09-21 - f769507 - Move SearchAttributesManager to searchattribute package (#1953)
2021-09-21 - f2c216c - Consistent TaskQueueManager fatal signaling (#1933)
2021-09-21 - b20a256 - Make ResilientSyncMatch the default behavior (#1955)
2021-09-21 - 923a45c - Remove standard logger dependency (#1951)
2021-09-21 - 8dfbb74 - Clean up worker README (#1954)
2021-09-21 - 67b416c - Use internal error to indicate code bug / contract breach (#1958)
2021-09-21 - 584f282 - Don't refresh search attributes cache if database is down (#1956)
2021-09-21 - 183739d - Remove deprecated metrics config code as per release 1.11 note (#1959)
2021-09-20 - d9162f3 - Fix coverage profile generator (#1947)
2021-09-20 - d6c9b4a - Add custom logger option to schema tool (#1943)
2021-09-20 - ce4f036 - Use internal error to indicate code bug / contract breach (#1945)
2021-09-20 - 5839393 - Refactor visibility stores and managers (#1942)
2021-09-20 - 1ec6e9f - Ignore goveralls exit code (#1946)
2021-09-17 - ddb37af - Use persistence mutable state mutation / snapshot binary size util (#1935)
2021-09-17 - 8b71d20 - Remove deprecated history events from mutable state (#1937)
2021-09-17 - 08a15e3 - Fix comments for NewExecutionStore (#1939)
2021-09-16 - c73460c - Always return nil value for NextPageToken if there are no more pages (#1936)
2021-09-16 - 8b1993b - Use internal error to indicate code bug / contr...

Read more

v1.12.4

29 Oct 19:42
Compare
Choose a tag to compare

Release Highlights

This release includes hotfix for the long Elasticsearch document _id field value. You don't need to upgrade if your Workflow Ids are shorter that 475 bytes.

2021-10-28 - fc42218 - Limit Elasticsearch document _id to 512 bytes (#2112)

Details about v1.12.0 release can be found here.

Helpful links to get you started with Temporal

Temporal Docs
Server
Docker Compose
Helm Chart

Docker images for this release (use tag 1.12.4)

Server
Server With Auto Setup
CLI (tctl)
Admin-Tools