Skip to content

Commit fd49871

Browse files
committed
fixup! STF-322: Document transport-failure retry in README and CHANGELOG
1 parent 16eb8ea commit fd49871

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ CHANGELOG
66

77
* Added `WebServiceClient.Builder.maxRetries(int)` to bound transport-failure
88
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.
913

1014
5.0.2 (2025-12-08)
1115
------------------

0 commit comments

Comments
 (0)