Releases: supabase/server
Releases · supabase/server
server: v1.0.0
server-v1.0.0-rc.53
What's Changed
- docs: fix incorrect middleware execution order in Hono adapter by @alanzabihi in #42
- docs: update environment variable descriptions for clarity by @kallebysantos in #44
- docs: setup typedoc and gh pages by @mandarini in #45
- Pre-v1 API cleanup: rename allow/authType/claims, narrow authKeyName, refresh adapter docs by @tomaspozo in #48
- chore: release 1.0.0 by @mandarini in #49
- chore: release 1.0.0 by @mandarini in #50
New Contributors
- @alanzabihi made their first contribution in #42
Full Changelog: server-v0.2.0...server-v1.0.0-rc.53
server: v0.2.0
0.2.0 (2026-04-24)
⚠ BREAKING CHANGES
- when multiple auth modes are allowed, a present-but-invalid JWT is now rejected with InvalidCredentialsError instead of falling through to the next mode. Clients that previously relied on silent fallthrough (e.g., stale token + valid apikey) must now either omit the Authorization header or refresh the token.
Features
Bug Fixes
server-v0.2.0-rc.46
What's Changed
- chore(deps-dev): bump hono from 4.12.12 to 4.12.14 in the npm_and_yarn group across 1 directory by @dependabot[bot] in #40
Full Changelog: server-v0.2.0-rc.45...server-v0.2.0-rc.46
server-v0.2.0-rc.45
What's Changed
- feat: add H3 adapter by @wobsoriano in #36
New Contributors
- @wobsoriano made their first contribution in #36
Full Changelog: server-v0.2.0-rc.44...server-v0.2.0-rc.45
server-v0.2.0-rc.44
What's Changed
- docs: grounded README examples around a cohesive "favorite games" app by @johnstonmatt in #28
- docs: add beta disclaimer to README and SKILL by @tomaspozo in #30
- docs: document userClaims and authKeyName in context by @TupiC in #33
- ci: setup jsr publishing by @mandarini in #37
- chore(deps): bump the npm_and_yarn group across 1 directory with 6 updates by @dependabot[bot] in #32
- fix!: reject invalid JWTs immediately instead of falling through to next auth mode by @homanp in #35
New Contributors
- @johnstonmatt made their first contribution in #28
- @TupiC made their first contribution in #33
- @homanp made their first contribution in #35
Full Changelog: server-v0.1.4...server-v0.2.0-rc.44
server: v0.1.4
Immutable
release. Only release title and notes can be modified.
0.1.4 (2026-04-01)
Features
- add
supabaseOptionsand refactor client creation to options objects (#19) (5a10099) - exposing
keyNametoSupabaseContext(#22) (7f1b1a7) - implement server-side DX primitives, wrappers, and adapters (#6) (d206e5c)
- passing down Database generic type to
createClient(#16) (4053f6d) - set initial release version (8352bda)
- standardize error response (#18) (a7ddb74)
Bug Fixes
- key name resolution for client creation (#9) (e17bd4e)
- move SKILL.md into skills/ subdirectory to align with agentskills spec (#24) (10c8780)
- release action (#29) (91580d1)
- remove provenance until repo is public (2ebbc71)
- removing
corelib exports from root index (#17) (5e53e3c) - support bare array format for SUPABASE_JWKS (#8) (6bd2e4d)
server: v0.1.2
Immutable
release. Only release title and notes can be modified.
server-v0.1.4-rc.37
Immutable
release. Only release title and notes can be modified.
What's Changed
- chore: pin actions to sha by @staaldraad in #25
- fix: move SKILL.md into skills/ subdirectory to align with agentskills spec by @tomaspozo in #24
- chore(main): release server 0.1.3 by @supabase-releaser[bot] in #26
- fix: release action by @staaldraad in #29
New Contributors
- @staaldraad made their first contribution in #25
Full Changelog: server-v0.1.2...server-v0.1.4-rc.37
server-v0.1.2-rc.32
Immutable
release. Only release title and notes can be modified.
What's Changed
- docs: add SDK documentation and SKILL.md by @tomaspozo in #20
- refactor: remove @supabase/server/wrappers module by @tomaspozo in #21
- feat: exposing
keyNametoSupabaseContextby @kallebysantos in #22
Full Changelog: server-v0.1.1...server-v0.1.2-rc.32