File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v2.6.2
4
+ - Cleanup threads created in signal method on decider close
5
+ - Fixed exception propagation from child workflows
6
+
7
+ ## v2.6.1
8
+ - Add missing metrics and tags
9
+ - Add metrics for SCHEDULED_TO_STAR latency
10
+ - Support filtering query based on close status
11
+ - Documentation improvements
12
+
13
+ ## v2.6.0
14
+ - Fix thread leak on non-deterministic error
15
+ - Support Search Attributes on Start workflow
16
+ - Make Worker.addWorkflowImplementationFactory method support 'options'
17
+
3
18
## v2.5.2
4
19
- Add saga class that helps user to implement saga pattern in Cadence
5
20
- Add activity tasklist rate limiter option to worker options
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ googleJavaFormat {
37
37
}
38
38
39
39
group = ' com.uber.cadence'
40
- version = ' 2.6.1 '
40
+ version = ' 2.6.2 '
41
41
42
42
description = """ Uber Cadence Java Client"""
43
43
You can’t perform that action at this time.
0 commit comments