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

Update to Akka Streams 2.6.12

01 Feb 11:02
Compare
Choose a tag to compare

Update to Akka Streams 2.6.11

18 Jan 16:11
ca8a1b8
Compare
Choose a tag to compare

Update to Akka Typed

15 Jan 18:41
7ffe5fb
Compare
Choose a tag to compare
  • Require akka.typed.ActorSystem (#140)
  • Update all dependencies

Dependency Updates

29 Sep 13:09
v3.2.0
895099e
Compare
Choose a tag to compare
  • Update all dependencies
  • add logging on TRACE for request- and response-headers

Update to Akka HTTP 10.2.0

17 Aug 11:10
Compare
Choose a tag to compare

This release includes updates to

  • Akka HTTP 10.2.0 (#81)
  • Akka Stream 2.6.8 (#73)
  • AWS Java SDK 2.13.76 (#82)

Change signature of `sendRequest`

04 Jun 07:27
Compare
Choose a tag to compare

Following the recommendation of scapegoat, the signature of def sendRequest: HttpRequest => Future[HttpResponse] was changed to def sendRequest(req: HttpRequest): Future[HttpResponse] to avoid variable shadowing. This is a breaking change and hence version 3.0.0 is released.

Fix: ExpiredTokenException

03 Jun 16:42
461832c
Compare
Choose a tag to compare

Calls credentialsProvider.resolveCredentials() for every request, to make sure credentials don't expire (ExpiredTokenException)

Bugfix missing STS Client

29 May 14:18
8d7f5d5
Compare
Choose a tag to compare

Fixes a bug where the STS Client was not created before using AssumeRole.

Update to AWS Java SDK v2

28 May 10:39
Compare
Choose a tag to compare

Updates the internal dependency on the AWS Java SDK from v1 to v2.

Support/require akka 2.6

23 Apr 15:21
v2.0.0
22e9dfb
Compare
Choose a tag to compare

This updates the dependency to akka 2.6.4. Since this is a breaking change, we bumped the version to 2.0.0.