realtime
realtime copied to clipboard
Broadcast, Presence, and Postgres Changes via WebSockets
## What kind of change does this PR introduce? Introduce error operational code so users can have better information on what is happening within Realtime
## What kind of change does this PR introduce? Add endpoint to disconnect all users for a given tenant
# Bug report - [x ] I confirm this is a bug with Supabase, not with my own application. - [x ] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub...
# Bug report - [X] I confirm this is a bug with Supabase, not with my own application. - [X] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
# Bug report - [ X ] I confirm this is a bug with Supabase, not with my own application. - [ X ] I confirm I have searched the...
Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.62 to 0.10.64. Release notes Sourced from es5-ext's releases. 0.10.64 (2024-02-27) Bug Fixes Revert update to postinstall script meant to fix Powershell issue, as it's a regression...
Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.62 to 0.10.64. Release notes Sourced from es5-ext's releases. 0.10.64 (2024-02-27) Bug Fixes Revert update to postinstall script meant to fix Powershell issue, as it's a regression...
# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...
## What kind of change does this PR introduce? Bug fix: allows overriding the default of `100` for `max_channels_per_client` on a realtime tenant. ## What is the current behavior? The...
## What kind of change does this PR introduce? Uses an INSERT RLS policy instead of a UPDATE to check if user can connect. This is done by checking if...