Skip to content

Commit bc39893

Browse files
authored
Prepare release 2.7.6 (#531)
1 parent cdc5aab commit bc39893

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

CHANGELOG.md

+27
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Changelog
22

3+
## 2.7.6
4+
- Fix getVersion override when added new version
5+
- Add async signal to untypedstub
6+
- Fix RetryOptions.addDoNotRetry
7+
- Add missing metrics from go client
8+
- Fix a bug in setting retry expiration while getting history
9+
- Fix start async return
10+
11+
## 2.7.5
12+
- Added supports contextPropagators for localActivity
13+
14+
## v2.7.4
15+
- Fix prometheus reporting issue
16+
- Fix Promise.allOf should not block on empty input
17+
- Misc: Added project directory to sourceItems path
18+
- Add async start to untype stub
19+
20+
## v2.7.3
21+
- Add wf type tag in decider metrics scope
22+
- Fix WorkflowStub.fromTyped method
23+
- Added missing fields to local activity task
24+
- Honor user timeout for get workflow result
25+
26+
## v2.7.2
27+
- Fix leak in Async GetWorkflowExecutionHistory
28+
- Fix context timeout in execute workflow
29+
330
## v2.7.1
431
- Fix a bug in build.gradle that prevented javadoc and sources from being published
532

README.md

+2-2
Original file line numberDiff line numberDiff 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.1</version>
34+
<version>2.7.6</version>
3535
</dependency>
3636

3737
or to *build.gradle*:
3838

39-
compile group: 'com.uber.cadence', name: 'cadence-client', version: '2.7.1'
39+
compile group: 'com.uber.cadence', name: 'cadence-client', version: '2.7.6'
4040

4141
## Documentation
4242

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ googleJavaFormat {
3737
}
3838

3939
group = 'com.uber.cadence'
40-
version = '2.7.1'
40+
version = '2.7.6'
4141

4242
description = '''Uber Cadence Java Client'''
4343

0 commit comments

Comments
 (0)