Skip to content

Releases: workos/authkit-tanstack-start

v0.10.1

24 Jun 20:42
3d78eaa

Choose a tag to compare

0.10.1 (2026-06-24)

Bug Fixes

  • update User test mocks for @workos-inc/node 10.4.0 (unblock publish) (#110) (4d91303)

v0.10.0

24 Jun 20:05
d2afc87

Choose a tag to compare

0.10.0 (2026-06-24)

⚠ BREAKING CHANGES

  • requires @workos-inc/node >=10.4.0 and Node >=22.11.

Bug Fixes

  • require @workos-inc/node >=10.4.0 (eventemitter3 Vite dev crash #106) (#107) (424a712)
  • scope getOrganization lookup to the authenticated session (#108) (61716ef)

v0.9.1

16 Jun 18:52
0cf7915

Choose a tag to compare

0.9.1 (2026-06-16)

Bug Fixes

  • evict stale PKCE verifier cookies to prevent HTTP 431 (#76) (#104) (1c77259)
  • lazy-import @workos/authkit-session in authkit-loader (#93) (c66a2bc)

v0.9.0

16 Jun 12:35
bf5bc50

Choose a tag to compare

0.9.0 (2026-06-15)

⚠ BREAKING CHANGES

  • requires @tanstack/react-start >=1.168.25, where createServerFn().validator() exists. Consumers on older TanStack Start versions must upgrade.

Bug Fixes

  • use createServerFn().validator() instead of deprecated inputValidator (#101) (f74fb28)

v0.8.6

11 Jun 21:26
d301071

Choose a tag to compare

0.8.6 (2026-06-11)

Bug Fixes

  • export getAuthKitContext as the public auth context accessor (#98) (ab38565)

v0.8.5

04 Jun 22:07
d4d9d19

Choose a tag to compare

0.8.5 (2026-06-04)

Bug Fixes

v0.8.4

03 Jun 14:13
92bb346

Choose a tag to compare

0.8.4 (2026-06-02)

Bug Fixes

  • client: remove useNavigate from AuthKitProvider to avoid SSR warning (#59) (85a288e), closes #57

v0.8.3

18 May 15:22
096049a

Choose a tag to compare

0.8.3 (2026-05-15)

Bug Fixes

  • eliminate middleware bundle leak via lazy dynamic import (#85) (b9a9592)

v0.8.2

08 May 18:41
4706e55

Choose a tag to compare

0.8.2 (2026-05-08)

Bug Fixes

  • align scheduled refresh buffer with isExpiring buffer (#80) (de3ea6e)

v0.8.1

04 May 13:30
9541ce7

Choose a tag to compare

0.8.1 (2026-05-04)

Bug Fixes

  • add explicit types to implicit any params in server spec (#78) (92526e8)