File tree 3 files changed +8
-3
lines changed
3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.7.8
4
+ - Fix get raw history
5
+ - Improve signal processing error and log
6
+ - Fix replay error when querying workflow that contains activity retry
7
+
3
8
## 2.7.6
4
9
- Fix getVersion override when added new version
5
10
- Add async signal to untypedstub
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ Add *cadence-client* as a dependency to your *pom.xml*:
31
31
<dependency>
32
32
<groupId>com.uber.cadence</groupId>
33
33
<artifactId>cadence-client</artifactId>
34
- <version>2.7.6 </version>
34
+ <version>2.7.8 </version>
35
35
</dependency>
36
36
37
37
or to * build.gradle* :
38
38
39
- compile group: 'com.uber.cadence', name: 'cadence-client', version: '2.7.6 '
39
+ compile group: 'com.uber.cadence', name: 'cadence-client', version: '2.7.8 '
40
40
41
41
## Documentation
42
42
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.7.6 '
40
+ version = ' 2.7.8 '
41
41
42
42
description = ''' Uber Cadence Java Client'''
43
43
You can’t perform that action at this time.
0 commit comments