Skip to content

Releases: supabase/server

server: v1.0.0

06 May 09:27
634f239

Choose a tag to compare

1.0.0 (2026-05-06)

Miscellaneous Chores

server-v1.0.0-rc.53

06 May 09:26
67de77f

Choose a tag to compare

server-v1.0.0-rc.53 Pre-release
Pre-release

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

Full Changelog: server-v0.2.0...server-v1.0.0-rc.53

server: v0.2.0

24 Apr 20:27
2fb043e

Choose a tag to compare

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

  • reject invalid JWTs immediately instead of falling through to next auth mode (#35) (0251690)

server-v0.2.0-rc.46

24 Apr 07:30
88319fd

Choose a tag to compare

server-v0.2.0-rc.46 Pre-release
Pre-release

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

23 Apr 21:00
4310142

Choose a tag to compare

server-v0.2.0-rc.45 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: server-v0.2.0-rc.44...server-v0.2.0-rc.45

server-v0.2.0-rc.44

23 Apr 00:23
0251690

Choose a tag to compare

server-v0.2.0-rc.44 Pre-release
Pre-release

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

Full Changelog: server-v0.1.4...server-v0.2.0-rc.44

server: v0.1.4

01 Apr 09:22
Immutable release. Only release title and notes can be modified.
b87e89a

Choose a tag to compare

0.1.4 (2026-04-01)

Features

  • add supabaseOptions and refactor client creation to options objects (#19) (5a10099)
  • exposing keyName to SupabaseContext (#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 core lib exports from root index (#17) (5e53e3c)
  • support bare array format for SUPABASE_JWKS (#8) (6bd2e4d)

server: v0.1.2

01 Apr 01:35
Immutable release. Only release title and notes can be modified.
7086e82

Choose a tag to compare

0.1.2 (2026-04-01)

Features

  • exposing keyName to SupabaseContext (#22) (7f1b1a7)

Documentation

  • add SDK documentation and SKILL.md (#20)

server-v0.1.4-rc.37

01 Apr 09:03
Immutable release. Only release title and notes can be modified.
91580d1

Choose a tag to compare

server-v0.1.4-rc.37 Pre-release
Pre-release

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

Full Changelog: server-v0.1.2...server-v0.1.4-rc.37

server-v0.1.2-rc.32

01 Apr 01:28
Immutable release. Only release title and notes can be modified.
7f1b1a7

Choose a tag to compare

server-v0.1.2-rc.32 Pre-release
Pre-release

What's Changed

Full Changelog: server-v0.1.1...server-v0.1.2-rc.32