Releases: supertokens/supertokens-website
Releases · supertokens/supertokens-website
v16.0.9
What's Changed
- fix: fix fetch interceptor calling clone on URL instances by @porcellus in #216
- test: update existing tests to match v3 access token behaviour by @porcellus in #215
Full Changelog: v16.0.8...v16.0.9
v16.0.8
What's Changed
- Storage handler for browser-tabs-lock by @rishabhpoddar in #213
Full Changelog: v16.0.7...v16.0.8
v16.0.6
What's Changed
- fix: refactor delayIfNecessary in XHR interceptor by @porcellus in #212
Full Changelog: v16.0.5...v16.0.6
v16.0.1
What's Changed
- fix: correctly handle if last header is empty in XHR interceptor by @porcellus in #193
- test: empty header test fix by @porcellus in #194
Full Changelog: v16.0.0...v16.0.1
v16.0.0
What's Changed
- fix: includesAny and getHost by @sattvikc in #190
- feat: header based auth by @porcellus in #183
- test: fix test failure in CI/CD by @porcellus in #191
New Contributors
Full Changelog: v15.0.0...v16.0.0
v15.0.0
What's Changed
- feat!: add getWindowUnsafe to windowHandler by @porcellus in #178
- feat: add lockFactory config by @sublimator in #186
New Contributors
- @sublimator made their first contribution in #186
Full Changelog: v14.0.3...v15.0.0
v14.0.0
What's Changed
- feat: xmlhttprequest interception by @rishabhpoddar in #153
- fix: xhr console errors by @porcellus in #165
Full Changelog: v13.1.1...v14.0.0
v13.1.0
What's Changed
- feat: session claims by @porcellus in #149
- feat: catch claim refresh errors by @porcellus in #157
Full Changelog: v13.0.2...v13.1.0
v3.2.9
v3.2.8
Changes sessionPossiblyExists to be non async. Credit @eweitnauer for finding this bug.