v2.2.0
Breaking changes
Client.close()
andClientStorage.close()
methods are now deprecated with a warning. Useaclose()
instead. Will be removed on 2024-03-01
Smaller changes
- added
RefreshTokenExpiredError
to be handled when_refresh()
fails. Bad tokens will be deleted from the repository.
What's Changed
- feat: add
RefreshTokenExpiredError
, useaclose
by @NiceAesth in #217 - fix: refactor
score_url
property by @NiceAesth in #215
Full Changelog: v2.1.9...v2.2.0