The Wire · Showcase
REALTIME SHIPPING LOGGING FIX, SELF-HOSTED SHELL ALIGNMENT LANDS
By RepoJournal · Filed · About Supabase
Realtime v2.107.2 improves observability into publication changes while self-hosted deployments align their shell execution layer.
Realtime shipped v2.107.2 [1] with a logging fix [2] that surfaces publication changes on the Poller, making it easier to debug what's actually happening in your subscriptions. The release follows a pattern-setting week on the realtime desk where connection settling logic [3] landed before publication visibility improvements. On the self-hosted front, the Kong entrypoint script got aligned to use /bin/sh shebang [4] [5] instead of /bin/bash, matching what the compose file actually invokes. This is a small but important consistency fix that prevents future confusion in containerized deployments. Both changes represent the kind of operational polish that prevents debugging headaches down the line.
One email a day. Unsubscribe in one click.
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. Read a past issue →
Action items
- → Upgrade realtime to v2.107.2 for improved publication logging supabase/realtime [plan]
- → Rebuild self-hosted deployments to pick up Kong entrypoint alignment supabase/supabase [plan]
References
- [1] v2.107.2 ↗ supabase/realtime
- [2] fix: log when publication changes on Poller ↗ supabase/realtime
- [3] chore: let the connection settle before db action ↗ supabase/realtime
- [4] chore(self-hosted): use /bin/sh shebang in kong-entrypoint.sh ↗ supabase/supabase
- [5] chore(self-hosted): use /bin/sh shebang in kong-entrypoint.sh (#46897) supabase/supabase