Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Releases: moia-oss/scala-http-client

v1.3.1

06 Mar 18:54
42f918f
Compare
Choose a tag to compare

Removed slf4j as well

Improved Retry-Config

06 Mar 17:13
e60ac58
Compare
Choose a tag to compare

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 just Seq
  • removed unused properties isSecureConnection and defaultDeadline from HttpClientConfig

Ease usage without LoggingContext

06 Mar 17:07
v1.2.0
3831f9c
Compare
Choose a tag to compare

You can now use NoLoggingContext

Support for custom logging context

21 Feb 17:37
74de1c0
Compare
Choose a tag to compare