We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71259cb commit 6df4242Copy full SHA for 6df4242
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v2.4.0
4
+- Fixed InternalServiceError Error message on continue_as_new
5
+- Correctly calculate workflow e2e latency
6
+- Exposing CancellationScope.run method
7
+- Add TBase and TEnum type adapter for JsonDataConverter
8
+- Cron child workflow
9
+
10
## v2.3.1
11
- Added support for SignalWithStart Service API
12
- Expose methods in TChannel service to allow user to add headers in Thrift request
build.gradle
@@ -37,7 +37,7 @@ googleJavaFormat {
37
}
38
39
group = 'com.uber.cadence'
40
-version = '2.3.1'
+version = '2.4.0'
41
42
description = """Uber Cadence Java Client"""
43
0 commit comments