Skip to content

v0.17.11 - AWS bugfix, client methoddeprecation, internal refactors

Compare
Choose a tag to compare
@kubukoz kubukoz released this 15 Jul 03:07
· 34 commits to series/0.17 since this release
1b9f8fa

This is mostly a bugfix and cleanup release.

What's Changed

  • [aws] Keep casing in file credential provider by @kubukoz in #1076

Resolves a case-sensitivity issue in the file-based AWS credentials provider.

Deprecates a method - the migration path would be just to move to another one with the same shape.

Changes the error transformation logic in the http4s servers so that it's implemented using the (public) per-endpoint middleware construct.

Full Changelog: v0.17.10...v0.17.11