From 805833c3d92dcd59843bfaefd6d3d3ef7cc0d92a Mon Sep 17 00:00:00 2001 From: Quinn Klassen Date: Thu, 24 Oct 2024 10:09:36 -0700 Subject: [PATCH] Release v1.26.1 (#2293) --- releases/v1.26.1 | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 releases/v1.26.1 diff --git a/releases/v1.26.1 b/releases/v1.26.1 new file mode 100644 index 000000000..dbd259008 --- /dev/null +++ b/releases/v1.26.1 @@ -0,0 +1,24 @@ +# Bugfixes + +## Update With Start +* Fixed a issue where Workflow inputs were not being sent properly when using `WorkflowClient.updateWithStart`. +* Fixed a issue where `WorkflowClient.updateWithStart` would fail if used with an `UpdateWithStartWorkflowOperation` created with an update name. + +## Nexus +* Fixed a issue where the Operations parameter type was not being properly sent to the `DataConverter`. +* Fixed an exception being thrown if a `null` result was returned from a sync handlers. +* Fixed a bug where the time skipping test server would instantly timeout an operation if not timeout was set. + +# What's Changed + +2024-10-16 - acfadbfd - Avoid spamming retries in nexusOperationApplicationFailureFailureConversion (#2272) +2024-10-16 - eb64ec3e - Fix code coverage (#2275) +2024-10-17 - 25f55366 - Fix Null pointer exception on passing empty search attribute (#2277) +2024-10-21 - 0ce1d6ec - Bump edge test dependencies (#2279) +2024-10-21 - 301e1290 - Fix test server operation timeout (#2282) +2024-10-21 - ac3526b7 - Avoid warning from un-accessed operation promise (#2280) +2024-10-22 - 34106777 - Fix UpdateWithStart untyped operation (#2288) +2024-10-22 - 7bcade2c - Fix UpdateWithStart workflow args (#2286) +2024-10-24 - 27d998af - Add failure_reason to nexus_task_execution_failed (#2274) +2024-10-24 - 93e30d7f - Avoid SyncOperationTimeoutTest spamming the test server (#2292) +2024-10-24 - b8c4b7bf - Fix proto decoding in a Nexus Operation (#2281)