2.1.0 #444
jan-tennert
announced in
Announcements
2.1.0
#444
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Notes
The documentation has been updated accordingly.
Changes
Add iOS targets to the chat-demo by @hieuwu in #397
Realtime
Realtime.Config#disconnectOnNoSubscriptions
) to automatically disconnect from the websocket, once there is no channel left, which defaults to true. (in Automatically disconnect from realtime websocket #416 by @jan-tennert)Note: For both methods, the flows automatically emit the initial data and then listen for events using the existing methods.
Listen for changes in all messages (handles inserts, updates and deletes automatically and emits the updated list)
Listen for changes on a single value
Listen to presence changes (joins & leaves are handled automatically)
New methods:
RealtimeChannel#postgresSingleDataFlow
RealtimeChannel#postgresListDataFlow
RealtimeChannel#presenceDataFlow
RealtimeChannelBuilder#filter
GoTrue
Compose Auth
Postgrest
This discussion was created from the release 2.1.0.
Beta Was this translation helpful? Give feedback.
All reactions