Patch Changes
-
#7281
e22740f7a90901bdf0089c41e7ae51678e4793a5Thanks @jwild2027! - fix(supabase): handle realtime subscriptions with multiple filters #6360Supabase Realtime
postgres_changessubscriptions support a singlefilterstring.
When multiple filters are provided,liveProvidernow uses only the first valid filter
and logs a warning instead of generating an invalid subscription payload.Resolves #6360