Skip to content

Commit 91275de

Browse files
Release v1.25.2 (#2241)
1 parent 4f14ece commit 91275de

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

releases/v1.25.2

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)