RepoJournal
Supabase

@supabase

The open-source Firebase alternative powering thousands of startups

Keep up with Supabase in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: JavaScript Full archive →

The Wire · Showcase

SUPABASE FIXES 90K DAILY BOT 404S, TANSTACK-DB CATCHES UP TO 0.6.X

By RepoJournal · Filed · About Supabase

LLM bots have been hammering your docs guides with 404s on pages that work fine for humans, and it's fixed.

The docs middleware was blindly rewriting all `/docs/guides/*` requests to the markdown handler without checking whether a `.md` file actually existed [1]. That meant ~90K daily 404s landed on real HTML pages serving 200 responses to regular traffic, poisoning bot crawls while your content stayed live. The fix catches both the middleware and the handler, so bots now get what humans get [2]. Over in tanstack-db, the 0.6.x version bump broke the whole package: @tanstack/db widened the `From` type to include `UnionFrom` and `UnionAll`, but `serializeFrom()` still only accepted the old union, causing type-check failures [4]. That's now fixed with proper union serialization support [5]. The CLI picked up a minor runtime patch addressing a regression in parameter validation [3]. Postgres continues shipping test builds across versions 15, 17.6, and 17.9 with OrioleDB variants [6][7][8][9][10].

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] fix(docs): stop named-bot markdown 404s on guides ↗ supabase/supabase
  2. [2] fix(docs): stop named-bot markdown 404s on guides (#47337) supabase/supabase
  3. [3] chore(deps): bump github.com/oapi-codegen/runtime from 1.4.1 to 1.4.2 in /apps/cli-go in the go-minor group across 1 directory ↗ supabase/cli
  4. [4] fix: support @tanstack/db 0.6.x `From` union types ↗ supabase/tanstack-db
  5. [5] fix: support @tanstack/db 0.6.x `From` union types (#6) supabase/tanstack-db
  6. [6] 17.9.0.001-orioledb-orioledb-test-4 ↗ supabase/postgres
  7. [7] 15.14.1.140-orioledb-test-4 ↗ supabase/postgres
  8. [8] 17.6.1.140-orioledb-test-4 ↗ supabase/postgres
  9. [9] 17.6.1.140-orioledb-test-4-x86 ↗ supabase/postgres
  10. [10] 15.14.1.140-orioledb-test-4-x86 ↗ supabase/postgres

Quick answers

What shipped in Supabase on June 28, 2026?
LLM bots have been hammering your docs guides with 404s on pages that work fine for humans, and it's fixed. In total, 2 commits, 3 pull requests, and 6 releases landed.
Who contributed to Supabase on June 28, 2026?
3 developers shipped this update, including pamelachia, dependabot[bot], and AndroidPoet.
What were the notable Supabase updates?
fix(docs): stop named-bot markdown 404s on guides, fix(docs): stop named-bot markdown 404s on guides (#47337), and chore(deps): bump github.com/oapi-codegen/runtime from 1.4.1 to 1.4.2 in /apps/cli-go in the go-minor group across 1 directory.

More from @supabase

Daily updates, in your inbox

Follow Supabase

Keep up with Supabase in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?

We use privacy-friendly analytics (Google Analytics, IP-anonymized) to see which pages help readers. No ads, and we never sell your data. See our Privacy Policy.