You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Moved TestWorkflowRule into temporal-testing-junit4 module, if you use it please consume this package instead of temporal-testing.
4
+
* Added abitlity to do async completion, which obeys parallelism constraints, without having to specify task token.
5
+
* Fixed bug with supported query types not being returned for unregistered queries.
6
+
* Fixed a deadlock issue resulting in worker running out of threads in case if signal with start was throwing an exception.
7
+
* [opt-in] gRPC retry options can now be configured in the WorkflowServiceStubsOptions.
8
+
* [opt-in] Users can now specify keep alive configuration for gRPC connections to the server in order to detect dead connections if server closes them abruptly.
9
+
10
+
All changes
11
+
2021-02-01 - 61396a9 - Move TestWorkflowRule to a dedicated module (#303)
12
+
2021-02-03 - 86189b2 - Add abitlity to do async completion without having to specify task token (#329)
0 commit comments