- feat: add user_token when creating realtime channel subscription
- fix: typo on Realtime data as Stream on readme.md
- chore: update gotrue to v0.1.2
- chore: update storage_client to v0.0.6
- fix: cleanup imports in
supabase_stream_builder
to remove analysis error
- chore: update postgrest to v0.1.8
- chore: add
X-Client-Info
header - chore: update gotrue to v0.1.1
- chore: update postgrest to v0.1.7
- chore: update realtime_client to v0.1.11
- chore: update storage_client to v0.0.5
- chore: update realtime_client to v0.1.10
- chore: update postgrest to v0.1.6
- chore: update realtime_client to v0.1.9
- fix: bug where
stream()
tries to emit data whenStreamController
is closed
- chore: update realtime_client to v0.1.8
- feat: added
stream()
method to listen to realtime updates as stream
- chore: update gotrue to v0.1.0
- feat: add phone auth
- chore: update postgrest to v0.1.5
- chore: update storage_client to v0.0.4
- chore: update realtime_client to v0.1.7
- chore: update realtime_client to v0.1.6
- chore: update realtime_client to v0.1.5
- chore: update realtime_client to v0.1.4
- chore: update storage_client to v0.0.3
- chore: update gotrue to v0.0.7
- chore: update postgrest to v0.1.4
- chore: update storage_client to v0.0.2
- chore: update storage_client to v0.0.1
- Initial Release
- chore: update realtime to v0.1.3
- chore: update gotrue to v0.0.6
- chore: update realtime to v0.1.2
- fix: export postgrest classes
- chore: update realtime to v0.1.1
- chore: update gotrue to v0.0.5
- chore: update realtime to v0.1.0
- chore: update gotrue to v0.0.4
- chore: update gotrue to v0.0.3
- chore: update gotrue to v0.0.2
- chore: update postgrest to v0.1.3
- chore: update storage_client to v0.0.1-dev.3
- chore: update realtime to v0.0.9
- chore: update postgrest to v0.1.2
- chore: update storage_client to v0.0.1-dev.2
- chore: update gotrue to v0.0.1
- chore: update postgrest to v0.1.1
- chore: update gotrue to v0.0.1-dev.11
- refactor: use storage_client package v0.0.1-dev.1
- fix: package dependencies
- feat: implement Storage API
- chore: update postgrest to v0.1.0
- chore: update gotrue to v0.0.1-dev.10
- fix: aligned exports with supabase-js
- chore: migrate to null-safety
- fix: rpc to return PostgrestTransformBuilder
- chore: update postgrest to v0.0.7
- chore: expose gotrue User as AuthUser
- chore: expose 'RealtimeSubscription'
- chore: update lib description
- fix: rpc method missing param name
- chore: update postgrest ^0.0.6
- chore: update gotrue v0.0.1-dev.7
- chore: update realtime_client v0.0.7
- refactor: SupabaseRealtimePayload variable names
- fix: export SupabaseEventTypes
- chore: include realtime supscription code in example
- fix: SupabaseRealtimeClient client and payload parsing bug
- update: realtime_client to v0.0.5
- fix: builder method not injecting table in the url
- Initial pre-release.