Skip to content

Releases: polyvariant/sttp-oauth2

v0.21.0

Choose a tag to compare

@majk-p majk-p released this 14 Dec 17:11
cd49ea5

What's Changed

This release introduces a slight breaking change from v0.20.x series by removing Cats Effect 2 support, which itself is long not supported. Most users are likely not affected by this change.

Full Changelog: v0.20.2...v0.21.0

v0.20.2

Choose a tag to compare

@majk-p majk-p released this 13 Dec 12:53

What's Changed

Full Changelog: v0.20.1...v0.20.2

v0.20.1

Choose a tag to compare

@majk-p majk-p released this 01 Dec 18:37
57a0230

What's Changed

New Contributors

Full Changelog: v0.20.0...v0.20.1

v0.20.0 - upgrade to sttp4

Choose a tag to compare

@kubukoz kubukoz released this 25 Apr 20:07
6bd8165

This release is incompatible with the previous ones - we've upgraded the sttp dependency to v4 (thanks, @agilesteel).

What's Changed

New Contributors

Full Changelog: v0.19.2...v0.20.0

v0.19.2

Choose a tag to compare

@majk-p majk-p released this 21 Aug 20:05
c223482

What's Changed

Full Changelog: v0.19.1...v0.19.2

v0.19.1

Choose a tag to compare

@majk-p majk-p released this 21 May 18:14
ff37bb8

What's Changed

Full Changelog: v0.19.0...v0.19.1

v0.19.0

Choose a tag to compare

@majk-p majk-p released this 18 May 11:23

What's Changed

Full Changelog: v0.18.0...v0.19.0

v0.18.0

Choose a tag to compare

@majk-p majk-p released this 12 May 18:31
846b93a

⚠️ Breaking changes

Since this release, sttp-oauth2 is being migrated to https://github.com/polyvariant/ organization. In this release the project has been repackaged to the new organization. Please consult the migration guide for v0.18.0.

What's Changed

Updates

Full Changelog: v0.17.0...v0.18.0

v0.17.0

Choose a tag to compare

@majk-p majk-p released this 06 Nov 12:50
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

v0.17.0-RC1

v0.17.0-RC1 Pre-release
Pre-release

Choose a tag to compare

@majk-p majk-p released this 28 Feb 11:13
76f7aa2

What's Changed

This is a release candidate

Full Changelog: v0.16.0...v0.17.0-RC1