This repository has been 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.none
if you want to. - There's a new
RetryConfig.default
.
Fixes
- removed
logback-classic
dependency that could lead to weird logging behavior - replaced
immutable.Seq
with justSeq
- removed unused properties
isSecureConnection
anddefaultDeadline
fromHttpClientConfig
Ease usage without LoggingContext
You can now use NoLoggingContext