v0.19.0
Spring is here 🌸, and so is a new version of YAES! This release is all about making the HTTP client more ergonomic and type-safe. We sharpened the edges around URI construction, error body decoding, and the DecodingError model. Enjoy ❤️
What's Changed 🚀
- Added the decoding of the HTTP responses with status other than 200 by @rcardin in #250
- Http client ergonomic path parameter support via
uriinterpolator by @rcardin in #252 - Decoding error redesign by @rcardin in #257
Maintenance ⚙️
- Updated dependency scalafmt to v3.11.1 by @renovate[bot] in #244
- Updated dependency org.scalameta:sbt-scalafmt to v2.6.1 by @renovate[bot] in #258
Full Changelog: v0.18.0...v0.19.0