Skip to content

v0.16.0

Compare
Choose a tag to compare
@majk-p majk-p released this 09 Jan 14:04
· 86 commits to main since this release
12ba5b2

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