Skip to content

Releases: maginepro/http4s-aws

v6.4.0

01 Apr 15:10
v6.4.0
7dfa112

Choose a tag to compare

Changes

  • Change S3Key json decoding to roundtrip by @vlovgr in #98

Updates

  • Update cats-effect, cats-effect-kernel, ... from 3.6.3 to 3.7.0 by @scala-steward-maginepro[bot] in #87

Miscellaneous

  • Switch to Localstack community archive image by @vlovgr in #94
  • Update fs2-core, fs2-io from 3.12.2 to 3.13.0 by @scala-steward-maginepro[bot] in #91
  • Update fs2-data-text, fs2-data-xml from 1.12.0 to 1.12.1 by @scala-steward-maginepro[bot] in #92
  • Update munit-cats-effect from 2.1.0 to 2.2.0 by @scala-steward-maginepro[bot] in #88
  • Update sbt-scala-native from 0.5.9 to 0.5.10 by @scala-steward-maginepro[bot] in #76
  • Update sbt-scalafix from 0.14.5 to 0.14.6 by @scala-steward-maginepro[bot] in #85
  • Update sbt-typelevel from 0.8.4 to 0.8.5 by @scala-steward-maginepro[bot] in #83
  • Update sbt, scripted-plugin from 1.12.7 to 1.12.8 by @scala-steward-maginepro[bot] in #97
  • Update scalacheck-effect-munit from 2.1.0-RC1 to 2.1.0 by @scala-steward-maginepro[bot] in #89
  • Update scalafmt-core from 3.10.5 to 3.10.7 by @scala-steward-maginepro[bot] in #81
  • Update testcontainers-localstack from 2.0.3 to 2.0.4 by @scala-steward-maginepro[bot] in #95
  • Update vault from 3.6.0 to 3.7.0 by @scala-steward-maginepro[bot] in #90

Full Changelog: v6.3.1...v6.4.0

v6.3.1

18 Dec 10:11
v6.3.1
f993c12

Choose a tag to compare

Changes

  • Use Retry middleware for CredentialsProvider.containerEndpoint by @vlovgr in #71

Miscellaneous

  • Update sbt-scalafix to 0.14.5 by @scala-steward-maginepro[bot] in #67
  • Update sbt-typelevel to 0.8.4 by @scala-steward-maginepro[bot] in #70
  • Update testcontainers-localstack to 2.0.3 by @scala-steward-maginepro[bot] in #69

Full Changelog: v6.3.0...v6.3.1

v6.3.0

08 Dec 13:55
v6.3.0
f72a51a

Choose a tag to compare

Changes

  • Add http4s-aws-s3 with S3 multipart upload support by @vlovgr in #66

Updates

  • Update scala to 2.13.18 by @scala-steward-maginepro[bot] in #64

Miscellaneous

  • Update scalafmt to 3.10.2 by @scala-steward-maginepro[bot] in #65

Full Changelog: v6.2.2...v6.3.0

v6.2.2

24 Nov 09:44
v6.2.2
2748524

Choose a tag to compare

Changes

  • Add support for signing chunked uploads by @vlovgr in #63

Updates

  • Update scala to 3.3.7 by @scala-steward-maginepro[bot] in #58
  • Update http4s to 0.23.33 by @scala-steward-maginepro[bot] in #59

Miscellaneous

  • Update sbt-typelevel to 0.8.3 by @scala-steward-maginepro[bot] in #62
  • Update scalafmt to 3.10.1 by @scala-steward-maginepro[bot] in #61

Full Changelog: v6.2.1...v6.2.2

v6.2.1

10 Oct 13:28
v6.2.1
84a98e8

Choose a tag to compare

Changes

  • Add retries in CredentialsProvider.containerEndpoint by @vlovgr in #54

Updates

  • Update circe to 0.14.15 by @scala-steward-maginepro[bot] in #50
  • Update fs2 to 3.12.2 by @scala-steward-maginepro[bot] in #45
  • Update http4s to 0.23.32 by @scala-steward-maginepro[bot] in #49
  • Update scala to 2.13.17 by @scala-steward-maginepro[bot] in #53
  • Update scala.js to 1.20.1 by @scala-steward-maginepro[bot] in #46

Miscellaneous

  • Update sbt to 1.11.7 by @scala-steward-maginepro[bot] in #52
  • Update sbt-scalafix to 0.14.4 by @scala-steward-maginepro[bot] in #55
  • Update sbt-typelevel to 0.8.2 by @scala-steward-maginepro[bot] in #56

Full Changelog: v6.2.0...v6.2.1

v6.2.0

18 Aug 08:15
v6.2.0
58f7be8

Choose a tag to compare

This release brings support for Scala.js and reading credentials on Elastic Kubernetes Service (EKS).

Changes

  • Remove Hashing constraint for CredentialsProvider.securityTokenService by @vlovgr in #12
  • Change AwsSigning and AwsPresigning to use Hashing by @vlovgr in #17
  • Change to use Hashing instead of MessageDigest by @vlovgr in #18
  • Change to inline Clock[F].realTimeInstant by @vlovgr in #19
  • Change to use fs2.io.file instead of java.nio.file by @vlovgr in #20
  • Add TokenCodeProvider.console using Console and fs2.io by @vlovgr in #21
  • Change AwsAssumedRole to parse ISO 8601 timestamps by @vlovgr in #22
  • Move to shared dependencies using %%% by @vlovgr in #25
  • Change to use cats.effect.std.Env for settings by @vlovgr in #26
  • Move jvm-specific tests to be jvm-only by @vlovgr in #27
  • Enable Scala.js artifacts by @vlovgr in #28
  • Change TokenProvider.default to reprompt on invalid code by @vlovgr in #29
  • Change to prepare for signing chunked uploads by @vlovgr in #36
  • Add support for AWS_CONTAINER_AUTHORIZATION_TOKEN_FILE by @jesperoman in #42
  • Cleanup support for AWS_CONTAINER_AUTHORIZATION_TOKEN_FILE by @vlovgr in #43

Updates

  • Update fs2 to 3.12.0 by @vlovgr in #8
  • Update scala.js to 1.19.0 by @scala-steward-maginepro[bot] in #24
  • Update scala to 3.3.6 by @scala-steward-maginepro[bot] in #30
  • Update circe to 0.14.14 by @scala-steward-maginepro[bot] in #37
  • Update cats-effect to 3.6.3 by @scala-steward-maginepro[bot] in #40

Miscellaneous

  • Update munit-cats-effect to 2.1.0 by @scala-steward-maginepro[bot] in #11
  • Update sbt-scala-native to 0.5.8 by @scala-steward-maginepro[bot] in #33
  • Update sbt-typelevel to 0.8.0 by @scala-steward-maginepro[bot] in #35
  • Update sbt to 1.11.4 by @scala-steward-maginepro[bot] in #41

v6.1.0

24 Mar 12:51
v6.1.0
9e8ed1e

Choose a tag to compare

What's Changed

  • Change to only publish artifacts for JVM by @vlovgr in #1
  • Add CredentialsProvider.credentialsFile(AwsProfileName) by @vlovgr in #2
  • Add CredentialsProvider.securityTokenService by @vlovgr in #3
  • Update cats-effect to 3.6.0 by @vlovgr in #4

Full Changelog: v6.0.0...v6.1.0

v6.0.0

13 Mar 18:57
v6.0.0
aa02b8b

Choose a tag to compare

Initial public release.