v0.17.11 - AWS bugfix, client methoddeprecation, internal refactors
This is mostly a bugfix and cleanup release.
What's Changed
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.
- Error transformations as middleware by @msosnicki in #1084
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