The Wire · Showcase
DOCS SCHEMA FIX KILLS 230 SEARCH CONSOLE ERRORS, POSTGRES WRAPPERS ACROSS VERSIONS
By RepoJournal · Filed · About Supabase
Supabase eliminated critical Google Search Console errors plaguing the docs, while shipping five Postgres builds across 15, 17, and architecture variants.
The docs team crushed a phantom Google Search Console blocker that was flagging 230 `/docs/guides/*` pages for missing `item` fields in BreadcrumbList schemas [1]. The fix filters out intermediate nav nodes without URLs, bringing the schema into compliance with Google's structured data spec—a silent win that recovers organic visibility. Meanwhile, monorepo sprawl got a small mercy: the auto-generated `rss.xml` will stop ghosting your git status in `apps/www` [2], eliminating the phantom modified file that's bitten every contributor at least once. On the Postgres front, the team shipped builds across three release lines—Postgres 15.14.1 and 17.6.0/17.6.1 with wrappers support [3][4][5]—plus x86-specific variants [6][7] for broader hardware compatibility. Realtime and multiplayer.dev both landed supabase-js v2.105.4 [8], which hardens auth JSON parsing, restores abort detection in PostgREST, and guards sessionStorage access in restricted-storage browsers [9].
Action items
- → Clear your git status and pull latest from main — rss.xml will stop appearing as modified supabase/supabase [plan]
- → Test your Realtime client connections with supabase-js v2.105.4 — sessionStorage guards matter for some browsers supabase/realtime [monitor]
- → Plan Postgres upgrade if you're on older 17.6.0 builds — 17.6.1 wrappers available now supabase/postgres [plan]
References
- [1] fix(docs): always emit BreadcrumbList `item` field ↗ supabase/supabase
- [2] chore(www): stop tracking auto-generated rss.xml ↗ supabase/supabase
- [3] 15.14.1.122-wrappers ↗ supabase/postgres
- [4] 17.6.0.079-orioledb-wrappers ↗ supabase/postgres
- [5] 17.6.1.122-wrappers ↗ supabase/postgres
- [6] 17.6.0.079-orioledb-wrappers-x86 ↗ supabase/postgres
- [7] 15.14.1.122-wrappers-x86 ↗ supabase/postgres
- [8] chore: update @supabase/supabase-js to v2.105.4 ↗ supabase/realtime
- [9] chore: update @supabase/supabase-js to v2.105.4 ↗ supabase/multiplayer.dev
FAQ
- What changed in Supabase on May 11, 2026?
- Supabase eliminated critical Google Search Console errors plaguing the docs, while shipping five Postgres builds across 15, 17, and architecture variants.
- What should Supabase teams do about it?
- Clear your git status and pull latest from main — rss.xml will stop appearing as modified • Test your Realtime client connections with supabase-js v2.105.4 — sessionStorage guards matter for some browsers • Plan Postgres upgrade if you're on older 17.6.0 builds — 17.6.1 wrappers available now
- Which Supabase repositories shipped on May 11, 2026?
- supabase/supabase, supabase/postgres, supabase/realtime, supabase/multiplayer.dev