File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v2.7.3
4+ - Add wf type tag in decider metrics scope
5+ - Fix WorkflowStub.fromTyped method
6+ - Added missing fields to local activity task
7+ - Honor user timeout for get workflow result
8+
39## v2.7.2
410- Fix leak in Async GetWorkflowExecutionHistory
511- Fix context timeout in execute workflow
Original file line number Diff line number Diff line change @@ -31,12 +31,12 @@ Add *cadence-client* as a dependency to your *pom.xml*:
3131 <dependency>
3232 <groupId>com.uber.cadence</groupId>
3333 <artifactId>cadence-client</artifactId>
34- <version>2.7.2 </version>
34+ <version>2.7.3 </version>
3535 </dependency>
3636
3737or to * build.gradle* :
3838
39- compile group: 'com.uber.cadence', name: 'cadence-client', version: '2.7.2 '
39+ compile group: 'com.uber.cadence', name: 'cadence-client', version: '2.7.3 '
4040
4141## Documentation
4242
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ googleJavaFormat {
3737}
3838
3939group = ' com.uber.cadence'
40- version = ' 2.7.2 '
40+ version = ' 2.7.3 '
4141
4242description = ''' Uber Cadence Java Client'''
4343
You can’t perform that action at this time.
0 commit comments