Skip to content

1.0.0-alpha-2

Pre-release
Pre-release

Choose a tag to compare

@jan-tennert jan-tennert released this 07 May 19:41
2441822

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