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 4f14ece commit 91275deCopy full SHA for 91275de
releases/v1.25.2
@@ -0,0 +1,13 @@
1
+# Highlights
2
+
3
+In v1.24.0 the Java SDK fixed a bug causing the initial connection health check and server capabilities discovery
4
+to not have a proper deadline set. Some users may have been unintentionally relying on this lack of deadline when
5
+the first request to the Temporal service is slow. This release adds a new option to configure the deadline of
6
+this initial connection. Added ServiceStubsOptions.setSystemInfoTimeout() to configure the deadline of this
7
+initial connection. Setting the deadline to your RPC timeout would emulate the previous behavior of not having
8
+a deadline set.
9
10
11
+# Changeset
12
13
+2024-09-25 - 4f14ecec - Add option to configure the deadline of getSystemInfo (#2240)
0 commit comments