File tree 1 file changed +24
-0
lines changed
1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Bugfixes
2
+
3
+ ## Update With Start
4
+ * Fixed a issue where Workflow inputs were not being sent properly when using `WorkflowClient.updateWithStart`.
5
+ * Fixed a issue where `WorkflowClient.updateWithStart` would fail if used with an `UpdateWithStartWorkflowOperation` created with an update name.
6
+
7
+ ## Nexus
8
+ * Fixed a issue where the Operations parameter type was not being properly sent to the `DataConverter`.
9
+ * Fixed an exception being thrown if a `null` result was returned from a sync handlers.
10
+ * Fixed a bug where the time skipping test server would instantly timeout an operation if not timeout was set.
11
+
12
+ # What's Changed
13
+
14
+ 2024-10-16 - acfadbfd - Avoid spamming retries in nexusOperationApplicationFailureFailureConversion (#2272)
15
+ 2024-10-16 - eb64ec3e - Fix code coverage (#2275)
16
+ 2024-10-17 - 25f55366 - Fix Null pointer exception on passing empty search attribute (#2277)
17
+ 2024-10-21 - 0ce1d6ec - Bump edge test dependencies (#2279)
18
+ 2024-10-21 - 301e1290 - Fix test server operation timeout (#2282)
19
+ 2024-10-21 - ac3526b7 - Avoid warning from un-accessed operation promise (#2280)
20
+ 2024-10-22 - 34106777 - Fix UpdateWithStart untyped operation (#2288)
21
+ 2024-10-22 - 7bcade2c - Fix UpdateWithStart workflow args (#2286)
22
+ 2024-10-24 - 27d998af - Add failure_reason to nexus_task_execution_failed (#2274)
23
+ 2024-10-24 - 93e30d7f - Avoid SyncOperationTimeoutTest spamming the test server (#2292)
24
+ 2024-10-24 - b8c4b7bf - Fix proto decoding in a Nexus Operation (#2281)
You can’t perform that action at this time.
0 commit comments