Skip to content

v1.14.0

Compare
Choose a tag to compare
@bshaffer bshaffer released this 12 Jun 18:38
· 4 commits to main since this release
894f672

BREAKING CHANGE

Add support for PKCE (#1045) - @hkalina

Two fields were added to the storage classes, code_challenge and code_challenge_method. You will need to update your databases to have these columns, or you will get an error when you upgrade.

Fixes