Skip to content

Commit d4a3242

Browse files
authored
Prepare the v2.7.0 release (#475)
1 parent c4b8add commit d4a3242

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v2.7.0
4+
- Add ParentClosePolicy to child workflows and also expose parent execution info for child workflows
5+
- Add context propagation
6+
- Fix various bugs around test workflow service and test mutable state implementation
7+
- Use thrift IDLs from uber/cadence-idl repo as a submodule
8+
- Various dependency updates including Docker base image and Gradle wrapper
9+
- Miscellaneous bug fixes
10+
311
## v2.6.3
412
- Add Upsert Search Attributes
513
- Support get search attributes inside workflow

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.6.3</version>
34+
<version>2.7.0</version>
3535
</dependency>
3636

3737
or to *build.gradle*:
3838

39-
compile group: 'com.uber.cadence', name: 'cadence-client', version: '2.6.3'
39+
compile group: 'com.uber.cadence', name: 'cadence-client', version: '2.7.0'
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.6.3'
40+
version = '2.7.0'
4141

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

0 commit comments

Comments
 (0)