Skip to content

Releases: supertokens/supertokens-golang

v0.12.11

29 Aug 11:18
Compare
Choose a tag to compare

What's Changed

  • refactor: Add handling for when Saas returns 429 because of rate limiting by @nkshah2 in #344

Full Changelog: v0.12.10...v0.12.11

v0.13.2

28 Aug 09:32
9e7bd46
Compare
Choose a tag to compare

What's Changed

  • refactor: Add handling for when Saas returns 429 because of rate limiting by @nkshah2 in #343
  • chore: Fix querier tests by @nkshah2 in #345

Full Changelog: v0.13.1...v0.13.2

v0.13.1

24 Aug 09:11
7c98fee
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.13.0...v0.13.1

v0.13.0

22 Aug 11:29
eb760d7
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.12.10...v0.13.0

v0.12.9

26 Jul 09:36
a462299
Compare
Choose a tag to compare

What's Changed

  • fix: Fix issue with dashboard throwing an error when updating the user's password by @nkshah2 in #312
  • fix: Reset thirdpartyemailpassword in dashboard tests by @nkshah2 in #313

Full Changelog: v0.12.8...v0.12.9

v0.12.7

20 Jun 17:31
4021ae6
Compare
Choose a tag to compare

What's Changed

  • fix: Fix access token verification logic to use latest version if the JWT header has no version in it by @nkshah2 in #294
  • feat: email templates updated by @iresharma in #287
  • fix: password reset template by @iresharma in #295
  • chore: Add test for verify session without using middleware by @nkshah2 in #300
  • refactor: Update specific test to nor run on CDI version below 2.21 by @nkshah2 in #301

Full Changelog: v0.12.6...v0.12.7

v0.12.6

02 Jun 09:07
5f5d148
Compare
Choose a tag to compare

What's Changed

  • fix: Fix an issue where JWKs would be fetched multiple times a minute instead of once by @nkshah2 in #290
  • Clean up jwks background tasks between tests by @nkshah2 in #291
  • Fix tests by @nkshah2 in #292
  • refactor: Refactor JWKs fetching logic for session recipe by @nkshah2 in #293

Full Changelog: v0.12.5...v0.12.6

v0.12.4

23 May 13:27
b7905ad
Compare
Choose a tag to compare

What's Changed

  • feat: Add a helper function to read the original request from the user context inside overrides by @nkshah2 in #286

Full Changelog: v0.12.3...v0.12.4

v0.12.0

09 May 16:42
538437c
Compare
Choose a tag to compare

What's Changed

  • refactor: Rename sessionData and its functions (JWT Rework #1) by @nkshah2 in #257
  • refactor: Automatically initialise OpenId recipe in session recipe (JWT Rework #3) by @nkshah2 in #259
  • refactor: Refactor JWT and OpenId recipes (JWT Rework #2) by @nkshah2 in #258
  • feat: Handle changes to access token becoming a JWT (JWT Rework #4) by @nkshah2 in #262
  • chore: Remove handshake info and general clean up (JWT Rework #5) by @nkshah2 in #263
  • feat: Add ExposeAccessTokenToFrontendInCookieBasedAuth (JWT Rework #6) by @nkshah2 in #264
  • refactor: Remove deprecated session functions (JWT Rework #7) by @nkshah2 in #265
  • feat: Add functions based on ADR 0030 [JWT Rework #1] by @nkshah2 in #272
  • feat: Add issuer to access token payload [JWT Rework #2] by @nkshah2 in #273
  • feat: optional password validation in updateEmailOrPassword by @iresharma in #276
  • chore: Update tests and fix logic based on test failures by @nkshah2 in #278
  • chore: Add test for verify session calling the core by @nkshah2 in #279
  • feat: Access token rework by @nkshah2 in #266
  • Update integration server and fix for tests by @nkshah2 in #280

Full Changelog: v0.11.0...v0.12.0

v0.10.7

12 Apr 05:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.6...v0.10.7