Skip to content

v0.19.0

Choose a tag to compare

@rcardin rcardin released this 11 May 15:46
· 99 commits to main since this release
4f7842e

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 uri interpolator 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