This repository was archived by the owner on Oct 10, 2023. It is now read-only.
Releases: moia-oss/scala-http-client
Releases · moia-oss/scala-http-client
v1.3.1
Removed slf4j as well
Improved Retry-Config
Feature
You can now configure retries for
- 502 Bad Gateway
- 4xx in general
- 5xx in general
Convenience
- You can use
HttpMetrics.noneif you want to. - There's a new
RetryConfig.default.
Fixes
- removed
logback-classicdependency that could lead to weird logging behavior - replaced
immutable.Seqwith justSeq - removed unused properties
isSecureConnectionanddefaultDeadlinefromHttpClientConfig
Ease usage without LoggingContext
You can now use NoLoggingContext