Skip to content

v2.51.0

Latest

Choose a tag to compare

@supabase-releaser supabase-releaser released this 08 Jul 23:25
27f31bf

2.51.0 (2026-07-08)

Features

  • realtime: update httpSend() to per-event broadcast URL format with binary support (#1086) (adb4928)

Bug Fixes

  • auth: harden RSA JWK verification against malformed keys (#1079) (8b29aeb)
  • auth: include code_challenge in resend() when using PKCE flow (#1085) (c781371)
  • postgrest: encode rpc GET/HEAD scalar params by JSON type (#1092) (6e53a6f)
  • realtime: keep current access token when token fetch fails in setAuth (#1077) (e62ebe0)
  • storage: preserve limit/offset defaults when list() receives partial options (#1087) (0e859d6)
  • storage: preserve sortBy defaults when list() receives partial sortBy (#1084) (ccd33f2)