releases.sh
preview
Search
Docs
Supabase
/
Supabase JS
Supabase JS
$
npx -y @buildinternet/releases show supabase-js
Activity
Timeline
All
90d
30d
Sun
Mon
Tue
Wed
Thu
Fri
Sat
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
Less
More
Releases
96
Avg
32/mo
Versions
v2.90.2-canary.1 → v2.104.0-canary.2
Highlights
All Releases
Changelog
Jan 7, 2026
v2.90.0
↗
#
2.90.0 (2026-01-07)
🚀 Features
realtime:
expose heartbeat latency on heartbeat callback (
#1982
)
🩹 Fixes
auth:
add banned_until property to user type (
#1989
)
auth:
add last_challenged_at property to factor type (
#1990
)
auth:
clear initial setTimeout in stopAutoRefresh (
#1993
)
auth:
preserve session when magic link is clicked twice (
#1996
)
auth:
add configurable lock acquisition timeout to prevent deadlocks (
#1962
)
functions:
auto-stringify object body when custom Content-Type header is provided (
#1988
)
postgrest:
use post with return minimal for rpc head requests with object args (
#1994
)
supabase:
split type-only exports to avoid unused import warnings (
#1979
)
supabase:
inline string literal in databasewithoutinternals type (
#1986
)
supabase:
avoid edge runtime warnings in next.js (
#1998
)
❤️ Thank You
Eduardo Gurgel
Nico Kempe @nicokempe
Vaibhav @7ttp
yoshifumi kondo @yoshifumi-kondo
v2.89.1-canary.8
↗
#
2.89.1-canary.8 (2026-01-07)
🩹 Fixes
auth:
add configurable lock acquisition timeout to prevent deadlocks (
#1962
)
❤️ Thank You
yoshifumi kondo @yoshifumi-kondo
v2.89.1-canary.7
↗
#
2.89.1-canary.7 (2026-01-07)
🩹 Fixes
functions:
auto-stringify object body when custom Content-Type header is provided (
#1988
)
postgrest:
use post with return minimal for rpc head requests with object args (
#1994
)
❤️ Thank You
Vaibhav @7ttp
Jan 5, 2026
v2.89.1-canary.6
↗
#
2.89.1-canary.6 (2026-01-05)
🩹 Fixes
auth:
preserve session when magic link is clicked twice (
#1996
)
❤️ Thank You
Vaibhav @7ttp
v2.89.1-canary.5
↗
#
2.89.1-canary.5 (2026-01-05)
🩹 Fixes
auth:
clear initial setTimeout in stopAutoRefresh (
#1993
)
❤️ Thank You
Vaibhav @7ttp
v2.89.1-canary.4
↗
#
2.89.1-canary.4 (2026-01-05)
🩹 Fixes
supabase:
avoid edge runtime warnings in next.js (
#1998
)
❤️ Thank You
Vaibhav @7ttp
v2.89.1-canary.3
↗
#
2.89.1-canary.3 (2026-01-05)
🩹 Fixes
supabase:
inline string literal in databasewithoutinternals type (
#1986
)
❤️ Thank You
Vaibhav @7ttp
v2.89.1-canary.2
↗
#
2.89.1-canary.2 (2026-01-05)
🩹 Fixes
auth:
add banned_until property to user type (
#1989
)
auth:
add last_challenged_at property to factor type (
#1990
)
❤️ Thank You
Vaibhav @7ttp
Dec 23, 2025
v2.89.1-canary.1
↗
#
2.89.1-canary.1 (2025-12-23)
🩹 Fixes
supabase:
split type-only exports to avoid unused import warnings (
#1979
)
❤️ Thank You
Nico Kempe @nicokempe
v2.89.1-canary.0
↗
#
2.89.1-canary.0 (2025-12-23)
🚀 Features
realtime:
expose heartbeat latency on heartbeat callback (
#1982
)
❤️ Thank You
Eduardo Gurgel
Dec 18, 2025
v2.89.0
↗
#
2.89.0 (2025-12-18)
🚀 Features
auth:
add X (OAuth 2.0) provider (
#1960
)
auth:
add string array support for AMR claims (
#1967
)
supabase:
export DatabaseWithoutInternals utility type (
#1935
)
❤️ Thank You
Cemal Kılıç @cemalkilic
issuedat @issuedat
Vaibhav @7ttp
v2.88.1-canary.2
↗
#
2.88.1-canary.2 (2025-12-18)
🚀 Features
supabase:
export DatabaseWithoutInternals utility type (
#1935
)
❤️ Thank You
Vaibhav @7ttp
Dec 17, 2025
v2.88.1-canary.1
↗
#
2.88.1-canary.1 (2025-12-17)
🚀 Features
auth:
add string array support for AMR claims (
#1967
)
❤️ Thank You
Cemal Kılıç @cemalkilic
v2.88.1-canary.0
↗
#
2.88.1-canary.0 (2025-12-17)
🚀 Features
auth:
add X (OAuth 2.0) provider (
#1960
)
❤️ Thank You
issuedat @issuedat
Dec 16, 2025
v2.88.0
↗
#
2.88.0 (2025-12-16)
🚀 Features
auth:
allow custom predicate for detectSessionInUrl option (
#1958
)
postgrest:
add notin filter (
#1957
)
repo:
migrate build system to tsdown for proper ESM/CJS support (
#1961
)
🩹 Fixes
realtime:
handle websocket race condition in node.js (
#1946
)
realtime:
omit authorization header when no access token exists (
#1937
)
❤️ Thank You
Katerina Skroumpelou @mandarini
Vaibhav @7ttp
v2.87.4-canary.5
↗
#
2.87.4-canary.5 (2025-12-16)
🚀 Features
repo:
migrate build system to tsdown for proper ESM/CJS support (
#1961
)
❤️ Thank You
Katerina Skroumpelou @mandarini
v2.87.4-canary.4
↗
#
2.87.4-canary.4 (2025-12-16)
🚀 Features
repo:
use tsup (
1b89a036
)
🩹 Fixes
auth:
extension (
714fb616
)
repo:
backwards compatible deep import (
e81ec6e4
)
repo:
remove deep internal imports from tests (
06e1ab87
)
repo:
build before test tupes (
13ae5ac7
)
repo:
from tsup to tsdown (
d7717526
)
repo:
make sure its backwards compatible (
372f63ed
)
repo:
remove old build commands (
e5737c8c
)
repo:
restore package lock (
5cfe4646
)
❤️ Thank You
Katerina Skroumpelou
v2.87.4-canary.3
↗
#
2.87.4-canary.3 (2025-12-16)
🚀 Features
auth:
allow custom predicate for detectSessionInUrl option (
#1958
)
❤️ Thank You
Katerina Skroumpelou @mandarini
v2.87.4-canary.2
↗
#
2.87.4-canary.2 (2025-12-16)
🚀 Features
postgrest:
add notin filter (
#1957
)
❤️ Thank You
Katerina Skroumpelou @mandarini
v2.87.4-canary.1
↗
#
2.87.4-canary.1 (2025-12-16)
🩹 Fixes
realtime:
omit authorization header when no access token exists (
#1937
)
❤️ Thank You
Vaibhav @7ttp
Previous
4
5
6
7
8
Next
Latest
v2.104.0-canary.2
Source
@supabase/supabase-js
Changelog
View changelog
Tracking Since
Jul 12, 2025
Last checked Apr 19, 2026
.json
·
.md
·
.atom
More from this team
v2.91.2-rc.0
Jan 23, 2026
via
Supabase · Supabase JS
v2.89.1-canary.0
Dec 23, 2025
via
Supabase · Supabase JS
v2.100.0
Mar 23, 2026
via
Supabase · Supabase JS
v2.91.1-canary.2
Jan 23, 2026
via
Supabase · Supabase JS
Similar releases
v2.91.2-rc.0
Jan 23, 2026
via
Supabase · Supabase JS
v2.89.1-canary.0
Dec 23, 2025
via
Supabase · Supabase JS
v2.100.0
Mar 23, 2026
via
Supabase · Supabase JS
v2.91.1-canary.2
Jan 23, 2026
via
Supabase · Supabase JS
v2.89.1-canary.2
Jan 5, 2026
via
Supabase · Supabase JS
v2.101.0
Mar 30, 2026
via
Supabase · Supabase JS
v2.100.0-canary.9
Mar 30, 2026
via
Supabase · Supabase JS
v2.93.0
Jan 26, 2026
via
Supabase · Supabase JS
v2.89.1-canary.2
Jan 5, 2026
via
Supabase · Supabase JS
v2.101.0
Mar 30, 2026
via
Supabase · Supabase JS
v2.100.0-canary.9
Mar 30, 2026
via
Supabase · Supabase JS
v2.93.0
Jan 26, 2026
via
Supabase · Supabase JS
Other sources from this team
Supabase
Supabase
·
27 releases
·
latest Apr 9, 2026
Supabase CLI
Supabase
·
224 releases
·
latest Apr 20, 2026
Supabase Auth
Supabase
·
210 releases
·
latest Apr 16, 2026
Supabase Changelog
Supabase
·
207 releases
·
latest Apr 14, 2026
Similar sources
libSQL JS
Turso
·
103 releases
·
latest Apr 15, 2026
PlanetScale database-js
PlanetScale
·
34 releases
·
latest Mar 25, 2026
JS SDK
Langfuse
·
104 releases
·
latest Apr 17, 2026
JS SDK
Inngest
·
105 releases
·
latest Apr 15, 2026
JS SDK
LaunchDarkly
·
134 releases
·
latest Apr 20, 2026
Prisma
Prisma
·
202 releases
·
latest Apr 7, 2026