- Updated
maxmind-dbdependency to 4.1.0. This release fixes an issue with
unbounded off-heap memory growth when usingFileMode.MEMORYand a latent
short-read bug when loading databases larger than 2GB into memory. - Added
WebServiceClient.Builder.maxRetries(int)to bound transport-failure
retries (default 1; set 0 to disable). See the README for retry semantics.
Behavior change: previously, transient transport failures (connection
reset, broken pipe, etc.) surfaced to callers immediately. They are now
retried once by default; pass.maxRetries(0)to restore the prior
behavior.