1.1.4 (2022-10-06)
Bugs Fixed
- Don't retry a request if the
Retry-After
delay is greater than the configuredRetryOptions.MaxRetryDelay
. runtime.JoinPaths
: do not unconditionally add a forward slash before the query string
Other Changes
- Removed logging URL from retry policy as it's redundant.
- Retry policy logs when it exits due to a non-retriable status code.