v0.17.0
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
- Update sbt-mdoc to 2.3.7 by @scala-steward in #345
- Update circe-core, circe-parser, ... to 0.14.4 by @scala-steward in #352
- Update jsoniter-scala-core, ... to 2.21.2 by @scala-steward in #359
- Update circe-core, circe-parser, ... to 0.14.5 by @scala-steward in #363
- Update refined to 0.10.2 by @scala-steward in #362
- Update jsoniter-scala-core, ... to 2.21.3 by @scala-steward in #365
- Update jsoniter-scala-core, ... to 2.21.4 by @scala-steward in #366
- Update refined to 0.10.3 by @scala-steward in #367
- Update sbt-mima-plugin to 1.1.2 by @scala-steward in #371
- Update sbt-ci-release to 1.5.12 by @scala-steward in #383
- Update scalatest to 3.2.16 by @scala-steward in #387
- Update scala-library to 2.12.18 by @scala-steward in #393
- Update scala-library to 2.13.11 by @scala-steward in #394
- Update sbt-mima-plugin to 1.1.3 by @scala-steward in #412
- Update circe-core, circe-parser, ... to 0.14.6 by @scala-steward in #423
- Update scalatest to 3.2.17 by @scala-steward in #426
- Update scala-library to 2.13.12 by @scala-steward in #427
- Update sbt-mdoc to 2.3.8 by @scala-steward in #433
- Update sbt-scalajs, scalajs-compiler, ... to 1.13.0 by @scala-steward in #344
Full Changelog: v0.16.0...v0.17.0