Skip to content

Commit 0d12425

Browse files
author
Liang Mei
authored
Prepare for 2.5.0 release (#327)
1 parent cf93f86 commit 0d12425

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## v2.5.0
4+
- Local activities
5+
- Make sure signals are applied in the same order as they appear in history
6+
- Fix retry option without expiration in test env
7+
- Maintain correct runID during reset for random ID generation
8+
- Default retry policy for Cadence service API calls
9+
- Change markers to use headers to serialize internal fields
10+
- Miscellaneous stability and debuggability fixes
11+
312
## v2.4.2
413
- Support Memo in visibility
514
- Fix getVersion without decision event

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ googleJavaFormat {
3737
}
3838

3939
group = 'com.uber.cadence'
40-
version = '2.4.2'
40+
version = '2.5.0'
4141

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

0 commit comments

Comments
 (0)