Skip to content

Commit

Permalink
Release v1.26.1 (#2293)
Browse files Browse the repository at this point in the history
  • Loading branch information
Quinn-With-Two-Ns authored Oct 24, 2024
1 parent 27d998a commit 805833c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions releases/v1.26.1
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 805833c

Please sign in to comment.