Skip to content

Releases: polyvariant/sttp-oauth2

v0.19.2

21 Aug 20:05
c223482
Compare
Choose a tag to compare

What's Changed

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

v0.19.1

21 May 18:14
ff37bb8
Compare
Choose a tag to compare

What's Changed

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

v0.19.0

18 May 11:23
Compare
Choose a tag to compare

What's Changed

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

v0.18.0

12 May 18:31
846b93a
Compare
Choose a tag to compare

⚠️ 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

06 Nov 12:50
ccbb462
Compare
Choose a tag to compare

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

28 Feb 11:13
76f7aa2
Compare
Choose a tag to compare
v0.17.0-RC1 Pre-release
Pre-release

What's Changed

This is a release candidate

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

v0.16.0

09 Jan 14:04
12ba5b2
Compare
Choose a tag to compare

What's Changed

This release modifies some of the APIs by removing dependency to MonadThrow instead we use sttp.monad.MonadError.
As long as your code only uses these methods (without overriding or mocking interfaces), you only need to deal with warnings indicating that there are unused parameters. Otherwise, remove : MonadError from inherited implementations.

Affected classes: PasswordGrant, PasswordGrantProvider, SttpOauth2ClientCredentialsBackend, UserInfoProvider

Please consult the migration guide: https://ocadotechnology.github.io/sttp-oauth2/docs/migrating/

Significant changes

Updates

Full Changelog: v0.15.2...v0.16.0

v0.15.2

24 Oct 09:38
d3e1d8e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.15.1...v0.15.2

v0.15.2-RC1

03 Oct 09:17
d97bc84
Compare
Choose a tag to compare
v0.15.2-RC1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.15.1...v0.15.2-RC1

v0.15.1

06 Sep 12:25
fafb06e
Compare
Choose a tag to compare

What's Changed

Significant changes

  • Delete scala steward action as the upstream is back online by @majk-p in #289

Updates

Full Changelog: v0.15.0...v0.15.1