Releases: supertokens/supertokens-python
Releases · supertokens/supertokens-python
v0.14.0
Full Changelog: v0.13.1...v0.14.0
v0.13.0
What's Changed
- refactor: Rename session_data related vars to clarify interaction with DB by @KShivendu in #302
- feat: Introduce session recipe functions without request response by @KShivendu in #305
- feat: optional password validation in update_email_or_password by @iresharma in #319
- fix: Improvements in session jwt changes by @KShivendu in #317
- fix: Improve code based on suggestions and failed existing tests by @KShivendu in #316
- feat: Use standard jwt lib for access token v3 by @KShivendu in #309
- feat: Upgrade to access token v3 by @KShivendu in #320
- test: Fix failing unit tests for access token v3 by @KShivendu in #321
- fix: Fix failing django2x frontend integration tests by @KShivendu in #322
Full Changelog: v0.12.9...v0.13.0
v0.12.6
What's Changed
- feat: Cdi check by @iresharma in #303
- feat: search apis for dashboard by @iresharma in #297
- test: Dashboard search tests by @iresharma in #306
- feat: Add search APIs to the dashboard recipe by @nkshah2 in #304
- chore: email templates updated by @iresharma in #308
Full Changelog: v0.12.5...v0.12.6
v0.12.5
What's Changed
- feat: analytics api endpoint for dashboard by @iresharma in #299
- feat: Add telemetry API to dashboard recipe by @nkshah2 in #301
Full Changelog: v0.12.4...v0.12.5
v0.12.4
What's Changed
- chore: Add dashboard init to all example apps by @nkshah2 in #298
- New providers by @rishabhpoddar in #300
Full Changelog: v0.12.3...v0.12.4
v0.12.3
What's Changed
- test: Add tests for thirdparty by @KShivendu in #292
- feat: Email password login for dashboard by @iresharma in #289
- Feat: Interface and routing for email-password login by @iresharma in #290
- feat: Api logic implementation by @iresharma in #291
- feat: Email password feature branch by @iresharma in #293
- fix: broken tests for dashboard email password PR by @iresharma in #295
New Contributors
- @iresharma made their first contribution in #289
Full Changelog: v0.12.2...v0.12.3
v0.12.0
What's Changed
- fix: Clear session changes for header based auth by @KShivendu in #275
- feat: Introduce header based auth along with existing cookie based auth by @KShivendu in #262
- fix: MagicMock import issue for python >=3.8 by @KShivendu in #278
- fix: Fix frontend integration and unit test failures by @KShivendu in #279
- fix: Relax werkzeug version constraints by @KShivendu in #280
- fix: Failing supertokens-website frontendIntegration tests by @KShivendu in #281
- fix: Run npm i after installing supertokens node to fix tests by @KShivendu in #282
- test: Fix unit test timeout in CI by @KShivendu in #283
Full Changelog: v0.11.13...v0.12.0
v0.11.12
What's Changed
- fix: Django cookie expiry time format by @KShivendu in #270
Full Changelog: v0.11.11...v0.11.12
v0.11.11
v0.11.0
What's Changed
- feat: Refactor session claims and tests by @KShivendu in #211
- feat: Add and use email verification claim by @KShivendu in #215
- feat(session): Review based changes by @KShivendu in #221
- feat: Session claims (test+changelog+example) by @KShivendu in #223
- feat: Add session claims feature by @KShivendu in #209
- fix: session claims by @KShivendu in #224
- test: Fix failing unit tests by @KShivendu in #225
- test: Fix failing tests for django and flask by @KShivendu in #227
- fix: session claims auth-react tests for Flask by @KShivendu in #228
Full Changelog: v0.10.4...v0.11.0