Pull Request Explorer

Back to Repo
Exploring 54 PRs for Supabase Js. Want this for your team? Start Free Trial
Title Author Size AI Cycle Time Review Merged
chore(release): version 2.110.9 changelogs supabase-releaser M No 0.0h 0.0h Jul 27, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(realtime): preserve presence refs 7ttp M No 1.5h 0.6h Jul 27, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore(repo): triage synced capability IDs in sdk-compliance supabase-releaser XL No 5.4h 5.4h Jul 27, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore(repo): migrate to latest nx mandarini XL No 69.2h 69.1h Jul 27, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(auth): downgrade stale refresh token console noise 7ttp S No 69.3h 0.8h Jul 27, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore(repo): bump postcss override and fix playwright 1.62 tsconfig failure mandarini M No 0.7h 0.4h Jul 27, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(repo): bump postcss, babel, next to clear audit advisories mandarini XL No 66.8h 0.5h Jul 27, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore(deps): bump actions/stale from 10.3.0 to 10.4.0 in the actions-minor-and-patch group across 1 directory dependabot XS No 19.8h 19.8h Jul 23, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore(deps): bump actions/setup-node from 6.4.0 to 7.0.0 dependabot S No 16.0h 16.0h Jul 23, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates dependabot XL No 16.8h 16.8h Jul 23, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(repo): populate symbols in sdk-compliance so capabilities are verifiable mandarini XL No 1.7h 0.0h Jul 22, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(repo): override sharp to >=0.35.0 to clear libvips advisory mandarini XL No 0.8h 0.2h Jul 22, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore(release): version 2.110.8 changelogs supabase-releaser M No 15.4h 15.4h Jul 22, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(storage): url-encode object key in CDN purge methods mandarini M No 0.3h 0.1h Jul 21, 2026

LLM analysis pending

This PR has not been analyzed yet.

ci: weekly SDK compliance sync via supabase/sdk reusable workflow spydon S No 120.5h 0.0h Jul 21, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(auth): downgrade aborted/transient fetch failures from console.error to warn mandarini M No 0.9h 0.1h Jul 21, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(functions): match response Content-Type case-insensitively PedroHenrique0713 S No 226.1h 208.2h Jul 21, 2026

LLM analysis pending

This PR has not been analyzed yet.

ci: grant pull-requests write to SDK compliance caller spydon XS No 79.4h 0.9h Jul 20, 2026

LLM analysis pending

This PR has not been analyzed yet.

fix(supabase): skip Node warning in Deno 7ttp S No 3.3h 2.7h Jul 20, 2026

LLM analysis pending

This PR has not been analyzed yet.

chore(release): version 2.110.7 changelogs supabase-releaser M No 0.0h 0.0h Jul 16, 2026

Summary

Docs

Update changelogs for version 2.110.7

Automated update of release notes to reflect new version, ensuring accurate documentation for users.

Health Assessment

Medium
Low
Low
  • PR merged immediately with no review, indicating routine release documentation update.

AI Details

Tech Stack

chore(deps): bump denoland/setup-deno from 2.0.4 to 2.0.5 in the actions-minor-and-patch group dependabot XS No 19.4h 19.4h Jul 16, 2026

Summary

CI/CD

Bump denoland/setup-deno action version

Updates the Deno setup action to the latest patch, ensuring CI workflows use the most recent stable Deno environment.

Health Assessment

Small
Low
Medium
  • Automated dependency update via Dependabot, minimal changes, quick merge.

AI Details

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
fix(realtime): update phoenix to fix presence issue edgurgel S No 12.1h 0.1h Jul 16, 2026

Summary

Bug Fix

Update Phoenix to fix presence issue

Fixes a security vulnerability in Phoenix used by Supabase Realtime, ensuring presence functionality remains reliable.

Health Assessment

Small
Low
Low
  • Quick review and merge within 12 hours, minimal changes, low risk.

AI Details

Tech Stack

Languages: Typescript
fix(realtime): trigger set auth on INITIAL_SESSION event filipecabaco S No 1.0h 1.0h Jul 15, 2026

Summary

Bug Fix

Fix realtime auth trigger on INITIAL_SESSION event

Ensures that the Supabase client correctly sets authentication when an INITIAL_SESSION event is received, improving session handling reliability.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, fast review and merge.

AI Details

Tech Stack

Languages: Typescript
fix(postgrest): correct self-reference inference 7ttp M No 5.0h 4.1h Jul 15, 2026

Summary

Bug Fix

Fix self-reference inference in Postgrest

Corrects type inference for self-referencing foreign keys, ensuring accurate query types and preventing runtime errors.

Health Assessment

Medium
Low
Low
  • Fast turnaround with a single review request; minimal changes focused on type inference bug.

AI Details

Tech Stack

Languages: Typescript, Sql
chore(release): version 2.110.6 changelogs supabase-releaser M No 0.1h 0.1h Jul 15, 2026

Summary

Docs

Update changelogs for version 2.110.6

Automated update of release notes to reflect new version, ensuring accurate documentation for users.

Health Assessment

Small
Low
Low
  • Quick automated PR with minimal review, typical for release documentation updates.

AI Details

Tech Stack

fix(supabase): warn instead of throw for unrecognized sb_ API key subtypes mandarini M No 2.9h 0.1h Jul 15, 2026

Summary

Bug Fix

Warn instead of throw for unrecognized sb_ API key subtypes

This PR relaxes API key validation in SupabaseClient, allowing temporary and future key subtypes to be accepted silently or with a warning, improving developer experience and preventing constructor failures.

Health Assessment

Medium
Low
Low
  • Quick fix with minimal changes, fast review, no blockers.

AI Details

Tech Stack

Languages: Typescript
fix(realtime): forward opts to send() in track() FrancoKaddour S No 276.7h 276.7h Jul 15, 2026

Summary

Bug Fix

Fix realtime track timeout forwarding

Ensures custom timeout options are respected when tracking presence events, preventing silent failures and improving reliability.

Health Assessment

Small
Low
Medium
  • The PR fixed a subtle bug in presence tracking; review was delayed but only required a single approval, indicating low complexity.

AI Details

Tech Stack

Languages: Typescript
fix(postgrest): type hinted self-referencing embeds as arrays mandarini M No 26.2h 10.5h Jul 14, 2026

Summary

Bug Fix

Fix self-referencing embed type hinting

Corrects type inference for self-referencing embeds in PostgREST client, ensuring arrays are returned when hints are used. This prevents incorrect single-object typing and improves API consistency.

Health Assessment

Medium
Low
Medium
  • PR addressed a specific type inference issue with minimal changes and a single review round, leading to a quick merge.

AI Details

Tech Stack

Languages: Typescript
chore(release): version 2.110.5 changelogs supabase-releaser S No 0.1h 0.1h Jul 14, 2026

Summary

Docs

Update changelogs for version 2.110.5

Automated update of release notes to reflect new version, ensuring accurate documentation for users.

Health Assessment

Small
Low
Low
  • Quick automated PR with minimal changes, merged within minutes.

AI Details

Tech Stack

chore(release): version 2.110.4 changelogs supabase-releaser M No 4.5h 4.5h Jul 14, 2026

Summary

Chore

Update changelogs for version 2.110.4

Automated update of release notes for new version, ensuring accurate documentation for users.

Health Assessment

Medium
Low
Low
  • Quick automated PR with minimal review, typical for release changelog updates.

AI Details

Tech Stack

fix(supabase): avoid edge runtime warning 7ttp S No 4.8h 4.8h Jul 14, 2026

Summary

Bug Fix

Avoid Edge Runtime Warning in Supabase JS

Prevents Next.js Edge Runtime warnings by dynamically reading Node version, improving compatibility and stability for edge deployments.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, resolved in a single commit, indicating low complexity and high confidence.

AI Details

Confidence: 0.20

Tech Stack

Languages: Typescript
fix(realtime): encode broadcast header fields as UTF-8 PedroHenrique0713 M No 43.2h 21.1h Jul 13, 2026

Summary

Bug Fix

Encode broadcast header fields as UTF-8

Ensures binary realtime messages correctly encode non‑ASCII characters, preventing data corruption and improving reliability.

Health Assessment

Small
Low
Low
  • Quick single‑commit fix with one review round, no breaking changes, minimal scope, low risk to production.

AI Details

Tech Stack

Languages: Javascript
fix(functions): stop sending API key in Authorization header for function calls mandarini L No 75.3h 0.2h Jul 13, 2026

Summary

Bug Fix

Fix functions: stop sending API key in Authorization header

Edge Function calls now use the correct authentication headers, preventing gateway errors and aligning with server SDK conventions, improving reliability for developers.

Health Assessment

Large
Low
Low
  • Fast review turnaround and minimal rework indicate a straightforward bugfix with low complexity.

AI Details

Tech Stack

Languages: Typescript
chore(release): version 2.110.3 changelogs supabase-releaser S No 0.1h 0.1h Jul 13, 2026

Summary

Docs

Update changelogs for version 2.110.3

Ensures release notes accurately reflect new features and fixes for users and developers.

Health Assessment

Small
Low
Low
  • Rapid merge with minimal review indicates straightforward changelog update.

AI Details

Tech Stack

fix(auth): preserve pkce verifier 7ttp M No 63.3h 63.3h Jul 13, 2026

Summary

Bug Fix

Preserve PKCE verifier during session saves

Ensures PKCE flow integrity by preventing premature clearing of verifier during unrelated session updates, improving authentication reliability.

Health Assessment

Medium
Low
Medium
  • Review took over a day, but only one round of changes, indicating moderate complexity.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
docs(postgrest): fix outdated `cross-fetch` guidance kanadgupta XS No 81.8h 7.2h Jul 13, 2026

Summary

Docs

Fix outdated cross-fetch guidance in docs

Updates documentation to reflect current fetch usage, ensuring accurate guidance for developers.

Health Assessment

Small
Low
Low
  • PR had a straightforward docs update with minimal code changes, reviewed quickly and merged after resolving type issues on master.

AI Details

Tech Stack

Languages: Typescript
docs(realtime): clarify presence.enabled semantics mandarini S No 1.5h 1.4h Jul 10, 2026

Summary

Docs

Clarify presence.enabled semantics in realtime docs

Clarifies how the presence.enabled flag controls client-side presence state, helping developers avoid confusion.

Health Assessment

Small
Low
Low
  • Quick review and merge, minimal changes, straightforward documentation update.

AI Details

Confidence: 0.10

Tech Stack

Languages: Typescript
fix(postgrest): pin tstyche target off floating latest mandarini XS No 0.9h 0.4h Jul 10, 2026

Summary

Chore

Pin postgrest-js type-testing matrix to TypeScript 6.0

Prevents CI failures due to TypeScript 7.0 changes by pinning the postgrest-js type-testing matrix to TypeScript 6.0.

Health Assessment

Small
Low
Low
  • Quick resolution to a CI issue caused by a TypeScript version change.

AI Details

Tech Stack

Languages: Javascript
Frameworks: Typescript
chore(release): version 2.110.2 changelogs supabase-releaser S No 0.0h 0.0h Jul 09, 2026

Summary

Docs

Update changelogs for version 2.110.2

Automated update of release notes to reflect new version, ensuring accurate documentation for users.

Health Assessment

Small
Low
Low
  • Fast merge with no review needed, typical for automated changelog updates.

AI Details

Tech Stack

fix(auth): clear local session on signout failures pjpjq M No 7.8h 7.8h Jul 07, 2026

Summary

Bug Fix

Clear local session on signout failures

Ensures local authentication state is cleared on signout failures, preventing users from remaining logged in after a network error. Improves security and user experience by avoiding stale sessions.

Health Assessment

Medium
Low
Low
  • The PR was reviewed and merged within a single day with minimal changes, indicating a straightforward bug fix with low risk.

AI Details

Confidence: 1.00

Tech Stack

Languages: Typescript
chore(release): version 2.110.1 changelogs supabase-releaser S No 0.0h 0.0h Jul 07, 2026

Summary

Docs

Update changelogs for version 2.110.1

Adds updated release notes for the 2.110.1 release, ensuring users and developers have accurate documentation.

Health Assessment

Small
Low
Low
  • PR merged instantly with no review, typical for automated changelog updates.

AI Details

Tech Stack

docs(repo): register custom typedoc tags and clean up jsdoc warnings mandarini M No 20.9h 1.6h Jul 07, 2026

Summary

Docs

Register custom TypeDoc tags and clean JSDoc warnings

Reduces documentation build noise and fixes doc bugs, improving developer experience and ensuring accurate API docs.

Health Assessment

Medium
Low
Low
  • Quick review and merge with minimal changes, indicating a straightforward documentation cleanup.

AI Details

Tech Stack

Languages: Javascript
fix(auth): defer init-time notifications until initializePromise resolves mandarini M No 22.5h 3.6h Jul 07, 2026

Summary

Bug Fix

fix auth: defer init-time notifications

Prevents circular deadlocks during auth initialization by deferring notifications until initializePromise resolves, ensuring public auth methods can be safely called from onAuthStateChange callbacks.

Health Assessment

Small
Low
Low
  • The PR was reviewed and merged quickly, indicating a straightforward fix with minimal risk.

AI Details

Tech Stack

Languages: Typescript, Javascript
fix(realtime): suppress disconnected status from onHeartbeat consumers mandarini XS No 2.6h 2.6h Jul 06, 2026

Summary

Bug Fix

Suppress disconnected status from heartbeat consumers

This change eliminates unpredictable 'disconnected' heartbeat events, ensuring reliable connection status handling for consumers. It prevents flaky behavior in applications relying on heartbeat status.

Health Assessment

Small
Low
Low
  • Quick fix with minimal changes, no breaking changes, fast review and merge.

AI Details

Tech Stack

Languages: Typescript
ci(repo): pass build-command and spec-glob to SDK compliance workflow mandarini XS No 0.1h 0.1h Jul 06, 2026

Summary

CI/CD

Update SDK compliance CI workflow inputs

Centralizes build configuration for SDK compliance, enabling future build changes without registry updates.

Health Assessment

Small
Low
Low
  • Quick approval with minimal changes indicates low complexity and high confidence in the update.

AI Details

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
ci: use per-language SDK compliance workflow spydon XS No 26.7h 26.7h Jun 30, 2026

Summary

CI/CD

Use per-language SDK compliance workflow

Switches SDK compliance checks to per-language workflows, improving accuracy and maintainability of CI pipelines.

Health Assessment

Small
Low
High
  • Review was delayed, but minimal changes and quick merge after review.

AI Details

Tech Stack

Languages: Yaml
Frameworks: Github-Actions
chore(release): version 2.110.0 changelogs supabase-releaser M No 0.6h 0.6h Jun 30, 2026

Summary

Docs

Update changelogs for version 2.110.0

Ensures release notes accurately reflect new features and fixes for users and developers.

Health Assessment

Small
Low
Low
  • Quick automated update with minimal review, typical for release changelog maintenance.

AI Details

Tech Stack

feat(repo): drop Node.js 20 support mandarini L No 3.8h 0.1h Jun 30, 2026

Summary

Chore

Drop Node.js 20 support across supabase-js

Eliminates support for end‑of‑life Node.js 20, simplifying code and reducing maintenance burden.

Health Assessment

Small
Low
Low
  • Fast review and merge, minimal rework, straightforward maintenance change.

AI Details

Tech Stack

Languages: Typescript, Javascript
chore(release): version 2.109.0 changelogs supabase-releaser M No 3.8h 3.8h Jun 30, 2026

Summary

Chore

Update changelogs for version 2.109.0

Automated update of release notes to reflect new version, ensuring accurate documentation for users.

Health Assessment

Medium
Low
Low
  • Quick automated PR with minimal review, indicating efficient release process.

AI Details

Tech Stack

chore: remove SECURITY.md in favor of org-wide policy spydon M No 18.9h 6.7h Jun 30, 2026

Summary

Docs

Remove SECURITY.md in favor of org-wide policy

Consolidates security policy to the organization-wide default, eliminating duplicate documentation.

Health Assessment

Medium
Low
Low
  • Fast review and merge with minimal changes; no functional impact.

AI Details

Tech Stack

Page 1 of 2 »

Get this analytics stack for your team

Connect GitHub and see cycle time, review bottlenecks, PR flow, and trend changes in minutes.

Connect Repos