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 5158e92 commit 365c46dCopy full SHA for 365c46d
CHANGELOG.md
@@ -1,5 +1,6 @@
1
# Changelog
2
-
+## 3.7.3
3
+- Fix describe domain and update domain grpc calls to include domainConfiguration and replication configuration in response.
4
## 3.7.2
5
- Fix gRPC adapter for List APIs.
6
build.gradle
@@ -44,7 +44,7 @@ googleJavaFormat {
44
}
45
46
group = 'com.uber.cadence'
47
-version = '3.7.2'
+version = '3.7.3'
48
49
description = '''Uber Cadence Java Client'''
50
0 commit comments