Skip to content

v0.17.0

Compare
Choose a tag to compare
@majk-p majk-p released this 06 Nov 12:50
· 14 commits to main since this release
ccbb462

What's Changed

Notable changes

This release comes with a generalized method of JSON serialization, that allows using different backends. Currently Circe and Jsoniter are supported. See the docs for details: https://ocadotechnology.github.io/sttp-oauth2/docs/json-deserialisation

  • #8 ♻️ Restructure JSON deserialisation to enable other implementations than Circe by @jwojnowski in #351
  • ♻️ Make all case classes final by @jwojnowski in #358

Updates

Full Changelog: v0.16.0...v0.17.0