We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16eb8ea commit fd49871Copy full SHA for fd49871
1 file changed
CHANGELOG.md
@@ -6,6 +6,10 @@ CHANGELOG
6
7
* Added `WebServiceClient.Builder.maxRetries(int)` to bound transport-failure
8
retries (default 1; set 0 to disable). See the README for retry semantics.
9
+ **Behavior change:** previously, transient transport failures (connection
10
+ reset, broken pipe, etc.) surfaced to callers immediately. They are now
11
+ retried once by default; pass `.maxRetries(0)` to restore the prior
12
+ behavior.
13
14
5.0.2 (2025-12-08)
15
------------------
0 commit comments