Skip to content

Releases: polyvariant/sttp-oauth2

v0.15.0

19 Jul 13:26
722d82c
Compare
Choose a tag to compare

What's Changed

This release introduces breaking changes in the Authorization Code grant instantiation methods. More on this topic in our migration guide.

Significant changes

  • Add keycloak support in AuthorizationCodeProvider by @sbrunk in #273
  • Scala steward as github action by @majk-p in #248

Updates

  • Update sbt-tpolecat to 0.3.3 by @majk-p in #251
  • Update scala-library to 2.12.16 by @majk-p in #252
  • Update scalafmt-core to 3.5.8 by @majk-p in #253
  • Update scala3-library to 3.1.3 by @majk-p in #256
  • Update cats-effect, cats-effect-kernel, ... to 3.3.13 by @majk-p in #258
  • Update cats-effect, cats-effect-kernel, ... to 3.3.14 by @majk-p in #271
  • Update migration guide by @majk-p in #274

New Contributors

Full Changelog: v0.14.0...v0.15.0

v0.14.0

07 Jun 10:31
7991711
Compare
Choose a tag to compare

What's Changed

Significant changes

Updates

New Contributors

Full Changelog: v0.13.0...v0.14.0

v0.14.0-RC2

03 Apr 18:17
b3774e3
Compare
Choose a tag to compare
v0.14.0-RC2 Pre-release
Pre-release

What's Changed

Changes

Updates

New Contributors

Full Changelog: v0.14.0-RC1...v0.14.0-RC2

v0.14.0-RC1

09 Feb 07:25
f32233d
Compare
Choose a tag to compare
v0.14.0-RC1 Pre-release
Pre-release
Made Scope optional for both request and response (#124) (#199)

* Made Scope optional for both request and response (#124)

* Added deserialization tests for AccessTokenResponse without scope

Co-authored-by: blondacz <[email protected]>

v0.13.0

08 Feb 06:39
055e3bf
Compare
Choose a tag to compare

What's Changed

With this release, sttp-oauth2-cache-cats will now depend on CE3. Use oauth2-cache-ce2 module if you rely on CE2.

Functional changes

Updates

Full Changelog: v0.12.0...v0.13.0

v0.13.0-RC1

26 Jan 10:35
230eb6b
Compare
Choose a tag to compare
v0.13.0-RC1 Pre-release
Pre-release
Merge pull request #197 from scala-steward/update/scalatest-3.2.11

Update scalatest to 3.2.11

v.0.12.0

17 Nov 08:48
04e9564
Compare
Choose a tag to compare

What's Changed

0.12.0 release comes with split API for ClientCredentialsProvider, cached instance of AccessTokenProvider and various improvements regarding errors hierarchy.

See migration guide for help in migration.

Functional/API changes

Dependencies updates & minors

Full Changelog: v0.11.1...v0.12.0

v0.12.0-RC2

02 Nov 09:54
04dffdc
Compare
Choose a tag to compare
v0.12.0-RC2 Pre-release
Pre-release
Optional error description (#162)

v0.12.0-RC1

29 Oct 07:53
94f09fe
Compare
Choose a tag to compare
v0.12.0-RC1 Pre-release
Pre-release
Passing SttpBackend explicitly,fixes #151 (#155)

v0.11.1 RFC6749 compliant Scope specification

28 Jul 08:36
23b0bdc
Compare
Choose a tag to compare
Allow for whitespace in scope value (#118)

* allow for whitespace in scope value

Co-authored-by: Tomek Plaskowski <[email protected]>