Skip to content

Commit a70da06

Browse files
authored
Release v1.0.8 (#518)
* Release v1.0.8
1 parent b0bb4e4 commit a70da06

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

releases/v1.0.8

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
Highlights
2+
3+
* Option to set default ActivityOptions and per activityType. Can be done
4+
through the activityStub, WorkflowImplementationOptions, and on a workflow.
5+
* Added context propagation for local activities
6+
* Option to set initial time for workflow tests
7+
* Implemented a Health Check. By default it's on and checks if the server is up
8+
every 5s. If the server is not up in 10s, the worker will not start. It may break
9+
those users that deploy workers while server is not up. Please configure in
10+
WorkflowServiceStubsOptions.
11+
12+
All changes
13+
2021-04-10 - 6fa0fc93 - Do not override Micrometer's naming conventions (#434)
14+
2021-04-13 - af27a9fe - Local type (#441)
15+
2021-04-15 - 08f4f96a - Gradle & Temporal Service Update (#442)
16+
2021-04-30 - 75663139 - Change log level from ERROR to INFO for failed workflow task caused by signal race condition (#451)
17+
2021-04-30 - debc3571 - Set current time before processing commands (#458)
18+
2021-04-30 - ec663a25 - Updating links to docs in README (#452)
19+
2021-05-03 - e98c19f9 - Test env sleep (#463)
20+
2021-05-06 - fec4731b - Workflow#newActivityStub(activityInterface) method produces broken activity stubs (#457)
21+
2021-05-07 - 5c7d0573 - Do not fail stack trace query on a closed workflow (#473)
22+
2021-05-07 - f22d431d - Fixed implementation of WorkflowExecutionUtils#getInstanceCloseEvent that previously could get into infinite loop after a timeout (#472)
23+
2021-05-10 - 07a10cfe - Cleanup the way Pollers handle InterruptedExceptions (#478)
24+
2021-05-11 - 192f0c44 - Use default data converter for search attributes and memo (#483)
25+
2021-05-11 - 23bccf07 - Local activity race condition (#475)
26+
2021-05-11 - df5f2445 - Cleanup the way Pollers handle InterruptedExceptions (#477)
27+
2021-05-12 - 45de2dc9 - Override ObjectMapper in the DefaultDataConverter's payload coverter (#410)
28+
2021-05-14 - b23edac3 - Added context propagation for local activities (#491)
29+
2021-05-18 - 81afb31d - Fixed SearchAttributes and memo lost from ChildWorkflowOptions (#500)
30+
2021-05-19 - 221c4bb6 - Per activity method options (#431) (#448) (#497)
31+
2021-05-19 - b9dd6d9b - Option to set initial time for workflow test (#498)
32+
2021-05-28 - 1238ffc4 - Workflow retry in Test Service (#510)
33+
2021-05-28 - b0199150 - Health Check (#504)
34+
2021-05-28 - b0bb4e4d - Out-of-process test server (#470)

0 commit comments

Comments
 (0)