Skip to content

Commit d49e924

Browse files
authored
Release 1.0.4 (#288)
1 parent d1e0f6b commit d49e924

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

releases/v1.0.4

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
#Highlights
2+
3+
* Deadlock detector will now show all workflow threads making debugging easier.
4+
* SDK will no longer use illegal reflective access during exception unwrapping.
5+
* Fixed a bug with missing cancellation in child sub-scopes.
6+
* Added binary checksum to the worker options, which can now be used in the auto-reset.
7+
* Added an option to run only workflow task and local activity pollers.
8+
* Fixed an issue with eager activity task pre-fetching which could be causing activity timeouts when all handlers are busy.
9+
10+
#All changes
11+
12+
2020-11-06 - ac9805c4 - Use JSR250 javax.annotation-api when compiling serviceclient with JDK 9 and up. (#231)
13+
2020-11-06 - d1ea450c - Added dump of all workflow thread to the deadlock detector (#246)
14+
2020-11-10 - aa04a4b8 - Fix NPE in sticky poller (#249)
15+
2020-11-11 - cd103b0f - Fix flaky test that was relying on sleep (#250)
16+
2020-11-16 - 4bb23c3a - Stop using illegal reflective access for setting cause during exception (#251)
17+
2020-11-19 - fcbb4e38 - Updated setDoNotRetry javadoc (#261)
18+
2020-11-23 - 6f2ef6ef - Added missing status to testservice (#266)
19+
2020-11-25 - 7b3c8470 - Remove redundant line break from the README (#268)
20+
2020-12-04 - e735da26 - Add getPreviousRunFailure method to Workflow API (#260)
21+
2020-12-09 - 4a598d3c - Avoid removing sub-scopes that have cancellation promise or child sub-scopes (#269)
22+
2020-12-09 - ff0bb114 - Updating proto submodule to v1.3.0 (#271)
23+
2020-12-10 - 4c150040 - Add a gradle task that cleans all sub-projects (#272)
24+
2020-12-10 - 5e4ecb39 - Adding binary checksum to WorkflowClientOptions (#270)
25+
2020-12-10 - d951d7a1 - Upgrade dependencies and gradle version (#274)
26+
2020-12-14 - 2b4bb01a - Add namespace to requests where it was missing (#275)
27+
2020-12-15 - 2457ee67 - Adding an option to disable activity pollers (#276)
28+
2020-12-21 - 81911681 - Updating dependencies to the latest (#285)
29+
2020-12-21 - 9f88794f - Apply time unit in cancellable scope (#279)
30+
2020-12-21 - bf1e538e - Fixed activity registration (#287)
31+
2020-12-22 - d1e0f6b8 - Avoid activity task prefetching when handlers are busy (#286)

0 commit comments

Comments
 (0)