2.1.3
github-actions
released this
05 Apr 10:27
·
36 commits
to refs/heads/master
since this release
What's Changed
Breaking changes
- The constructor for the
OAuth2Config
class accepts a new parameterrotateRefreshToken
. This has a default value offalse
. You may need to update your code if you're instantiating aOAuth2Config
without named parameters.
🚀 Features
- feat(refresh_token): rotate refresh tokens if configured to rotate (#645) @tommytroen
⬆️ Dependency upgrades
- chore(deps): bump the github group with 23 updates (#650) @dependabot
- chore(deps): bump bouncycastle, use bcpkix-jdk18on instead of jdk15on (#641) @tommytroen