4.0.9
(fix): Fix RetryInterceptor sharing a single ExponentialBackoff instance across
all requests. Once the retry budget was exhausted by any request, no further
retries were attempted for the lifetime of the client. Each request now gets
its own backoff instance.