Skip to content

Commit acc3dc1

Browse files
authored
Adding release notes for 1.0.6 (#369)
1 parent e8b03f9 commit acc3dc1

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

releases/v1.0.6

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Highlights
2+
3+
* 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)
13+
2021-02-04 - 51f4ee6 - Updating README instructions for running locally (#331)
14+
2021-02-09 - 609ba6c - Release lock before running close and use tryLock in the WorkflowWorker (#339)
15+
2021-02-09 - b9aeebf - Refactored and opened up POJO Workflow and Activity metadata (#337)
16+
2021-02-09 - ddeaa5f - Removed InterruptedException from awaitTermination (#336)
17+
2021-02-16 - 3ef9d6c - Expose WorkflowClientOptions via test extensions (#347)
18+
2021-02-16 - 6b286eb - Move gRPC connections to idle periodically in order to trigger LB (#351)
19+
2021-02-17 - ea3667a - Updating dependencies (#352)
20+
2021-02-24 - ad8831d - Make rpc retry options configurable (#359)
21+
2021-02-25 - 611de11 - Return supported query types for unsupported queries (#360)
22+
2021-02-25 - e637ead - Add keep alive to gRPC connection (#363)

0 commit comments

Comments
 (0)