-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
27d998a
commit 805833c
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |