realtime-py icon indicating copy to clipboard operation
realtime-py copied to clipboard

feat: Support Realtime V2

Open filipecabaco opened this issue 1 year ago • 4 comments

What kind of change does this PR introduce?

  • Adds support for Realtime V2 by propagating the configuration on the first connect message.
  • Adds example project for quick testing during development

filipecabaco avatar Dec 15 '23 17:12 filipecabaco

Which version is currently live on supabase cloud?

bitnom avatar Dec 24 '23 13:12 bitnom

Which version is currently live on supabase cloud?

The supabase cloud should support both v1 and v2, but Broadcast and Presence are v2-only features and in beta status.

I'm starting a project with AI training using supabase realtime as the job queue system, I'm currently using filipecabaco/realtime-py@feat/support-realtime-v2#egg=realtime for v2 features, it would be helpful if supabase-community staffs could merge this PR.

@silentworks @anand2312

nicognaW avatar Feb 27 '24 14:02 nicognaW

@nicognaW I'm not a staff but a contributor to this repo. This cannot be merged as the OP has left it in draft mode as it's not complete from what I have gathered.

silentworks avatar Feb 29 '24 02:02 silentworks

Yes still in draft mode. We still want to do some improvements as the developer experience of the current branch is still subpar and we really want to ensure that it's in a better state.

In fact it would be extremely useful to receive feedback on that PR so we can start to improve it so it's merge worthy

filipecabaco avatar Feb 29 '24 09:02 filipecabaco

This was implemented in https://github.com/supabase/realtime-py/pull/178, I'll close it.

grdsdev avatar Aug 19 '24 14:08 grdsdev