Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.25.2 #2241

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions releases/v1.25.2
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Highlights

In v1.24.0 the Java SDK fixed a bug causing the initial connection health check and server capabilities discovery
to not have a proper deadline set. Some users may have been unintentionally relying on this lack of deadline when
the first request to the Temporal service is slow. This release adds a new option to configure the deadline of
this initial connection. Added ServiceStubsOptions.setSystemInfoTimeout() to configure the deadline of this
initial connection. Setting the deadline to your RPC timeout would emulate the previous behavior of not having
a deadline set.


# Changeset

2024-09-25 - 4f14ecec - Add option to configure the deadline of getSystemInfo (#2240)
Loading