github supabase-community/supabase-kt 1.0.0-alpha-2

latest releases: 3.7.0-beta-1, 3.6.0, 3.5.0...
pre-release3 years ago

Changes

GoTrue

  • Deprecate GoTrue#invalidateSession in favor of GoTrue#logout
  • Add AdminApi#logout(jwt)
  • Add data property to Email/Phone providers
  • Add data parameter to sendOtpTo & add overload for specifying a serializable value
  • Improve internal serialization of DefaultAuthProviders
  • Add channel property to Phone.Config to support sending OTPs to WhatsApp

Postgrest

  • Change functions with a range parameter in PostgrestFilterBuilder to Pair<Any, Any> instead of LongRange to support other ranges
  • Add missing KProperty overloads to PostgrestFilterBuilder

Realtime

  • Expose Realtime#removeChannel(channel)
  • Add Realtime#removeAllChannels
  • Add function parameter to RealtimeChannel#join: blockUntilJoined. If this parameter is set to true, this method will block until the RealtimeChannel actually joined, so you call broadcast and track without any problems directly after join

Storage

  • Add default value for BucketApi#list

Core

  • Change some collections to a IsoMutableCollection

Dependency updates

  • Add stately as a core dependency

Don't miss a new supabase-kt release

NewReleases is sending notifications on new releases.