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
Update to Akka Streams 2.6.12
- Update to Akka Stream 2.6.12, see https://akka.io/blog/news/2021/01/28/akka-2.6.12-released
- Update to Akka HTTP 10.2.3
- Update AWS SDK
- Update to scala-collection-compat 2.4.1
Update to Akka Streams 2.6.11
- Update to Akka Streams 2.6.11, see https://akka.io/blog/news/2021/01/15/akka-2.6.11-released
- Update AWS Java SDK v2
Update to Akka Typed
- Require
akka.typed.ActorSystem
(#140) - Update all dependencies
Dependency Updates
- Update all dependencies
- add logging on TRACE for request- and response-headers
Update to Akka HTTP 10.2.0
Change signature of `sendRequest`
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
Calls credentialsProvider.resolveCredentials()
for every request, to make sure credentials don't expire (ExpiredTokenException
)
Bugfix missing STS Client
Fixes a bug where the STS Client was not created before using AssumeRole.
Update to AWS Java SDK v2
Updates the internal dependency on the AWS Java SDK from v1 to v2.
Support/require akka 2.6
This updates the dependency to akka 2.6.4. Since this is a breaking change, we bumped the version to 2.0.0.