The Wire · Showcase
REALTIME SHIPS TWO PATCH RELEASES, DOCUMENTATION EXPANDS POSTGRES CONFIG OPTIONS
By RepoJournal · Filed · About Supabase
Supabase Realtime cut v2.112.12 and v2.112.11 overnight to clean up logging noise and bump critical dependencies, while the core docs get expanded PostgreSQL replication settings.
Realtime v2.112.12 [1] removes a verbose idle_shutdown log statement that was cluttering production logs, immediately followed by v2.112.11 [2] which bumps tesla and logflare_api_client dependencies. Both releases hit within hours, suggesting the team caught issues in quick succession. Meanwhile, supabase-js pinned to v2.110.2 [3] in Realtime now properly clears local sessions on signout failures, a credential hygiene fix worth noting. On the documentation front [4] [5], the PostgreSQL configuration guide now surfaces max_logical_replication_workers and max_sync_workers_per_subscription as CLI-configurable settings, closing a gap for teams scaling replication workloads. The CLI picked up a minor PostHog analytics bump [6], routine dependency maintenance.
Action items
- → Deploy Realtime v2.112.12 to silence log spam from idle_shutdown supabase/realtime [plan]
- → Review PostgreSQL replication settings docs if you're horizontally scaling subscribers supabase/supabase [monitor]
- → Verify supabase-js v2.110.2 session handling in your auth flow supabase/realtime [monitor]
References
- [1] v2.112.12 ↗ supabase/realtime
- [2] v2.112.11 ↗ supabase/realtime
- [3] chore: update @supabase/supabase-js to v2.110.2 ↗ supabase/realtime
- [4] Update PostgreSQL config options in documentation ↗ supabase/supabase
- [5] Update PostgreSQL config options in documentation (#47547) supabase/supabase
- [6] fix(deps): bump github.com/posthog/posthog-go from 1.17.4 to 1.17.5 in /apps/cli-go in the go-minor group across 1 directory ↗ supabase/cli